projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ebeda0
)
kernel: Add mtd_nandbiterrs.ko to kmod-mtdtests
author
Hauke Mehrtens
<
[email protected]
>
Sat, 29 Jun 2024 16:01:56 +0000
(18:01 +0200)
committer
Christian Marangi
<
[email protected]
>
Wed, 3 Jul 2024 11:11:01 +0000
(13:11 +0200)
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 <
[email protected]
>
Link:
https://github.com/openwrt/openwrt/pull/15833
Signed-off-by: Christian Marangi <
[email protected]
>
package/kernel/linux/modules/other.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/other.mk
b/package/kernel/linux/modules/other.mk
index 36a8ef46d0a3b4d7c67b318b172701a82cbb4764..8a5054664698cdfcc0131e4f1dd41343e0004c7c 100644
(file)
--- 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 \