diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-01-03 18:04:04 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-01-03 18:04:04 +0000 |
commit | d774dfa96921255cd433138e6aa43649f91cbdda (patch) | |
tree | 7875158049d8c8b5a21d50753301198a30508b08 /package/system | |
parent | d61d3a18b082b9937ea7168188c53c52f79c0f23 (diff) | |
download | master-187ad058-d774dfa96921255cd433138e6aa43649f91cbdda.tar.gz master-187ad058-d774dfa96921255cd433138e6aa43649f91cbdda.tar.bz2 master-187ad058-d774dfa96921255cd433138e6aa43649f91cbdda.zip |
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
Diffstat (limited to 'package/system')
-rw-r--r-- | package/system/mmc_over_gpio/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/system/mmc_over_gpio/Makefile b/package/system/mmc_over_gpio/Makefile index 03096ad033..8525887dd2 100644 --- a/package/system/mmc_over_gpio/Makefile +++ b/package/system/mmc_over_gpio/Makefile @@ -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) |