X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=package%2Fw1-gpio-custom%2FMakefile;h=c1441e9caa312ee537fb35abd11c00d6b43121a9;hb=43c3b75619cec98a71fd3bdc252990294853d4c1;hp=f15dac94e047ece220da32f3d26c1d958d56f473;hpb=a6a76646d0586da3c24098e1ff25e89cb8375ea9;p=openwrt.git diff --git a/package/w1-gpio-custom/Makefile b/package/w1-gpio-custom/Makefile index f15dac94e0..c1441e9caa 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 @@ -17,8 +17,7 @@ define KernelPackage/w1-gpio-custom SUBMENU:=W1 support 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) + FILES:=$(PKG_BUILD_DIR)/w1-gpio-custom.ko KCONFIG:= endef