aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2024-06-29 18:01:56 +0200
committerChristian Marangi <ansuelsmth@gmail.com>2024-07-03 13:11:01 +0200
commit4e334279653a7a53a3dafdd4236d61d053a91973 (patch)
treee913216e1b8d91745d92f7464bc13fd21fbe2b35 /package/kernel/linux/modules
parent2ebeda029490e308cc0e8f475e63280f960e74c4 (diff)
downloadupstream-4e334279653a7a53a3dafdd4236d61d053a91973.tar.gz
upstream-4e334279653a7a53a3dafdd4236d61d053a91973.tar.bz2
upstream-4e334279653a7a53a3dafdd4236d61d053a91973.zip
kernel: Add mtd_nandbiterrs.ko to kmod-mtdtests
The mtd_nandbiterrs.ko kernel module was added with kernel 3.7. We should package it like the other test modules. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Link: https://github.com/openwrt/openwrt/pull/15833 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to 'package/kernel/linux/modules')
-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 36a8ef46d0a..8a505466469 100644
--- a/package/kernel/linux/modules/other.mk
+++ b/package/kernel/linux/modules/other.mk
@@ -577,6 +577,7 @@ define KernelPackage/mtdtests
TITLE:=MTD subsystem tests
KCONFIG:=CONFIG_MTD_TESTS
FILES:=\
+ $(LINUX_DIR)/drivers/mtd/tests/mtd_nandbiterrs.ko \
$(LINUX_DIR)/drivers/mtd/tests/mtd_nandecctest.ko \
$(LINUX_DIR)/drivers/mtd/tests/mtd_oobtest.ko \
$(LINUX_DIR)/drivers/mtd/tests/mtd_pagetest.ko \