X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=contrib%2Fuci%2Fhostfiles%2Fetc%2Fconfig%2Fnetwork;h=6f499c99e7244dd57e773e65056e6eaeec3abcff;hb=5c61c377c14730ac2de9d022d890f5918b46b001;hp=1caf3e73401a574ae3ad3a3c25d9f69928a37682;hpb=dd74b986a03f10280a1a00299e9159c047bc8f6a;p=project%2Fluci.git diff --git a/contrib/uci/hostfiles/etc/config/network b/contrib/uci/hostfiles/etc/config/network index 1caf3e7340..6f499c99e7 100644 --- a/contrib/uci/hostfiles/etc/config/network +++ b/contrib/uci/hostfiles/etc/config/network @@ -15,7 +15,7 @@ config interface loopback #### LAN configuration config interface lan option type bridge - option ifname "eth0.0" + option ifname "eth0" option proto static option ipaddr 192.168.1.1 option netmask 255.255.255.0 @@ -23,5 +23,5 @@ config interface lan #### WAN configuration config interface wan - option ifname "eth0.1" + option ifname "wlan0" option proto dhcp