add kmod-fs-configfs to replace kernel bloat added by selecting kmod-mmc-over-gpio

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34998 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Felix Fietkau
2013-01-03 18:04:04 +00:00
parent d61d3a18b0
commit d774dfa969
2 changed files with 18 additions and 3 deletions

View File

@@ -15,9 +15,8 @@ include $(INCLUDE_DIR)/package.mk
define KernelPackage/mmc-over-gpio
SUBMENU:=Other modules
DEPENDS:=@GPIO_SUPPORT +kmod-mmc-spi +kmod-spi-gpio-old
KCONFIG:=CONFIG_GPIOMMC \
CONFIG_CONFIGFS_FS=y
DEPENDS:=@GPIO_SUPPORT +kmod-mmc-spi +kmod-spi-gpio-old +kmod-fs-configfs
KCONFIG:=CONFIG_GPIOMMC
TITLE:=MMC/SD card over GPIO support
FILES:=$(LINUX_DIR)/drivers/mmc/host/gpiommc.ko
AUTOLOAD:=$(call AutoLoad,93,gpiommc)