[backfire] merge r20883
[openwrt-10.03/.git] / package / uhttpd / files / uhttpd.init
index 4b747a0da1d47bdb0c7315d53ec6b097c85142cd..14f8fc4c468d79ebe2b171ab258fb99aca010273 100755 (executable)
@@ -58,6 +58,7 @@ start_instance()
        append_arg "$cfg" lua_prefix "-l"
        append_arg "$cfg" lua_handler "-L"
        append_arg "$cfg" script_timeout "-t"
+       append_arg "$cfg" network_timeout "-T"
 
        config_get http "$cfg" listen_http
        for listen in $http; do