package/busybox: re-enable SELinux support on ARC
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 22 Sep 2019 09:06:41 +0000 (11:06 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Wed, 9 Oct 2019 22:12:32 +0000 (00:12 +0200)
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 <thomas.petazzoni@bootlin.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/busybox/Config.in

index cddf9f3908dad2a351f3c8ac4375b71fb3a1542d..be8b0e4799f37c40ffd138d342f68e15f6353541 100644 (file)
@@ -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