summaryrefslogtreecommitdiff
path: root/busybox-selinux.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'busybox-selinux.kconfig')
-rw-r--r--busybox-selinux.kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/busybox-selinux.kconfig b/busybox-selinux.kconfig
index 5e7a0be..7000850 100644
--- a/busybox-selinux.kconfig
+++ b/busybox-selinux.kconfig
@@ -2,6 +2,7 @@
# For a description of the syntax of this configuration file,
# see scripts/kbuild/config-language.txt.
#
+
if KEMBTK_BUSYB_SELINUX
comment "-------------------------------------------------"
comment "SELinux Utilities"
@@ -17,7 +18,7 @@ config KEMBTK_BUSYB_CHCON
config KEMBTK_BUSYB_FEATURE_CHCON_LONG_OPTIONS
bool "Enable long options"
default y
- depends on KEMBTK_BUSYB_CHCON && KEMBTK_BUSYB_GETOPT_LONG
+ depends on KEMBTK_BUSYB_CHCON && KEMBTK_BUSYB_LONG_OPTS
help
Support long options for the chcon applet.
@@ -62,7 +63,7 @@ config KEMBTK_BUSYB_RUNCON
config KEMBTK_BUSYB_FEATURE_RUNCON_LONG_OPTIONS
bool "Enable long options"
default y
- depends on KEMBTK_BUSYB_RUNCON && KEMBTK_BUSYB_GETOPT_LONG
+ depends on KEMBTK_BUSYB_RUNCON && KEMBTK_BUSYB_LONG_OPTS
help
Support long options for the runcon applet.