"git@developer.sourcefind.cn:jerrrrry/infinicore.git" did not exist on "d93e352bb21b5e0ee9e6aa2e1e9ec5b4fc4c2811"
Unverified Commit 07d3698d authored by wukongdaily's avatar wukongdaily Committed by GitHub
Browse files

Update custom.sh

parent fe7c3031
...@@ -23,7 +23,7 @@ done ...@@ -23,7 +23,7 @@ done
if [ "$count" -eq 1 ]; then if [ "$count" -eq 1 ]; then
uci set network.lan.proto='dhcp' uci set network.lan.proto='dhcp'
elif [ "$count" -gt 1 ]; then elif [ "$count" -gt 1 ]; then
uci set network.lan.ipaddr='192.168.66.1' uci set network.lan.ipaddr='192.168.100.1'
fi fi
# 设置所有网口可访问网页终端 # 设置所有网口可访问网页终端
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment