From: Hauke Mehrtens Date: Sat, 29 Jun 2024 16:01:56 +0000 (+0200) Subject: kernel: Add mtd_nandbiterrs.ko to kmod-mtdtests X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=4e334279653a7a53a3dafdd4236d61d053a91973;p=openwrt%2Fstaging%2Fpepe2k.git 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 Link: https://github.com/openwrt/openwrt/pull/15833 Signed-off-by: Christian Marangi --- 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 \