summaryrefslogtreecommitdiff
path: root/openwrt/target/linux/package/shfs
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-08-18 08:13:53 +0000
committerNicolas Thill <nico@openwrt.org>2005-08-18 08:13:53 +0000
commit4999d2edfbedc035b08f0c2e6491c768cd72b4c8 (patch)
tree23a73575729ee2dd9d186f291ffbed8016306102 /openwrt/target/linux/package/shfs
parent3cffef77cef438a54261c42fb07295b68353d5f2 (diff)
downloadmtk-20170518-4999d2edfbedc035b08f0c2e6491c768cd72b4c8.zip
mtk-20170518-4999d2edfbedc035b08f0c2e6491c768cd72b4c8.tar.gz
mtk-20170518-4999d2edfbedc035b08f0c2e6491c768cd72b4c8.tar.bz2
enable kmod build when target arch != mipsel
SVN-Revision: 1693
Diffstat (limited to 'openwrt/target/linux/package/shfs')
-rw-r--r--openwrt/target/linux/package/shfs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/shfs/Makefile b/openwrt/target/linux/package/shfs/Makefile
index 3604606..af1d1f9 100644
--- a/openwrt/target/linux/package/shfs/Makefile
+++ b/openwrt/target/linux/package/shfs/Makefile
@@ -29,6 +29,7 @@ $(PKG_BUILD_DIR)/.built:
rm -rf $(PKG_INSTALL_DIR)
mkdir -p $(PKG_INSTALL_DIR)
$(MAKE) -C $(PKG_BUILD_DIR) \
+ ARCH="$(LINUX_KARCH)" \
OFLAGS="$(TARGET_CFLAGS)" \
CC="$(TARGET_CC)" \
LINKER="$(TARGET_CC)" \