diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2005-08-26 20:22:57 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2005-08-26 20:22:57 +0000 |
| commit | 69a0f7f70afcdc3be3510d56cef412721313ac89 (patch) | |
| tree | 2fa0a7ab16ea8a72966707a47a46157f23945612 /openwrt/target/linux/package | |
| parent | d93ea32bdec80ce94c0ebe6eaef823161a2a20d7 (diff) | |
| download | mtk-20170518-69a0f7f70afcdc3be3510d56cef412721313ac89.zip mtk-20170518-69a0f7f70afcdc3be3510d56cef412721313ac89.tar.gz mtk-20170518-69a0f7f70afcdc3be3510d56cef412721313ac89.tar.bz2 | |
fix stupid typo in default network config
SVN-Revision: 1756
Diffstat (limited to 'openwrt/target/linux/package')
| -rw-r--r-- | openwrt/target/linux/package/openwrt/files/ar7/etc/config/network | 4 | ||||
| -rw-r--r-- | openwrt/target/linux/package/openwrt/files/brcm/etc/config/network | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/target/linux/package/openwrt/files/ar7/etc/config/network b/openwrt/target/linux/package/openwrt/files/ar7/etc/config/network index 785ad05..1e7bb8e 100644 --- a/openwrt/target/linux/package/openwrt/files/ar7/etc/config/network +++ b/openwrt/target/linux/package/openwrt/files/ar7/etc/config/network @@ -10,7 +10,7 @@ # lan_dns="" ## WAN configuration (PPPoE) -# wan_type=pppoe +# wan_proto=pppoe # wan_ifname=ppp0 # pppoe_atm=1 # pppoe_ifname=nas0 @@ -21,7 +21,7 @@ # ppp_mtu=1492 ## WAN configuration (PPPoA) -# wan_type=pppoa +# wan_proto=pppoa # wan_ifname=ppp0 # atm_vpi=8 # atm_vci=35 diff --git a/openwrt/target/linux/package/openwrt/files/brcm/etc/config/network b/openwrt/target/linux/package/openwrt/files/brcm/etc/config/network index 6f09a50..8472085 100644 --- a/openwrt/target/linux/package/openwrt/files/brcm/etc/config/network +++ b/openwrt/target/linux/package/openwrt/files/brcm/etc/config/network @@ -10,7 +10,7 @@ # lan_dns="" ## WAN configuration (PPPoE) -# wan_type=pppoe +# wan_proto=pppoe # wan_ifname=ppp0 # pppoe_ifname=vlan1 # ppp_username=my_username |
