package: flag further target specific packages as nonshared

Add nonshared flag to package depending on specific targets or subtargets as
there's no guarantee otherwise that they'll be available in the shared repo.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich
2016-04-26 23:09:12 +02:00
parent 69ccef03f9
commit b04a25491f
14 changed files with 26 additions and 0 deletions

View File

@@ -15,6 +15,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://downloads.openwrt.org/sources
PKG_MD5SUM:=faafd4618f970119a665b11b21ac6a26
PKG_FLAGS:=nonshared
include $(INCLUDE_DIR)/package.mk
define Package/admswconfig

View File

@@ -13,6 +13,8 @@ PKG_RELEASE:=9
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
PKG_FLAGS:=nonshared
PKG_FLAGS:=nonshared
include $(INCLUDE_DIR)/package.mk
define Package/nvram

View File

@@ -10,6 +10,8 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=oseama
PKG_RELEASE:=1
PKG_FLAGS:=nonshared
include $(INCLUDE_DIR)/package.mk
define Package/oseama

View File

@@ -11,6 +11,8 @@ PKG_NAME:=otrx
PKG_RELEASE:=1
PKG_FLAGS:=nonshared
PKG_FLAGS:=nonshared
include $(INCLUDE_DIR)/package.mk
define Package/otrx