diff options
| author | Zxl hhyccc | 2024-08-06 15:36:04 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-08-07 08:07:49 +0000 |
| commit | 58a8b882ce24d065d5d744e6837be8c628fd857e (patch) | |
| tree | 6674224a0e6124f0b517d4957f5a3eee551229e8 | |
| parent | 88068dd76764279e1c087950ec5bd0b70397018a (diff) | |
| download | openwrt-58a8b882ce24d065d5d744e6837be8c628fd857e.tar.gz | |
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@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16093
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | package/kernel/linux/modules/other.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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@ge6.6 \ + $(LINUX_DIR)/drivers/mtd/tests/mtd_test.ko@ge6.1 \ $(LINUX_DIR)/drivers/mtd/tests/mtd_torturetest.ko endef |