diff options
Diffstat (limited to 'target/linux/package/openwrt/files/ar7/etc/config/network')
-rw-r--r-- | target/linux/package/openwrt/files/ar7/etc/config/network | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/package/openwrt/files/ar7/etc/config/network b/target/linux/package/openwrt/files/ar7/etc/config/network index 1e7bb8e71..9487a7426 100644 --- a/target/linux/package/openwrt/files/ar7/etc/config/network +++ b/target/linux/package/openwrt/files/ar7/etc/config/network @@ -2,7 +2,7 @@ # Uncomment the following statements to change the network configuration ## LAN configuration -# lan_ifame="br0" +# lan_ifname="br0" # lan_proto="static" # lan_ipaddr="192.168.1.1" # lan_netmask="255.255.255.0" @@ -27,5 +27,5 @@ # atm_vci=35 # ppp_username=my_username # ppp_passwd=my_passwd -# ppp_mtu=1492 +# ppp_mtu=1500 |