kernel: add a package for block2mtd
SVN-Revision: 19665
This commit is contained in:
parent
eca17a4a28
commit
19d6a9ce6a
1 changed files with 8 additions and 0 deletions
|
@ -7,6 +7,14 @@
|
|||
|
||||
OTHER_MENU:=Other modules
|
||||
|
||||
define KernelPackage/block2mtd
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=Block device MTD emulation
|
||||
KCONFIG:=CONFIG_MTD_BLOCK2MTD
|
||||
FILES:=$(LINUX_DIR)/drivers/mtd/devices/block2mtd.$(LINUX_KMOD_SUFFIX)
|
||||
endef
|
||||
$(eval $(call KernelPackage,block2mtd))
|
||||
|
||||
define KernelPackage/crc-itu-t
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=CRC ITU-T V.41 support
|
||||
|
|
Loading…
Reference in a new issue