aboutsummaryrefslogtreecommitdiffstats
path: root/package/w1-gpio-custom/Makefile
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-03-08 17:35:03 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-03-08 17:35:03 +0000
commit9d76eabe4506d72ea72ce2fcd474f8bb9530c71b (patch)
treec53823f0a41b8bf2b476f269425548850abe8df0 /package/w1-gpio-custom/Makefile
parentf575d6afc0e8299f9fab1db07fb1537c2e14f97c (diff)
downloadmaster-187ad058-9d76eabe4506d72ea72ce2fcd474f8bb9530c71b.tar.gz
master-187ad058-9d76eabe4506d72ea72ce2fcd474f8bb9530c71b.tar.bz2
master-187ad058-9d76eabe4506d72ea72ce2fcd474f8bb9530c71b.zip
package: fix w1-gpio-custom package (closes #6770)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20066 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/w1-gpio-custom/Makefile')
-rw-r--r--package/w1-gpio-custom/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/package/w1-gpio-custom/Makefile b/package/w1-gpio-custom/Makefile
index f15dac94e0..bbd9600209 100644
--- a/package/w1-gpio-custom/Makefile
+++ b/package/w1-gpio-custom/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2008 OpenWrt.org
+# Copyright (C) 2008-2010 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=w1-gpio-custom
-PKG_RELEASE:=1
+PKG_RELEASE:=2
include $(INCLUDE_DIR)/package.mk
@@ -18,7 +18,6 @@ define KernelPackage/w1-gpio-custom
TITLE:=Custom GPIO-based 1-wire device
DEPENDS:=kmod-w1 +kmod-w1-master-gpio
FILES:=$(PKG_BUILD_DIR)/w1-gpio-custom.$(LINUX_KMOD_SUFFIX)
- AUTOLOAD:=$(call AutoLoad,55,w1-gpio-custom)
KCONFIG:=
endef