mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-10 23:12:48 +00:00
fix ipkg install bug (default arch was not set)
SVN-Revision: 1786
This commit is contained in:
parent
b3337c54a2
commit
995983f3c8
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user