diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-04-13 14:45:51 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-04-13 14:45:51 +0000 |
commit | bb02f3f6225174d799b5a5fd1d7b8c4b0799b4fd (patch) | |
tree | 25798139e783e871ab3aaf11cc5e907e9f34b82f /target/linux/package/base-files/files | |
parent | 9d93d6a58d7e45be71f0d5364cb573163b5f1123 (diff) | |
download | master-187ad058-bb02f3f6225174d799b5a5fd1d7b8c4b0799b4fd.tar.gz master-187ad058-bb02f3f6225174d799b5a5fd1d7b8c4b0799b4fd.tar.bz2 master-187ad058-bb02f3f6225174d799b5a5fd1d7b8c4b0799b4fd.zip |
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 9caafae62a..353538bf49 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 |