|
|
@@ -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
|