[FS#530] The switch and vlan are wrrong port with linksys RE6500

LEDE Bugs lede-bugs at lists.infradead.org
Fri Feb 24 19:50:35 PST 2017


The following task has a new comment added:

FS#530 - The switch and vlan are wrrong port with linksys RE6500
User who did this - phoenix.xie (xseven007)

----------
I don't know how to add patch, But I have already know how to fix it. 
/target/linux/ramips/base-files/etc/board.d/02_network
before:
re6500|\
rp-n53)
ucidef_add_switch “switch0” \
“1:lan” “2:lan” “3:lan” “4:lan” “6t at eth0” ;;
after fix :
rp-n53)
ucidef_add_switch “switch0” \
“1:lan” “2:lan” “3:lan” “4:lan” “6t at eth0” ;;
re6500)
ucidef_add_switch “switch0” \
“0:lan:1” “1:lan:2” “2:lan:3” “3:lan:4” “6t at eth0” ;; 

It is that just let the RE6500 have a different config, Because the re6500 port 0 is the LAN1, and there is no port 4, just port 3 for Lan3..
----------

More information can be found at the following URL:
https://bugs.lede-project.org/index.php?do=details&task_id=530#comment1969



More information about the lede-bugs mailing list