Skip to content
Snippets Groups Projects
Commit 9711e6ad authored by Imre Kaloz's avatar Imre Kaloz
Browse files

use board names instead of arch in packages

SVN-Revision: 17063
parent ab5bc149
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ define Package/Default
else
VERSION:=$(PKG_RELEASE)
endif
PKGARCH:=$(ARCH)
PKGARCH:=$(BOARD)
PRIORITY:=optional
DEFAULT:=
MENU:=
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment