kernel: add packaging for mtdoops
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
This commit is contained in:
parent
0d5e024e09
commit
a8a23ca50c
1 changed files with 14 additions and 0 deletions
|
@ -604,6 +604,20 @@ endef
|
||||||
$(eval $(call KernelPackage,mtdtests))
|
$(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
|
define KernelPackage/serial-8250
|
||||||
SUBMENU:=$(OTHER_MENU)
|
SUBMENU:=$(OTHER_MENU)
|
||||||
TITLE:=8250 UARTs
|
TITLE:=8250 UARTs
|
||||||
|
|
Loading…
Reference in a new issue