From 2d86ea7bf3f47d45d196e0148a091004ded321bf Mon Sep 17 00:00:00 2001 From: Claudio Mignanti Date: Mon, 12 Jul 2010 14:06:13 +0000 Subject: massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950 SVN-Revision: 22145 --- package/w1-gpio-custom/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/w1-gpio-custom') diff --git a/package/w1-gpio-custom/Makefile b/package/w1-gpio-custom/Makefile index bbd9600209..c1441e9caa 100644 --- a/package/w1-gpio-custom/Makefile +++ b/package/w1-gpio-custom/Makefile @@ -17,7 +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) + FILES:=$(PKG_BUILD_DIR)/w1-gpio-custom.ko KCONFIG:= endef -- cgit v1.2.3