[openwrt/openwrt] kernel: Add mtd_nandbiterrs.ko to kmod-mtdtests

LEDE Commits lede-commits at lists.infradead.org
Wed Jul 3 04:11:21 PDT 2024


ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/4e334279653a7a53a3dafdd4236d61d053a91973

commit 4e334279653a7a53a3dafdd4236d61d053a91973
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sat Jun 29 18:01:56 2024 +0200

    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 at hauke-m.de>
    Link: https://github.com/openwrt/openwrt/pull/15833
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
 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 36a8ef46d0..8a50546646 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 \




More information about the lede-commits mailing list