diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-04-14 08:37:10 +0200 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-04-17 20:50:43 +0200 |
commit | e6a1a2321c47d61868f66beb9a258399cdb09eb2 (patch) | |
tree | 6905eedb4f0fae027898ca03b0ff197dd4b60675 | |
parent | 04cecd5e614f89b9e65a4d8141ec75053f563ad9 (diff) | |
download | busybox-w32-e6a1a2321c47d61868f66beb9a258399cdb09eb2.tar.gz busybox-w32-e6a1a2321c47d61868f66beb9a258399cdb09eb2.tar.bz2 busybox-w32-e6a1a2321c47d61868f66beb9a258399cdb09eb2.zip |
Config.in: add target platform selection
Currently there is only one choice: POSIX. However non-POSIX platform
may be supported in future.
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
-rw-r--r-- | Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -9,6 +9,17 @@ config HAVE_DOT_CONFIG | |||
9 | bool | 9 | bool |
10 | default y | 10 | default y |
11 | 11 | ||
12 | choice | ||
13 | prompt "Target platform" | ||
14 | default PLATFORM_POSIX | ||
15 | help | ||
16 | Target platform you are building busybox for | ||
17 | |||
18 | config PLATFORM_POSIX | ||
19 | bool "POSIX" | ||
20 | |||
21 | endchoice | ||
22 | |||
12 | menu "Busybox Settings" | 23 | menu "Busybox Settings" |
13 | 24 | ||
14 | menu "General Configuration" | 25 | menu "General Configuration" |