kernel: add KEY_WPS_BUTTON definition
[openwrt.git] / package / uhttpd / files / uhttpd.init
index 4b747a0..14f8fc4 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" 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
 
        config_get http "$cfg" listen_http
        for listen in $http; do
This page took 0.023276 seconds and 4 git commands to generate.