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

disc: disable eth port configuration due to kernel crash

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