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 | 01768d98ed1084348f1f05d9b9c54e6b6870922d (patch) | |
tree | 25798139e783e871ab3aaf11cc5e907e9f34b82f /target/linux/package/base-files/files | |
parent | 711d5559a77d8acc3a0b479c961bf0299a8d31bb (diff) |
cosmetic fix for the ar7 network defaults
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3634 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package/base-files/files')
-rw-r--r-- | target/linux/package/base-files/files/ar7-2.4/etc/config/network | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/package/base-files/files/ar7-2.4/etc/config/network b/target/linux/package/base-files/files/ar7-2.4/etc/config/network index 9caafae62..353538bf4 100644 --- a/target/linux/package/base-files/files/ar7-2.4/etc/config/network +++ b/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 |