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 | ece065ce038409dbf3472702668638778aeb2cb0 (patch) | |
tree | 15cb39c822af177b6b2a3940f8e7aa309a62c913 /openwrt/target/linux | |
parent | 02696c07579c6cb9230691ac3ab47d5022924f40 (diff) | |
download | mtk-20170518-ece065ce038409dbf3472702668638778aeb2cb0.zip mtk-20170518-ece065ce038409dbf3472702668638778aeb2cb0.tar.gz mtk-20170518-ece065ce038409dbf3472702668638778aeb2cb0.tar.bz2 |
cosmetic fix for the ar7 network defaults
SVN-Revision: 3634
Diffstat (limited to 'openwrt/target/linux')
-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 9caafae..353538b 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 |