From 9711e6ad5501f7119b02d21d6553e02da4ab8a36 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Fri, 31 Jul 2009 12:15:51 +0000 Subject: use board names instead of arch in packages SVN-Revision: 17063 --- package/opkg/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/opkg') 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 -- cgit v1.2.3