Kaynağa Gözat

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 <[email protected]>
Christian Lamparter 7 yıl önce
ebeveyn
işleme
d38789b559
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      package/firmware/ipq-wifi/Makefile

+ 1 - 0
package/firmware/ipq-wifi/Makefile

@@ -3,6 +3,7 @@ include $(INCLUDE_DIR)/version.mk
 
 
 PKG_NAME:=ipq-wifi
 PKG_NAME:=ipq-wifi
 PKG_RELEASE:=1
 PKG_RELEASE:=1
+PKG_FLAGS:=nonshared
 
 
 include $(INCLUDE_DIR)/package.mk
 include $(INCLUDE_DIR)/package.mk