aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2011-02-26 22:24:08 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2011-02-26 22:24:08 +0100
commite3b1a1fd28558f7a1b3c0ec33313bedb675be8a1 (patch)
tree0fb387c2e7d45dc541d9a42f9f0eba4352353aa5 /Config.in
parentda4441c44f6efccb6f7b7588404d9c6bfb7b6af8 (diff)
downloadbusybox-w32-e3b1a1fd28558f7a1b3c0ec33313bedb675be8a1.tar.gz
busybox-w32-e3b1a1fd28558f7a1b3c0ec33313bedb675be8a1.tar.bz2
busybox-w32-e3b1a1fd28558f7a1b3c0ec33313bedb675be8a1.zip
Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.in b/Config.in
index 3361e7381..94414db04 100644
--- a/Config.in
+++ b/Config.in
@@ -385,7 +385,7 @@ config FEATURE_SUID_CONFIG_QUIET
385config SELINUX 385config SELINUX
386 bool "Support NSA Security Enhanced Linux" 386 bool "Support NSA Security Enhanced Linux"
387 default n 387 default n
388 depends on PLATFORM_LINUX 388 select PLATFORM_LINUX
389 help 389 help
390 Enable support for SELinux in applets ls, ps, and id. Also provide 390 Enable support for SELinux in applets ls, ps, and id. Also provide
391 the option of compiling in SELinux applets. 391 the option of compiling in SELinux applets.