diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-03-08 17:35:03 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-03-08 17:35:03 +0000 |
commit | 3bc81edc70e8c59e2a633b9174efb5c697f6a6e6 (patch) | |
tree | 2836b8b0dd45c9b5b47d771d3951c296e92e029a /package/w1-gpio-custom/Makefile | |
parent | fe05a0887b0beaed9c1c295de2373222a8f85b44 (diff) | |
download | mtk-20170518-3bc81edc70e8c59e2a633b9174efb5c697f6a6e6.zip mtk-20170518-3bc81edc70e8c59e2a633b9174efb5c697f6a6e6.tar.gz mtk-20170518-3bc81edc70e8c59e2a633b9174efb5c697f6a6e6.tar.bz2 |
package: fix w1-gpio-custom package (closes #6770)
SVN-Revision: 20066
Diffstat (limited to 'package/w1-gpio-custom/Makefile')
-rw-r--r-- | package/w1-gpio-custom/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/w1-gpio-custom/Makefile b/package/w1-gpio-custom/Makefile index f15dac9..bbd9600 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 |