summaryrefslogtreecommitdiff
path: root/openwrt
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
commit995983f3c8834c57facd24e3d73fcc962fd0ea16 (patch)
tree23cc7170db830a026bafd04cd9869302a2fd0dd1 /openwrt
parentb3337c54a2c4803b8290ae8e6f52abab1f47d93b (diff)
downloadmtk-20170518-995983f3c8834c57facd24e3d73fcc962fd0ea16.zip
mtk-20170518-995983f3c8834c57facd24e3d73fcc962fd0ea16.tar.gz
mtk-20170518-995983f3c8834c57facd24e3d73fcc962fd0ea16.tar.bz2
fix ipkg install bug (default arch was not set)
SVN-Revision: 1786
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/package/busybox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/busybox/Makefile b/openwrt/package/busybox/Makefile
index 1b11c87..907a848 100644
--- a/openwrt/package/busybox/Makefile
+++ b/openwrt/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):