From: Thomas Petazzoni Date: Sun, 22 Sep 2019 09:06:41 +0000 (+0200) Subject: package/busybox: re-enable SELinux support on ARC X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c6ce2699b95ea00c491a5b9986d2adf25fd67894;p=buildroot.git package/busybox: re-enable SELinux support on ARC libselinux is now available on ARC, so we can re-enable the SELinux support in Busybox on ARC as well. Signed-off-by: Thomas Petazzoni Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- diff --git a/package/busybox/Config.in b/package/busybox/Config.in index cddf9f3908..be8b0e4799 100644 --- a/package/busybox/Config.in +++ b/package/busybox/Config.in @@ -40,7 +40,6 @@ config BR2_PACKAGE_BUSYBOX_SELINUX bool "Enable SELinux support" depends on BR2_TOOLCHAIN_HAS_THREADS depends on !BR2_STATIC_LIBS - depends on !BR2_arc select BR2_PACKAGE_BUSYBOX_INDIVIDUAL_BINARIES select BR2_PACKAGE_LIBSELINUX help