sunxi: modify lan addr

This commit is contained in:
CN_SZTL 2020-01-25 13:09:53 +08:00
parent afdc6c027b
commit 3851e42b3f
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -95,7 +95,7 @@ if [ ${WIFI_NUM} -gt 0 ]; then
set network.lan='interface'
set network.lan.type='bridge'
set network.lan.proto='static'
set network.lan.ipaddr='192.168.2.1'
set network.lan.ipaddr='192.168.1.1'
set network.lan.netmask='255.255.255.0'
set network.lan.ip6assign='60'
EOF