X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/9158f917a9048c812d0acbf06999d3b0515b1413..66492b44df29654379584aac27a0d0c84b26cade:/openwrt/package/busybox/Makefile diff --git a/openwrt/package/busybox/Makefile b/openwrt/package/busybox/Makefile index 1b11c87b2..907a848d1 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):