brcm47xx: fix switch port mapping on Asus RT-N12 and RT-N16 models
On Asus RT-N12 and RT-N16 models, the WAN and LAN4 ports are swapped in the initial switch configuration since the presets present in nvram appear to be wrong. Add special casing for these models to detect_by_model() in order to ensure a proper switch configuration. Fixes FS#502. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
1ab227d688
commit
f2fdd68664
1 changed files with 2 additions and 0 deletions
|
@ -144,6 +144,8 @@ detect_by_model() {
|
|||
ucidef_set_interfaces_lan_wan "eth0" "eth1"
|
||||
;;
|
||||
|
||||
"Asus RT-N12"* | \
|
||||
"Asus RT-N16"* | \
|
||||
"Asus WL500GP V2" | \
|
||||
"Buffalo WHR-G125" | \
|
||||
"Motorola WR850G" | \
|
||||
|
|
Loading…
Reference in a new issue