summaryrefslogtreecommitdiffstats
path: root/package/i2c-gpio-custom
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-07-06 11:16:04 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-07-06 11:16:04 +0000
commitf036a579e34d67f4d0847c77f72c94da146bf7f0 (patch)
tree37655f9946e60907fe4fb85a490f925d99a37309 /package/i2c-gpio-custom
parent89fdaa450a2d1d103b1af0192c2741eb35cf26ce (diff)
[package] make i2c-gpio-custom selectable (#5458)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16707 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/i2c-gpio-custom')
-rw-r--r--package/i2c-gpio-custom/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/i2c-gpio-custom/Makefile b/package/i2c-gpio-custom/Makefile
index 3c8696840..954974249 100644
--- a/package/i2c-gpio-custom/Makefile
+++ b/package/i2c-gpio-custom/Makefile
@@ -16,7 +16,7 @@ include $(INCLUDE_DIR)/package.mk
define KernelPackage/i2c-gpio-custom
SUBMENU:=I2C support
TITLE:=Custom GPIO-based I2C device
- DEPENDS:=@GPIO_SUPPORT kmod-i2c-core +kmod-i2c-gpio
+ DEPENDS:=@GPIO_SUPPORT +kmod-i2c-core +kmod-i2c-gpio
FILES:=$(PKG_BUILD_DIR)/i2c-gpio-custom.$(LINUX_KMOD_SUFFIX)
KCONFIG:=
endef