aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-04-14 08:37:10 +0200
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-09-10 18:37:26 +1000
commit28e695055967ba826d0c81541fdcdb64f2c0cfec (patch)
tree6905eedb4f0fae027898ca03b0ff197dd4b60675
parent04cecd5e614f89b9e65a4d8141ec75053f563ad9 (diff)
downloadbusybox-w32-28e695055967ba826d0c81541fdcdb64f2c0cfec.tar.gz
busybox-w32-28e695055967ba826d0c81541fdcdb64f2c0cfec.tar.bz2
busybox-w32-28e695055967ba826d0c81541fdcdb64f2c0cfec.zip
Config.in: add target platform selection
Currently there is only one choice: POSIX. However non-POSIX platform may be supported in future.
-rw-r--r--Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 40af9115d..2a90b770d 100644
--- a/Config.in
+++ b/Config.in
@@ -9,6 +9,17 @@ config HAVE_DOT_CONFIG
9 bool 9 bool
10 default y 10 default y
11 11
12choice
13 prompt "Target platform"
14 default PLATFORM_POSIX
15 help
16 Target platform you are building busybox for
17
18config PLATFORM_POSIX
19 bool "POSIX"
20
21endchoice
22
12menu "Busybox Settings" 23menu "Busybox Settings"
13 24
14menu "General Configuration" 25menu "General Configuration"