package-ipkg.mk: use the BOARD variable in opkg cmdline if ARCH_PACKAGES is not defined

SVN-Revision: 23166
This commit is contained in:
Gabor Juhos 2010-10-01 07:09:34 +00:00
parent 697f5d0bdd
commit b5b21d03c4
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ OPKG:= \
--force-postinstall \
--add-dest root:/ \
--add-arch all:100 \
--add-arch $(ARCH_PACKAGES):200
--add-arch $(if $(ARCH_PACKAGES),$(ARCH_PACKAGES),$(BOARD)):200
# invoke ipkg-build with some default options
IPKG_BUILD:= \