From: Christian Lamparter Date: Sun, 17 Feb 2019 17:11:59 +0000 (+0100) Subject: firmware: ipq-wifi: mark packages as nonshared X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=d38789b5597fd5cab429a4708393fa8f72ffc23e;p=openwrt%2Fstaging%2Fdangole.git firmware: ipq-wifi: mark packages as nonshared The board-files are specific to the target and device. Hence they need to be set as nonshared. Otherwise they do not show up on the package repository. This causes problems for imagebuilder, if it needs to build a image for a specific device that hasn't had the time to have get its boardfile upstream. Signed-off-by: Christian Lamparter --- diff --git a/package/firmware/ipq-wifi/Makefile b/package/firmware/ipq-wifi/Makefile index 7c9def89674..8b7668ba094 100644 --- a/package/firmware/ipq-wifi/Makefile +++ b/package/firmware/ipq-wifi/Makefile @@ -3,6 +3,7 @@ include $(INCLUDE_DIR)/version.mk PKG_NAME:=ipq-wifi PKG_RELEASE:=1 +PKG_FLAGS:=nonshared include $(INCLUDE_DIR)/package.mk