mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user