mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2024-12-22 11:03:48 +01:00
Merge pull request #61 from Doodle3D/feature/stresstest-config-improvements
Changed uhttpd config to match improvements
This commit is contained in:
commit
3bdb9a4760
@ -120,8 +120,10 @@ else
|
|||||||
uci set network.lan.ipaddr=192.168.5.1
|
uci set network.lan.ipaddr=192.168.5.1
|
||||||
echo -e "beta\nbeta" | passwd root
|
echo -e "beta\nbeta" | passwd root
|
||||||
|
|
||||||
|
# uhttpd config: https://wiki.openwrt.org/doc/uci/uhttpd#server_settings
|
||||||
uci set uhttpd.main.lua_handler='/usr/share/lua/wifibox/main.lua'
|
uci set uhttpd.main.lua_handler='/usr/share/lua/wifibox/main.lua'
|
||||||
uci set uhttpd.main.lua_prefix='/d3dapi'
|
uci set uhttpd.main.lua_prefix='/d3dapi'
|
||||||
|
uci set uhttpd.main.max_requests='10'
|
||||||
|
|
||||||
uci set wireless.@wifi-device[0].disabled=0
|
uci set wireless.@wifi-device[0].disabled=0
|
||||||
uci delete wireless.radio0.channel
|
uci delete wireless.radio0.channel
|
||||||
|
Loading…
Reference in New Issue
Block a user