mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 14:47:46 +01:00
package/kernel: move block2mtd to block.mk
SVN-Revision: 21134
This commit is contained in:
parent
cccc72df2c
commit
225ab2533f
@ -161,6 +161,16 @@ endef
|
||||
$(eval $(call KernelPackage,ata-via-sata))
|
||||
|
||||
|
||||
define KernelPackage/block2mtd
|
||||
SUBMENU:=$(BLOCK_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/dm
|
||||
SUBMENU:=$(BLOCK_MENU)
|
||||
TITLE:=Device Mapper
|
||||
|
@ -7,14 +7,6 @@
|
||||
|
||||
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 New Issue
Block a user