Skip to content

Commit

Permalink
kernel: mtdtests: update for 6.1 as well
Browse files Browse the repository at this point in the history
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: openwrt/openwrt#16093
Signed-off-by: Robert Marko <[email protected]>
  • Loading branch information
zxlhhyccc authored and robimarko committed Aug 7, 2024
1 parent 88068dd commit 58a8b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/kernel/linux/modules/other.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 58a8b88

Please sign in to comment.