X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/ac2d02c3e08c4c3d62859bffb4dd3bb891b3d5c6..658e7e8470b6d851fb4e119dd7de7a7952e57211:/package/busybox/config/selinux/Config.in diff --git a/package/busybox/config/selinux/Config.in b/package/busybox/config/selinux/Config.in index cc8966c5a..e7317ca81 100644 --- a/package/busybox/config/selinux/Config.in +++ b/package/busybox/config/selinux/Config.in @@ -1,11 +1,14 @@ +# DO NOT EDIT. This file is generated from Config.src # # For a description of the syntax of this configuration file, # see scripts/kbuild/config-language.txt. # -menu "Selinux Utilities" +menu "SELinux Utilities" depends on BUSYBOX_CONFIG_SELINUX + + config BUSYBOX_CONFIG_CHCON bool "chcon" default n @@ -16,7 +19,7 @@ config BUSYBOX_CONFIG_CHCON config BUSYBOX_CONFIG_FEATURE_CHCON_LONG_OPTIONS bool "Enable long options" default n - depends on BUSYBOX_CONFIG_CHCON && BUSYBOX_CONFIG_GETOPT_LONG + depends on BUSYBOX_CONFIG_CHCON && BUSYBOX_CONFIG_LONG_OPTS help Support long options for the chcon applet. @@ -67,7 +70,7 @@ config BUSYBOX_CONFIG_RUNCON config BUSYBOX_CONFIG_FEATURE_RUNCON_LONG_OPTIONS bool "Enable long options" default n - depends on BUSYBOX_CONFIG_RUNCON && BUSYBOX_CONFIG_GETOPT_LONG + depends on BUSYBOX_CONFIG_RUNCON && BUSYBOX_CONFIG_LONG_OPTS help Support long options for the runcon applet. @@ -120,4 +123,3 @@ config BUSYBOX_CONFIG_SESTATUS Displays the status of SELinux. endmenu -