From: Jo-Philipp Wich Date: Tue, 26 Apr 2016 21:09:12 +0000 (+0200) Subject: package: mark nvram and otrx nonshared as they're target specific X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=69ccef03f9c61cfbe38cc9dbee19d331f890591a;p=openwrt%2Fstaging%2Fwigyori.git package: mark nvram and otrx nonshared as they're target specific Signed-off-by: Jo-Philipp Wich --- diff --git a/package/utils/nvram/Makefile b/package/utils/nvram/Makefile index 992f3366ba..040d953582 100644 --- a/package/utils/nvram/Makefile +++ b/package/utils/nvram/Makefile @@ -11,6 +11,7 @@ PKG_NAME:=nvram PKG_RELEASE:=9 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) +PKG_FLAGS:=nonshared include $(INCLUDE_DIR)/package.mk diff --git a/package/utils/otrx/Makefile b/package/utils/otrx/Makefile index 360fb1790d..ba981fcc84 100644 --- a/package/utils/otrx/Makefile +++ b/package/utils/otrx/Makefile @@ -9,6 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=otrx PKG_RELEASE:=1 +PKG_FLAGS:=nonshared include $(INCLUDE_DIR)/package.mk