mirror of https://github.com/hak5/openwrt.git
kernel: add packaging for mtdoops
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>openwrt-18.06
parent
0d5e024e09
commit
a8a23ca50c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue