use board names instead of arch in packages
[openwrt/staging/mkresin.git] / package / opkg / Makefile
index 3a65947c48e88c7feda03f9b98ef83dc5b5deb68..9f5faa347475a0d4003b34d2b077bfe50a5e614d 100644 (file)
@@ -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