diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-14 13:19:57 +1000 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-14 13:19:57 +1000 |
commit | ec71cb6575290eb6ad716e4f620db445d8e1bcd3 (patch) | |
tree | 219a5dba000e0ad98ff563bc6f7d45d274d3a178 /Config.in | |
parent | b5139d7cd8982d9b683cb1babf0bd759076aaab0 (diff) | |
parent | 6814cbc9288601840aedb372e2bd84dab76ffa43 (diff) | |
download | busybox-w32-ec71cb6575290eb6ad716e4f620db445d8e1bcd3.tar.gz busybox-w32-ec71cb6575290eb6ad716e4f620db445d8e1bcd3.tar.bz2 busybox-w32-ec71cb6575290eb6ad716e4f620db445d8e1bcd3.zip |
Merge branch 'origin/master' (early part)
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -29,7 +29,7 @@ menu "General Configuration" | |||
29 | 29 | ||
30 | config DESKTOP | 30 | config DESKTOP |
31 | bool "Enable options for full-blown desktop systems" | 31 | bool "Enable options for full-blown desktop systems" |
32 | default n | 32 | default y |
33 | help | 33 | help |
34 | Enable options and features which are not essential. | 34 | Enable options and features which are not essential. |
35 | Select this only if you plan to use busybox on full-blown | 35 | Select this only if you plan to use busybox on full-blown |
@@ -61,6 +61,17 @@ config USE_PORTABLE_CODE | |||
61 | compiler other than gcc. | 61 | compiler other than gcc. |
62 | If you do use gcc, this option may needlessly increase code size. | 62 | If you do use gcc, this option may needlessly increase code size. |
63 | 63 | ||
64 | config PLATFORM_LINUX | ||
65 | bool "Enable Linux-specific applets and features" | ||
66 | default y | ||
67 | help | ||
68 | For the most part, busybox requires only POSIX compatibility | ||
69 | from the target system, but some applets and features use | ||
70 | Linux-specific interfaces. | ||
71 | |||
72 | Answering 'N' here will disable such applets and hide the | ||
73 | corresponding configuration options. | ||
74 | |||
64 | choice | 75 | choice |
65 | prompt "Buffer allocation policy" | 76 | prompt "Buffer allocation policy" |
66 | default FEATURE_BUFFERS_USE_MALLOC | 77 | default FEATURE_BUFFERS_USE_MALLOC |
@@ -367,6 +378,7 @@ config FEATURE_SUID_CONFIG_QUIET | |||
367 | config SELINUX | 378 | config SELINUX |
368 | bool "Support NSA Security Enhanced Linux" | 379 | bool "Support NSA Security Enhanced Linux" |
369 | default n | 380 | default n |
381 | depends on PLATFORM_LINUX | ||
370 | help | 382 | help |
371 | Enable support for SELinux in applets ls, ps, and id. Also provide | 383 | Enable support for SELinux in applets ls, ps, and id. Also provide |
372 | the option of compiling in SELinux applets. | 384 | the option of compiling in SELinux applets. |