mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-23 07:51:05 +02:00
[package] do not load the spi_gpio module from mmc-over-gpio, bump release number (#4663)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15214 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
be8976a84e
commit
0368790b57
@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
include $(INCLUDE_DIR)/kernel.mk
|
include $(INCLUDE_DIR)/kernel.mk
|
||||||
|
|
||||||
PKG_NAME:=mmc-over-gpio
|
PKG_NAME:=mmc-over-gpio
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
@ -16,10 +16,11 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
define KernelPackage/mmc-over-gpio
|
define KernelPackage/mmc-over-gpio
|
||||||
SUBMENU:=Other modules
|
SUBMENU:=Other modules
|
||||||
DEPENDS:=@GPIO_SUPPORT +kmod-mmc-spi +kmod-spi-gpio-old
|
DEPENDS:=@GPIO_SUPPORT +kmod-mmc-spi +kmod-spi-gpio-old
|
||||||
KCONFIG:=CONFIG_GPIOMMC CONFIG_CONFIGFS_FS=y
|
KCONFIG:=CONFIG_GPIOMMC \
|
||||||
|
CONFIG_CONFIGFS_FS=y
|
||||||
TITLE:=MMC/SD card over GPIO support
|
TITLE:=MMC/SD card over GPIO support
|
||||||
FILES:=$(LINUX_DIR)/drivers/mmc/host/gpiommc.$(LINUX_KMOD_SUFFIX)
|
FILES:=$(LINUX_DIR)/drivers/mmc/host/gpiommc.$(LINUX_KMOD_SUFFIX)
|
||||||
AUTOLOAD:=$(call AutoLoad,93,spi_gpio gpiommc)
|
AUTOLOAD:=$(call AutoLoad,93,gpiommc)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/mmc-over-gpio/description
|
define KernelPackage/mmc-over-gpio/description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user