kernel: mtdtests: update for 6.1 as well
authorZxl hhyccc <zxlhhy@gmail.com>
Tue, 6 Aug 2024 15:36:04 +0000 (23:36 +0800)
committerRobert Marko <robimarko@gmail.com>
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 <zxlhhy@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16093
Signed-off-by: Robert Marko <robimarko@gmail.com>
package/kernel/linux/modules/other.mk

index 10cb61e8b11f1728bd8a047be593b81e3bfd0d3f..1d762e6b3382328a98e638f61385b81073577b1b 100644 (file)
@@ -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