projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88068dd
)
kernel: mtdtests: update for 6.1 as well
author
Zxl hhyccc
<
[email protected]
>
Tue, 6 Aug 2024 15:36:04 +0000
(23:36 +0800)
committer
Robert Marko
<
[email protected]
>
Wed, 7 Aug 2024 08:07:49 +0000
(10:07 +0200)
6.1.103 and 6.6.44 introduced breakage complaining about missing mtd_test.ko
for some targets.
Signed-off-by: Zxl hhyccc <
[email protected]
>
Link:
https://github.com/openwrt/openwrt/pull/16093
Signed-off-by: Robert Marko <
[email protected]
>
package/kernel/linux/modules/other.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/other.mk
b/package/kernel/linux/modules/other.mk
index 10cb61e8b11f1728bd8a047be593b81e3bfd0d3f..1d762e6b3382328a98e638f61385b81073577b1b 100644
(file)
--- a/
package/kernel/linux/modules/other.mk
+++ b/
package/kernel/linux/modules/other.mk
@@
-597,7
+597,7
@@
define KernelPackage/mtdtests
$(LINUX_DIR)/drivers/mtd/tests/mtd_speedtest.ko \
$(LINUX_DIR)/drivers/mtd/tests/mtd_stresstest.ko \
$(LINUX_DIR)/drivers/mtd/tests/mtd_subpagetest.ko \
- $(LINUX_DIR)/drivers/mtd/tests/mtd_test.ko@ge6.
6
\
+ $(LINUX_DIR)/drivers/mtd/tests/mtd_test.ko@ge6.
1
\
$(LINUX_DIR)/drivers/mtd/tests/mtd_torturetest.ko
endef