aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/linux
diff options
context:
space:
mode:
authorJohn Audia <therealgraysky@proton.me>2024-08-03 14:23:42 -0400
committerHauke Mehrtens <hauke@hauke-m.de>2024-08-06 00:40:14 +0200
commit26df88a7df04ecc23d057bc9ea5967ba1df53e2b (patch)
tree75d1c9bd3015f0afb54e42c25e1d480eabe7035a /package/kernel/linux
parentc0e50ebaf795fd392e4fda4978a48b1382fad5c9 (diff)
downloadupstream-26df88a7df04ecc23d057bc9ea5967ba1df53e2b.tar.gz
upstream-26df88a7df04ecc23d057bc9ea5967ba1df53e2b.tar.bz2
upstream-26df88a7df04ecc23d057bc9ea5967ba1df53e2b.zip
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@proton.me> Link: https://github.com/openwrt/openwrt/pull/16061 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/kernel/linux')
-rw-r--r--package/kernel/linux/modules/other.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk
index f6f5ecc075a..222f8880bd4 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