diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-20 17:39:03 +1000 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-20 17:39:03 +1000 |
commit | 5b034bfdd6a164f756daa40223010bf8c5f71572 (patch) | |
tree | 78abcdf6442f4dc9e1478550cd1096b02913dd28 /Config.in | |
parent | 2cd14f15475d6916acf7656c09e0a877affe7768 (diff) | |
parent | 47915c865a0874420efcb4c624b0569d21df528e (diff) | |
download | busybox-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.in | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -23,6 +23,11 @@ config PLATFORM_MINGW32 | |||
23 | 23 | ||
24 | endchoice | 24 | endchoice |
25 | 25 | ||
26 | config WIN32_NET | ||
27 | bool "Support networking" | ||
28 | default n | ||
29 | depends on PLATFORM_MINGW32 | ||
30 | |||
26 | menu "Busybox Settings" | 31 | menu "Busybox Settings" |
27 | 32 | ||
28 | menu "General Configuration" | 33 | menu "General Configuration" |