projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0e50eb
)
kernel: Add kmod-mfd-test
author
John Audia
<
[email protected]
>
Sat, 3 Aug 2024 18:23:42 +0000
(14:23 -0400)
committer
Hauke Mehrtens
<
[email protected]
>
Mon, 5 Aug 2024 22:40:14 +0000
(
00:40
+0200)
6.6.44 introduced breakage complaining about missing mtd_test.ko
for some targets.
Signed-off-by: John Audia <
[email protected]
>
Link:
https://github.com/openwrt/openwrt/pull/16061
Signed-off-by: Hauke Mehrtens <
[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 f6f5ecc075ab14dac2cfe4df14dd1bfdca30fbbb..222f8880bd47b166b88bd341e855ef748799d758 100644
(file)
--- 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