aboutsummaryrefslogtreecommitdiffstats
path: root/package/i2c-gpio-custom/Makefile
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-08-13 18:48:48 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-08-13 18:48:48 +0000
commitda77408537154fe5474af3645f9658c4b38702f5 (patch)
tree3feb1d0b7f182bdec78bda2e2cc5033724871e28 /package/i2c-gpio-custom/Makefile
parent904effc1677edce87b584e089dbe4bc16ea74d22 (diff)
downloadupstream-da77408537154fe5474af3645f9658c4b38702f5.tar.gz
upstream-da77408537154fe5474af3645f9658c4b38702f5.tar.bz2
upstream-da77408537154fe5474af3645f9658c4b38702f5.zip
i2c-gpio-custom: minor bugfix
SVN-Revision: 12297
Diffstat (limited to 'package/i2c-gpio-custom/Makefile')
-rw-r--r--package/i2c-gpio-custom/Makefile3
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