use board names instead of arch in packages
[openwrt.git] / package / opkg / Makefile
index 3a65947..9f5faa3 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
 
This page took 0.022607 seconds and 4 git commands to generate.