aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-08-29 20:08:19 +0000
committerNicolas Thill <nico@openwrt.org>2005-08-29 20:08:19 +0000
commit8c01152933da688977bf928005a93156cdeeaa73 (patch)
tree074a366c925c810c75337bab741c3a03543821bb /package/busybox
parent308827eb4d3165053f5bfaeeb3ae10bbc995fd14 (diff)
downloadupstream-8c01152933da688977bf928005a93156cdeeaa73.tar.gz
upstream-8c01152933da688977bf928005a93156cdeeaa73.tar.bz2
upstream-8c01152933da688977bf928005a93156cdeeaa73.zip
fix ipkg install bug (default arch was not set)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1786 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox')
-rw-r--r--package/busybox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index 1b11c87b27..907a848d11 100644
--- a/package/busybox/Makefile
+++ b/package/busybox/Makefile
@@ -32,7 +32,7 @@ $(PKG_BUILD_DIR)/.configured:
$(PKG_BUILD_DIR)/.built:
$(MAKE) CC=$(TARGET_CC) CROSS="$(TARGET_CROSS)" PREFIX="$(IDIR_BUSYBOX)" \
- EXTRA_CFLAGS="$(TARGET_CFLAGS)" -C $(PKG_BUILD_DIR)
+ EXTRA_CFLAGS="$(TARGET_CFLAGS)" ARCH="$(ARCH)" -C $(PKG_BUILD_DIR)
touch $@
$(IPKG_BUSYBOX):