summaryrefslogtreecommitdiffstats
path: root/package/w1-gpio-custom
diff options
context:
space:
mode:
authorclaudio <claudio@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-07-12 14:06:13 +0000
committerclaudio <claudio@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-07-12 14:06:13 +0000
commitae57d8838ce086c44a95b54816191ed9e92545b2 (patch)
tree43d7c27e914e86a07120be9c4ee274d800da9bbb /package/w1-gpio-custom
parentd63165a48dd3686de0b4b2c3d26d9442ef2ef4e8 (diff)
massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22145 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/w1-gpio-custom')
-rw-r--r--package/w1-gpio-custom/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/w1-gpio-custom/Makefile b/package/w1-gpio-custom/Makefile
index bbd960020..c1441e9ca 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