summaryrefslogtreecommitdiff
path: root/openwrt/package/fuse/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-08-15 03:22:42 +0000
committerNicolas Thill <nico@openwrt.org>2005-08-15 03:22:42 +0000
commitd3c40c1572342ba6b340a055a62f3645ca0b3abf (patch)
treebaac191f12b8d7a65aff70205f8356c4e64ecc3b /openwrt/package/fuse/Makefile
parent4786fe254abd84b36b73d9090d5cb4ab5d31495b (diff)
downloadmtk-20170518-d3c40c1572342ba6b340a055a62f3645ca0b3abf.zip
mtk-20170518-d3c40c1572342ba6b340a055a62f3645ca0b3abf.tar.gz
mtk-20170518-d3c40c1572342ba6b340a055a62f3645ca0b3abf.tar.bz2
do not build kernel module here
SVN-Revision: 1679
Diffstat (limited to 'openwrt/package/fuse/Makefile')
-rw-r--r--openwrt/package/fuse/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/fuse/Makefile b/openwrt/package/fuse/Makefile
index 60fb4be..30b03a8 100644
--- a/openwrt/package/fuse/Makefile
+++ b/openwrt/package/fuse/Makefile
@@ -51,7 +51,7 @@ $(PKG_BUILD_DIR)/.configured:
$(DISABLE_NLS) \
--enable-shared \
--enable-static \
- --enable-kernel-module \
+ --disable-kernel-module \
--enable-lib \
--enable-util \
--disable-example \