aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-09-20 17:39:03 +1000
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-09-20 17:39:03 +1000
commit5b034bfdd6a164f756daa40223010bf8c5f71572 (patch)
tree78abcdf6442f4dc9e1478550cd1096b02913dd28 /Config.in
parent2cd14f15475d6916acf7656c09e0a877affe7768 (diff)
parent47915c865a0874420efcb4c624b0569d21df528e (diff)
downloadbusybox-w32-5b034bfdd6a164f756daa40223010bf8c5f71572.tar.gz
busybox-w32-5b034bfdd6a164f756daa40223010bf8c5f71572.tar.bz2
busybox-w32-5b034bfdd6a164f756daa40223010bf8c5f71572.zip
Merge branch 'net' (early part) into archival
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 21c28e667..7e30b7ed6 100644
--- a/Config.in
+++ b/Config.in
@@ -23,6 +23,11 @@ config PLATFORM_MINGW32
23 23
24endchoice 24endchoice
25 25
26config WIN32_NET
27 bool "Support networking"
28 default n
29 depends on PLATFORM_MINGW32
30
26menu "Busybox Settings" 31menu "Busybox Settings"
27 32
28menu "General Configuration" 33menu "General Configuration"