Skip to content
Snippets Groups Projects
Commit aa1511ca authored by nbd's avatar nbd
Browse files

build: fix installation of default-variant packages when the source package...

build: fix installation of default-variant packages when the source package has multiple variants (#15237)

Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39899 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 42604019
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ OPKG:= \
PACKAGE_INSTALL_FILES:= \
$(foreach pkg,$(sort $(package-y)), \
$(foreach variant, \
$(if $(package/$(pkg)/variants), \
$(if $(strip $(package/$(pkg)/variants)), \
$(package/$(pkg)/variants), \
$(if $(package/$(pkg)/default-variant), \
$(package/$(pkg)/default-variant), \
......
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