projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d5e024
)
kernel: add packaging for mtdoops
author
Jianhui Zhao
<
[email protected]
>
Mon, 30 Oct 2017 05:32:31 +0000
(13:32 +0800)
committer
John Crispin
<
[email protected]
>
Wed, 15 Nov 2017 20:13:16 +0000
(21:13 +0100)
Signed-off-by: Jianhui Zhao <
[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 a08134c256e3f3cab9f1eb34d2204b78167b8373..1d07a16420cb49d570a5bc7358c1215e05ea5ba9 100644
(file)
--- a/
package/kernel/linux/modules/other.mk
+++ b/
package/kernel/linux/modules/other.mk
@@
-604,6
+604,20
@@
endef
$(eval $(call KernelPackage,mtdtests))
+define KernelPackage/mtdoops
+ SUBMENU:=$(OTHER_MENU)
+ TITLE:=Log panic/oops to an MTD buffer
+ KCONFIG:=CONFIG_MTD_OOPS
+ FILES:=$(LINUX_DIR)/drivers/mtd/mtdoops.ko
+endef
+
+define KernelPackage/mtdoops/description
+ Kernel modules for Log panic/oops to an MTD buffer
+endef
+
+$(eval $(call KernelPackage,mtdoops))
+
+
define KernelPackage/serial-8250
SUBMENU:=$(OTHER_MENU)
TITLE:=8250 UARTs