From 69a0f7f70afcdc3be3510d56cef412721313ac89 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Fri, 26 Aug 2005 20:22:57 +0000
Subject: [PATCH] fix stupid typo in default network config

SVN-Revision: 1756
---
 .../target/linux/package/openwrt/files/ar7/etc/config/network | 4 ++--
 .../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 785ad05ee6..1e7bb8e718 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 6f09a502a8..84720852d7 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
-- 
2.30.2