From c6ce2699b95ea00c491a5b9986d2adf25fd67894 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 22 Sep 2019 11:06:41 +0200 Subject: [PATCH] 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) --- package/busybox/Config.in | 1 - 1 file changed, 1 deletion(-) 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 -- 2.30.2