diff options
author | Ron Yorston <rmy@pobox.com> | 2020-08-23 10:59:38 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2020-08-23 10:59:38 +0100 |
commit | 5dbbfe22dd28c3b3ecd5763cc8e60406136e87ce (patch) | |
tree | 64c983708f9f2a21a2fbec14a06d85057d886dfd /Config.in | |
parent | 64ecd10486934c12336dac84c67a1939dce0e096 (diff) | |
parent | a949399d178f7b052ada2099c62621736eafce44 (diff) | |
download | busybox-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.in | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -326,7 +326,6 @@ config BUSYBOX_EXEC_PATH | |||
326 | config SELINUX | 326 | config 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 | ||
375 | config 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 | |||
386 | comment 'Settings for MINGW32' | 374 | comment 'Settings for MINGW32' |
387 | 375 | ||
388 | config GLOBBING | 376 | config GLOBBING |