From 995983f3c8834c57facd24e3d73fcc962fd0ea16 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Mon, 29 Aug 2005 20:08:19 +0000 Subject: [PATCH] fix ipkg install bug (default arch was not set) SVN-Revision: 1786 --- openwrt/package/busybox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/package/busybox/Makefile b/openwrt/package/busybox/Makefile index 1b11c87b27..907a848d11 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):