[package] make i2c-gpio-custom selectable (#5458)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 6 Jul 2009 11:16:04 +0000 (11:16 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 6 Jul 2009 11:16:04 +0000 (11:16 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16707 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/i2c-gpio-custom/Makefile

index 3c8696840cbd1435467ea3d3436cb6253ef52448..954974249ace0862081bd93651d31abf8762676d 100644 (file)
@@ -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