From f598f1f3eded4886a25df46a735ab7a5659e60e5 Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 15 Aug 2005 03:25:51 +0000 Subject: [PATCH] do not build lib and util here, enable kmod build when target arch != mipsel git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1681 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/target/linux/package/fuse/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/openwrt/target/linux/package/fuse/Makefile b/openwrt/target/linux/package/fuse/Makefile index 8b997d6b4f..5d1dc89d41 100644 --- a/openwrt/target/linux/package/fuse/Makefile +++ b/openwrt/target/linux/package/fuse/Makefile @@ -55,8 +55,8 @@ $(PKG_BUILD_DIR)/.configured: --enable-shared \ --enable-static \ --enable-kernel-module \ - --enable-lib \ - --enable-util \ + --disable-lib \ + --disable-util \ --disable-example \ --disable-auto-modprobe \ --with-kernel=$(KERNEL_DIR) \ @@ -66,6 +66,7 @@ $(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.built: mkdir -p $(PKG_INSTALL_DIR) $(MAKE) -C $(PKG_BUILD_DIR) \ + ARCH="$(ARCH)" \ DESTDIR="$(PKG_INSTALL_DIR)" \ SUBDIRS="kernel" \ all install -- 2.30.2