summaryrefslogtreecommitdiffstats
path: root/package/w1-gpio-custom/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/w1-gpio-custom/Makefile')
-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