diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-08-15 03:22:42 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-08-15 03:22:42 +0000 |
commit | d3c40c1572342ba6b340a055a62f3645ca0b3abf (patch) | |
tree | baac191f12b8d7a65aff70205f8356c4e64ecc3b /openwrt/package/fuse/Makefile | |
parent | 4786fe254abd84b36b73d9090d5cb4ab5d31495b (diff) | |
download | mtk-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/Makefile | 2 |
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 \ |