kernel: update linux 3.2 to 3.2.12
[openwrt.git] / package / busybox / config / selinux / Config.in
index b5b2d66..e7317ca 100644 (file)
@@ -1,3 +1,4 @@
+# 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.
@@ -6,6 +7,8 @@
 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
-
This page took 0.023291 seconds and 4 git commands to generate.