summaryrefslogtreecommitdiffstats
path: root/package/system/opkg
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2016-04-06 22:38:47 +0200
committerJo-Philipp Wich <jo@mein.io>2016-04-06 22:38:47 +0200
commit9e0401902468a84b701b6361546b9d4a5ff71215 (patch)
tree8bcf095ef28bc4d791319735bf585a64a90217e3 /package/system/opkg
parentd87c303b588e89b8c2efcc678d34484bed653e88 (diff)
downloadmaster-31e0f0ae-9e0401902468a84b701b6361546b9d4a5ff71215.tar.gz
master-31e0f0ae-9e0401902468a84b701b6361546b9d4a5ff71215.tar.bz2
master-31e0f0ae-9e0401902468a84b701b6361546b9d4a5ff71215.zip
package: flag essential components as nonshared
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/system/opkg')
-rw-r--r--package/system/opkg/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/system/opkg/Makefile b/package/system/opkg/Makefile
index d8cce2a8f2..01a7d796de 100644
--- a/package/system/opkg/Makefile
+++ b/package/system/opkg/Makefile
@@ -28,6 +28,7 @@ PKG_LICENSE_FILES:=COPYING
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
+PKG_FLAGS := nonshared
PKG_CONFIG_DEPENDS := CONFIG_SIGNED_PACKAGES
PKG_BUILD_PARALLEL:=1