From 5c872c53e7ce1400c67cfffb0a0054676a7e0142 Mon Sep 17 00:00:00 2001
From: Oussama Ghorbel <oussama.ghorbel@iopsys.eu>
Date: Fri, 13 Nov 2020 20:15:18 +0100
Subject: [PATCH] Revert "disc: disable eth port configuration due to kernel
 crash"

This reverts commit 1336c8b74b79fb7d24fbe2afc851e2c6d9338c93.
---
 .../base-files/etc/board-db/boards/WE7202242SA        | 11 +++++------
 1 file changed, 5 insertions(+), 6 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 cec5fb3d3..7c9c74679 100644
--- a/iopsys-brcm63xx-arm/base-files/etc/board-db/boards/WE7202242SA
+++ b/iopsys-brcm63xx-arm/base-files/etc/board-db/boards/WE7202242SA
@@ -14,12 +14,11 @@ config board 'board'
 	option VoicePortNames ''
 	option VoicePortOrder ''
 	# Ethernet
-	# the kernel crashes when port configuration occurs
-	#option ethernetPorts '2'
-	#option ethernetPortNames 'LAN1 WAN'
-	#option ethernetPortOrder 'eth0 eth1'
-	#option ethernetLanPorts 'eth0'
-	#option ethernetWanPort 'eth1'
+	option ethernetPorts '2'
+	option ethernetPortNames 'LAN1 WAN'
+	option ethernetPortOrder 'eth0 eth1'
+	option ethernetLanPorts 'eth0'
+	option ethernetWanPort 'eth1'
 	# DSL
 	option adslWanPort ''
 	option vdslWanPort ''
-- 
GitLab