diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-01 14:10:50 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-01 14:10:50 +0000 |
commit | 10aafd381edf98d6409b7459a5bea390acd55dc7 (patch) | |
tree | 1330a4b2f3d11d45c642575a1cd5a1832622b403 /target/linux/package/openwrt/files/ar7 | |
parent | 2ae131f548eaaf181e43d82139e977890038f0ed (diff) |
change pppoa default mtu, fix typo in default config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1820 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package/openwrt/files/ar7')
-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 |