diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-13 14:45:51 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-13 14:45:51 +0000 |
commit | 2249519cd14e7f141d3736e2ccc690907e9c2c5b (patch) | |
tree | b1b488e68f53a0e0b2c419431d60db32778a48b0 /openwrt/target/linux/package/base-files/files | |
parent | 3a20851eca28b6332ed13405abfe925b5a43a075 (diff) |
cosmetic fix for the ar7 network defaults
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3634 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/package/base-files/files')
-rw-r--r-- | openwrt/target/linux/package/base-files/files/ar7-2.4/etc/config/network | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/target/linux/package/base-files/files/ar7-2.4/etc/config/network b/openwrt/target/linux/package/base-files/files/ar7-2.4/etc/config/network index 9caafae62a..353538bf49 100644 --- a/openwrt/target/linux/package/base-files/files/ar7-2.4/etc/config/network +++ b/openwrt/target/linux/package/base-files/files/ar7-2.4/etc/config/network @@ -19,8 +19,8 @@ atm_vci=35 # ppp_passwd=my_passwd ## WAN configuration (pppoe) -# pppoe_atm=1 -# ppp_mtu=1492 +pppoe_atm=1 +ppp_mtu=1492 ## WAN configuration (pppoa) # ppp_mtu=1500 |