Skip to content
Snippets Groups Projects
Commit 52cf0484 authored by Markus Gothe's avatar Markus Gothe :ok_hand:
Browse files

Change I2C-bus for XGX

The new Broadcom SDK maps the I2C-bus to a different id,
hence the board file must be updated. This commit also
sets the 'hasEthWan' parameter to 1 like the other fiber
demarcation products.
parent a35ec089
No related branches found
No related tags found
1 merge request!234Change I2C-bus for XGX
...@@ -3,7 +3,7 @@ config board 'board' ...@@ -3,7 +3,7 @@ config board 'board'
# Specs # Specs
option hasAdsl '0' option hasAdsl '0'
option hasVdsl '0' option hasVdsl '0'
option hasEthWan '0' option hasEthWan '1'
option hasVoice '0' option hasVoice '0'
option hasDect '0' option hasDect '0'
option hasUsb '1' option hasUsb '1'
...@@ -14,7 +14,7 @@ config board 'board' ...@@ -14,7 +14,7 @@ config board 'board'
# Voice # Voice
option VoicePorts '0' option VoicePorts '0'
# SFP # SFP
option sfpBus '/dev/i2c-0' option sfpBus '/dev/i2c-1'
# Ethernet # Ethernet
option ethernetPorts '5' option ethernetPorts '5'
option ethernetWanPort 'eth4' option ethernetWanPort 'eth4'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment