aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2020-08-23 10:59:38 +0100
committerRon Yorston <rmy@pobox.com>2020-08-23 10:59:38 +0100
commit5dbbfe22dd28c3b3ecd5763cc8e60406136e87ce (patch)
tree64c983708f9f2a21a2fbec14a06d85057d886dfd /Config.in
parent64ecd10486934c12336dac84c67a1939dce0e096 (diff)
parenta949399d178f7b052ada2099c62621736eafce44 (diff)
downloadbusybox-w32-5dbbfe22dd28c3b3ecd5763cc8e60406136e87ce.tar.gz
busybox-w32-5dbbfe22dd28c3b3ecd5763cc8e60406136e87ce.tar.bz2
busybox-w32-5dbbfe22dd28c3b3ecd5763cc8e60406136e87ce.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/Config.in b/Config.in
index d18f3dac5..495ac4c13 100644
--- a/Config.in
+++ b/Config.in
@@ -326,7 +326,6 @@ config BUSYBOX_EXEC_PATH
326config SELINUX 326config SELINUX
327 bool "Support NSA Security Enhanced Linux" 327 bool "Support NSA Security Enhanced Linux"
328 default n 328 default n
329 select PLATFORM_LINUX
330 help 329 help
331 Enable support for SELinux in applets ls, ps, and id. Also provide 330 Enable support for SELinux in applets ls, ps, and id. Also provide
332 the option of compiling in SELinux applets. 331 the option of compiling in SELinux applets.
@@ -372,17 +371,6 @@ config FEATURE_SYSLOG
372 #This option is auto-selected when you select any applet which may 371 #This option is auto-selected when you select any applet which may
373 #send its output to syslog. You do not need to select it manually. 372 #send its output to syslog. You do not need to select it manually.
374 373
375config PLATFORM_LINUX
376 bool #No description makes it a hidden option
377 default n
378 #help
379 #For the most part, busybox requires only POSIX compatibility
380 #from the target system, but some applets and features use
381 #Linux-specific interfaces.
382 #
383 #This is automatically selected if any applet or feature requires
384 #Linux-specific interfaces. You do not need to select it manually.
385
386comment 'Settings for MINGW32' 374comment 'Settings for MINGW32'
387 375
388config GLOBBING 376config GLOBBING