mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
package/kernel: package nandsim module
SVN-Revision: 30774
This commit is contained in:
parent
e2a5d987bd
commit
370f9b6793
@ -838,3 +838,19 @@ define KernelPackage/nand/description
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,nand))
|
$(eval $(call KernelPackage,nand))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/nandsim
|
||||||
|
SUBMENU:=$(OTHER_MENU)
|
||||||
|
TITLE:=NAND simulator
|
||||||
|
DEPENDS:=+kmod-nand
|
||||||
|
KCONFIG:=CONFIG_MTD_NAND_NANDSIM
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/mtd/nand/nandsim.ko
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/nandsim/description
|
||||||
|
Kernel module for NAND flash simulation.
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,nandsim))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user