aboutsummaryrefslogtreecommitdiffstats
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
commit333ba2dacc707addc9d6cd13823bd8d491ba5ae0 (patch)
treebaac191f12b8d7a65aff70205f8356c4e64ecc3b
parent1dc2a42216e59dfc9f0261ebdb967b9aa9c681c3 (diff)
downloadupstream-333ba2dacc707addc9d6cd13823bd8d491ba5ae0.tar.gz
upstream-333ba2dacc707addc9d6cd13823bd8d491ba5ae0.tar.bz2
upstream-333ba2dacc707addc9d6cd13823bd8d491ba5ae0.zip
do not build kernel module here
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1679 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 60fb4bec50e..30b03a8d974 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 \