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 <pclo...@gmail.com>
---
 Config.in |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/Config.in b/Config.in
index 40af911..0d9f005 100644
--- a/Config.in
+++ b/Config.in
@@ -9,6 +9,17 @@ config HAVE_DOT_CONFIG
 	bool
 	default y
 
+choice
+	prompt "Target platform"
+	default TARGET_POSIX
+	help
+	  Target platform you are building busybox for
+
+config TARGET_POSIX
+	bool "POSIX"
+
+endchoice
+
 menu "Busybox Settings"
 
 menu "General Configuration"
_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to