[openwrt/openwrt] kernel: mtdtests: update for 6.1 as well
LEDE Commits
lede-commits at lists.infradead.org
Wed Aug 7 01:07:54 PDT 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/58a8b882ce24d065d5d744e6837be8c628fd857e
commit 58a8b882ce24d065d5d744e6837be8c628fd857e
Author: Zxl hhyccc <zxlhhy at gmail.com>
AuthorDate: Tue Aug 6 23:36:04 2024 +0800
kernel: mtdtests: update for 6.1 as well
6.1.103 and 6.6.44 introduced breakage complaining about missing mtd_test.ko
for some targets.
Signed-off-by: Zxl hhyccc <zxlhhy at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16093
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
package/kernel/linux/modules/other.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk
index 10cb61e8b1..1d762e6b33 100644
--- 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 at ge6.6 \
+ $(LINUX_DIR)/drivers/mtd/tests/mtd_test.ko at ge6.1 \
$(LINUX_DIR)/drivers/mtd/tests/mtd_torturetest.ko
endef
More information about the lede-commits
mailing list