aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 2a90b770d..25010cf84 100644
--- a/Config.in
+++ b/Config.in
@@ -18,6 +18,9 @@ choice
18config PLATFORM_POSIX 18config PLATFORM_POSIX
19 bool "POSIX" 19 bool "POSIX"
20 20
21config PLATFORM_MINGW32
22 bool "MS Windows (MinGW port)"
23
21endchoice 24endchoice
22 25
23menu "Busybox Settings" 26menu "Busybox Settings"