停用DHCP
uci set dhcp.lan.ignore="1"
uci commit dhcp
service dnsmasq restart
service odhcpd restart
使能DHCP
uci set dhcp.lan.ignore="0"
uci commit dhcp
service dnsmasq restart
service odhcpd restart
停用DHCP
uci set dhcp.lan.ignore="1"
uci commit dhcp
service dnsmasq restart
service odhcpd restart
使能DHCP
uci set dhcp.lan.ignore="0"
uci commit dhcp
service dnsmasq restart
service odhcpd restart