[openwrt/openwrt] kernel: Add kmod-mfd-test

LEDE Commits lede-commits at lists.infradead.org
Mon Aug 5 15:42:18 PDT 2024


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/26df88a7df04ecc23d057bc9ea5967ba1df53e2b

commit 26df88a7df04ecc23d057bc9ea5967ba1df53e2b
Author: John Audia <therealgraysky at proton.me>
AuthorDate: Sat Aug 3 14:23:42 2024 -0400

    kernel: Add kmod-mfd-test
    
    6.6.44 introduced breakage complaining about missing mtd_test.ko
    for some targets.
    
    Signed-off-by: John Audia <therealgraysky at proton.me>
    Link: https://github.com/openwrt/openwrt/pull/16061
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 package/kernel/linux/modules/other.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk
index f6f5ecc075..222f8880bd 100644
--- a/package/kernel/linux/modules/other.mk
+++ b/package/kernel/linux/modules/other.mk
@@ -597,6 +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 \
 	$(LINUX_DIR)/drivers/mtd/tests/mtd_torturetest.ko
 endef
 




More information about the lede-commits mailing list