diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-07-31 12:15:51 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-07-31 12:15:51 +0000 |
commit | 9711e6ad5501f7119b02d21d6553e02da4ab8a36 (patch) | |
tree | 4c27bbc020a1e910d5cd44678f700cf7faefd893 /package | |
parent | ab5bc1497375c723028721d63598c29060fdf822 (diff) | |
download | upstream-9711e6ad5501f7119b02d21d6553e02da4ab8a36.tar.gz upstream-9711e6ad5501f7119b02d21d6553e02da4ab8a36.tar.bz2 upstream-9711e6ad5501f7119b02d21d6553e02da4ab8a36.zip |
use board names instead of arch in packages
SVN-Revision: 17063
Diffstat (limited to 'package')
-rw-r--r-- | package/opkg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/opkg/Makefile b/package/opkg/Makefile index 3a65947c48..9f5faa3474 100644 --- a/package/opkg/Makefile +++ b/package/opkg/Makefile @@ -59,7 +59,7 @@ define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ CC="$(TARGET_CC)" \ DESTDIR="$(PKG_INSTALL_DIR)" \ - HOST_CPU="$(ARCH)" \ + HOST_CPU="$(BOARD)" \ all install endef |