mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-17 15:54:43 +02:00
package/kernel: package nandsim module
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30774 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0d9703a2b4
commit
85b05f67d9
@ -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…
x
Reference in New Issue
Block a user