aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorChristian Lamparter <chunkeey@gmail.com>2019-02-17 18:11:59 +0100
committerChristian Lamparter <chunkeey@gmail.com>2019-02-20 18:51:31 +0100
commitd38789b5597fd5cab429a4708393fa8f72ffc23e (patch)
tree33816aa1d082cb9060833c59958dff9ffe78d383 /package
parentc72b1d8468b027f6d42eacfd741e288f552bc27d (diff)
downloadupstream-d38789b5597fd5cab429a4708393fa8f72ffc23e.tar.gz
upstream-d38789b5597fd5cab429a4708393fa8f72ffc23e.tar.bz2
upstream-d38789b5597fd5cab429a4708393fa8f72ffc23e.zip
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 <chunkeey@gmail.com>
Diffstat (limited to 'package')
-rw-r--r--package/firmware/ipq-wifi/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/firmware/ipq-wifi/Makefile b/package/firmware/ipq-wifi/Makefile
index 7c9def8967..8b7668ba09 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