From: nico Date: Mon, 15 Aug 2005 03:25:51 +0000 (+0000) Subject: do not build lib and util here, X-Git-Tag: fast2504n-3.10.28-merged~24442 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=f598f1f3eded4886a25df46a735ab7a5659e60e5;p=openwrt.git 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 --- 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