Unverified Commit 8179d825 authored by wukongdaily's avatar wukongdaily Committed by GitHub
Browse files

Update 99-custom.sh

解决DHCP 不分配的问题
parent 058b96da
......@@ -17,7 +17,8 @@ else
# 读取pppoe信息(由build.sh写入)
. "$SETTINGS_FILE"
fi
# 设置子网掩码
uci set network.lan.netmask='255.255.255.0'
# 设置路由器管理后台地址
IP_VALUE_FILE="/etc/config/custom_router_ip.txt"
if [ -f "$IP_VALUE_FILE" ]; then
......
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