package-ipkg.mk: use the BOARD variable in opkg cmdline if ARCH_PACKAGES is not defined
SVN-Revision: 23166
This commit is contained in:
parent
697f5d0bdd
commit
b5b21d03c4
1 changed files with 1 additions and 1 deletions
|
@ -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:= \
|
||||
|
|
Loading…
Reference in a new issue