diff options
author | Denis Vlasenko | 2007-08-14 16:50:01 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-08-14 16:50:01 +0000 |
commit | 0372f0f1999ace825a2265ad03b80be627b039fb (patch) | |
tree | dad5e396079ce4432219dfc3f26762040d23f5cb /scripts | |
parent | 3d17d2b430a6a68c967b789c990cc441154d695e (diff) | |
download | busybox-0372f0f1999ace825a2265ad03b80be627b039fb.zip busybox-0372f0f1999ace825a2265ad03b80be627b039fb.tar.gz |
httpd: extend -p PORT to -p [IP[v6]:]PORT
httpd: comment out strange code which "closes connection properly"
(isnt exit(0) good enough?)
handle_incoming_and_exit - 2246 +2246
httpd_main 1116 1141 +25
getLine 75 77 +2
packed_usage 22827 22811 -16
parse_conf 1303 1284 -19
shutdown 32 - -32
handleIncoming 2578 - -2578
------------------------------------------------------------------------------
(add/remove: 1/2 grow/shrink: 2/2 up/down: 2273/-2645) Total: -372 bytes
text data bss dec hex filename
774704 1058 11092 786854 c01a6 busybox_old
774335 1058 11092 786485 c0035 busybox_unstripped
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/defconfig b/scripts/defconfig index f24fe95..c97cfa5 100644 --- a/scripts/defconfig +++ b/scripts/defconfig @@ -619,7 +619,6 @@ CONFIG_APP_UDHCPD=y CONFIG_APP_DHCPRELAY=y CONFIG_APP_DUMPLEASES=y CONFIG_APP_UDHCPC=y -CONFIG_FEATURE_UDHCP_SYSLOG=y # CONFIG_FEATURE_UDHCP_DEBUG is not set CONFIG_FEATURE_RFC3397=y CONFIG_VCONFIG=y |