From b4d574e0c612daeeb60a9404acbc28df81a53c7b Mon Sep 17 00:00:00 2001
From: Sukru Senli <sukru.senli@iopsys.eu>
Date: Mon, 6 Dec 2021 11:57:03 +0100
Subject: [PATCH] brcm63xx: disc: remove WAN port

---
 .../base-files/etc/board-db/boards/WE7202242SA            | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/iopsys-brcm63xx-arm/base-files/etc/board-db/boards/WE7202242SA b/iopsys-brcm63xx-arm/base-files/etc/board-db/boards/WE7202242SA
index 4d3a56048..9e092a827 100644
--- a/iopsys-brcm63xx-arm/base-files/etc/board-db/boards/WE7202242SA
+++ b/iopsys-brcm63xx-arm/base-files/etc/board-db/boards/WE7202242SA
@@ -1,6 +1,7 @@
 # DISC BOARD #
 config board 'board'
 	# Specs
+	option hasEthWan '0'
 	option hasAdsl '0'
 	option hasVdsl '0'
 	option hasVoice '0'
@@ -14,10 +15,9 @@ config board 'board'
 	option VoicePortNames ''
 	option VoicePortOrder ''
 	# Ethernet
-	option ethernetPortNames 'LAN1 WAN'
-	option ethernetPortOrder 'eth0 eth1'
-	option ethernetLanPorts 'eth0'
-	option ethernetWanPort 'eth1'
+	option ethernetPortNames 'LAN1 LAN2'
+	option ethernetPortOrder 'eth1 eth0'
+	option ethernetLanPorts 'eth1 eth0'
 	# DSL
 	option adslWanPort ''
 	option vdslWanPort ''
-- 
GitLab