diff options
author | Jo-Philipp Wich <jo@mein.io> | 2016-04-06 22:38:47 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-04-06 22:38:47 +0200 |
commit | 9e0401902468a84b701b6361546b9d4a5ff71215 (patch) | |
tree | 8bcf095ef28bc4d791319735bf585a64a90217e3 /package/base-files/Makefile | |
parent | d87c303b588e89b8c2efcc678d34484bed653e88 (diff) | |
download | upstream-9e0401902468a84b701b6361546b9d4a5ff71215.tar.gz upstream-9e0401902468a84b701b6361546b9d4a5ff71215.tar.bz2 upstream-9e0401902468a84b701b6361546b9d4a5ff71215.zip |
package: flag essential components as nonshared
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 691ad517a7..2bc4d15ca4 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -12,6 +12,7 @@ include $(INCLUDE_DIR)/version.mk PKG_NAME:=base-files PKG_RELEASE:=168 +PKG_FLAGS:=nonshared PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=usign/host |