aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/Makefile
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2020-10-19 16:55:39 +0100
committerDaniel Golle <daniel@makrotopia.org>2020-10-21 11:56:26 +0100
commitd355b578b7cc95c5b07fcecb217dbac4c05bd49c (patch)
treeb8c593c7a02a0cf74a0c4cd1fb48d1f9ce443a36 /package/base-files/Makefile
parent610843f3bc72d2a7c32fbb7c61d0c4416a88d1d9 (diff)
downloadupstream-d355b578b7cc95c5b07fcecb217dbac4c05bd49c.tar.gz
upstream-d355b578b7cc95c5b07fcecb217dbac4c05bd49c.tar.bz2
upstream-d355b578b7cc95c5b07fcecb217dbac4c05bd49c.zip
target: include selinux-variants if CONFIG_SELINUX is set
Rather than unconditionally adding busybox and procd to the set of default packages, add busybox-selinux and procd-selinux in case CONFIG_SELINUX is set. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r--package/base-files/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index bf6b5c3c9a..27bf7ae3f9 100644
--- a/package/base-files/Makefile
+++ b/package/base-files/Makefile
@@ -37,7 +37,7 @@ endif
define Package/base-files
SECTION:=base
CATEGORY:=Base system
- DEPENDS:=+netifd +libc +procd +jsonfilter +SIGNED_PACKAGES:usign +SIGNED_PACKAGES:openwrt-keyring +NAND_SUPPORT:ubi-utils +fstools +fwtool
+ DEPENDS:=+netifd +libc +jsonfilter +SIGNED_PACKAGES:usign +SIGNED_PACKAGES:openwrt-keyring +NAND_SUPPORT:ubi-utils +fstools +fwtool
TITLE:=Base filesystem for OpenWrt
URL:=http://openwrt.org/
VERSION:=$(PKG_RELEASE)-$(REVISION)