瀏覽代碼

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 <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/16093
Signed-off-by: Robert Marko <[email protected]>
Zxl hhyccc 1 年之前
父節點
當前提交
58a8b882ce
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/kernel/linux/modules/other.mk

+ 1 - 1
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