mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:32:49 +02:00
package-ipkg.mk: use the BOARD variable in opkg cmdline if ARCH_PACKAGES is not defined
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23166 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
97627d06c5
commit
92c5f250d8
@ -18,7 +18,7 @@ OPKG:= \
|
|||||||
--force-postinstall \
|
--force-postinstall \
|
||||||
--add-dest root:/ \
|
--add-dest root:/ \
|
||||||
--add-arch all:100 \
|
--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
|
# invoke ipkg-build with some default options
|
||||||
IPKG_BUILD:= \
|
IPKG_BUILD:= \
|
||||||
|
Loading…
Reference in New Issue
Block a user