mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 20:09:55 +02:00
package/kernel: move block2mtd to block.mk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21134 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
533879a148
commit
25d686778b
@ -161,6 +161,16 @@ endef
|
|||||||
$(eval $(call KernelPackage,ata-via-sata))
|
$(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
|
define KernelPackage/dm
|
||||||
SUBMENU:=$(BLOCK_MENU)
|
SUBMENU:=$(BLOCK_MENU)
|
||||||
TITLE:=Device Mapper
|
TITLE:=Device Mapper
|
||||||
|
@ -7,14 +7,6 @@
|
|||||||
|
|
||||||
OTHER_MENU:=Other modules
|
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
|
define KernelPackage/crc-itu-t
|
||||||
SUBMENU:=$(OTHER_MENU)
|
SUBMENU:=$(OTHER_MENU)
|
||||||
TITLE:=CRC ITU-T V.41 support
|
TITLE:=CRC ITU-T V.41 support
|
||||||
|
Loading…
Reference in New Issue
Block a user