From: florian Date: Mon, 6 Jul 2009 11:16:04 +0000 (+0000) Subject: [package] make i2c-gpio-custom selectable (#5458) X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=f036a579e34d67f4d0847c77f72c94da146bf7f0 [package] make i2c-gpio-custom selectable (#5458) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16707 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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