diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-08-13 18:48:48 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-08-13 18:48:48 +0000 |
commit | f9ee063d443c24b9d7ccc1f0d3cef50720e04437 (patch) | |
tree | 2bbed158c243ecf2b748b60b6c77a011eff7223b /package/i2c-gpio-custom/Makefile | |
parent | 1d6337a6831dadb046b2ecb714a57d036d08bfa8 (diff) | |
download | upstream-f9ee063d443c24b9d7ccc1f0d3cef50720e04437.tar.gz upstream-f9ee063d443c24b9d7ccc1f0d3cef50720e04437.tar.bz2 upstream-f9ee063d443c24b9d7ccc1f0d3cef50720e04437.zip |
[package] i2c-gpio-custom: minor bugfix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12297 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/i2c-gpio-custom/Makefile')
-rw-r--r-- | package/i2c-gpio-custom/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/i2c-gpio-custom/Makefile b/package/i2c-gpio-custom/Makefile index fd448cec45..43ce555965 100644 --- a/package/i2c-gpio-custom/Makefile +++ b/package/i2c-gpio-custom/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=i2c-gpio-custom -PKG_RELEASE:=1 +PKG_RELEASE:=2 include $(INCLUDE_DIR)/package.mk @@ -18,7 +18,6 @@ define KernelPackage/i2c-gpio-custom TITLE:=Custom GPIO-based I2C device DEPENDS:=@GPIO_SUPPORT kmod-i2c-core +kmod-i2c-gpio FILES:=$(PKG_BUILD_DIR)/i2c-gpio-custom.$(LINUX_KMOD_SUFFIX) - AUTOLOAD:=$(call AutoLoad,58,i2c-gpio-custom) KCONFIG:= endef |