Skip to content
Snippets Groups Projects
Commit 5c872c53 authored by Oussama Ghorbel's avatar Oussama Ghorbel
Browse files

Revert "disc: disable eth port configuration due to kernel crash"

This reverts commit 1336c8b7.
parent 3c732896
No related branches found
No related tags found
No related merge requests found
...@@ -14,12 +14,11 @@ config board 'board' ...@@ -14,12 +14,11 @@ config board 'board'
option VoicePortNames '' option VoicePortNames ''
option VoicePortOrder '' option VoicePortOrder ''
# Ethernet # Ethernet
# the kernel crashes when port configuration occurs option ethernetPorts '2'
#option ethernetPorts '2' option ethernetPortNames 'LAN1 WAN'
#option ethernetPortNames 'LAN1 WAN' option ethernetPortOrder 'eth0 eth1'
#option ethernetPortOrder 'eth0 eth1' option ethernetLanPorts 'eth0'
#option ethernetLanPorts 'eth0' option ethernetWanPort 'eth1'
#option ethernetWanPort 'eth1'
# DSL # DSL
option adslWanPort '' option adslWanPort ''
option vdslWanPort '' option vdslWanPort ''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment