Skip to content

Commit

Permalink
HC5861B: fix esw port order
Browse files Browse the repository at this point in the history
  • Loading branch information
hanwckf committed Sep 29, 2019
1 parent 4c86ae0 commit 884726d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions trunk/configs/boards/HC5861B/kernel-3.4.x.config
Original file line number Diff line number Diff line change
Expand Up @@ -1423,11 +1423,11 @@ CONFIG_RAETH_ESW=y
CONFIG_RAETH_ESW_CONTROL=y
# CONFIG_RAETH_ESW_IGMP_SNOOP_OFF is not set
CONFIG_RAETH_ESW_IGMP_SNOOP_SW=y
CONFIG_RAETH_ESW_PORT_WAN=4
CONFIG_RAETH_ESW_PORT_LAN1=3
CONFIG_RAETH_ESW_PORT_WAN=0
CONFIG_RAETH_ESW_PORT_LAN1=1
CONFIG_RAETH_ESW_PORT_LAN2=2
CONFIG_RAETH_ESW_PORT_LAN3=1
CONFIG_RAETH_ESW_PORT_LAN4=0
CONFIG_RAETH_ESW_PORT_LAN3=3
CONFIG_RAETH_ESW_PORT_LAN4=4
# CONFIG_RAETH_SNMPD is not set
CONFIG_RAETH_READ_MAC_FROM_MTD=y
# CONFIG_RAETH_MEMORY_OPTIMIZATION is not set
Expand Down

0 comments on commit 884726d

Please sign in to comment.