1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-23 23:32:49 +02:00

[xburst] add default gateway and dns

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
This commit is contained in:
Xiangfu Liu 2010-07-09 12:22:47 +08:00
parent 191f22da50
commit 8839e9f75a

View File

@ -11,3 +11,5 @@ config interface lan
option proto static
option ipaddr 192.168.254.101
option netmask 255.255.255.0
option gateway 192.168.254.100
option dns 208.67.222.222