From eb28a0cde631c96388ada781fb02933ecdb0e69d Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 28 Jul 2016 20:52:55 +0200 Subject: [PATCH] lantiq: fix WBMR-300HPD switch port assignment Signed-off-by: Felix Fietkau --- target/linux/lantiq/base-files/etc/board.d/02_network | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/target/linux/lantiq/base-files/etc/board.d/02_network b/target/linux/lantiq/base-files/etc/board.d/02_network index c271e62f73..d6f66016f6 100755 --- a/target/linux/lantiq/base-files/etc/board.d/02_network +++ b/target/linux/lantiq/base-files/etc/board.d/02_network @@ -149,15 +149,16 @@ VGV7510KW22) ucidef_add_switch "switch0" \ "2:lan:1" "3:lan:2" "4:lan:3" "5:lan:4" "6t@eth0" ;; -*) - ucidef_set_interface_lan 'eth0' - ;; WBMR300) lan_mac=$(mtd_get_mac_ascii ubootconfig ethaddr) wan_mac="$lan_mac" ucidef_add_switch "switch0" \ - "2:lan:1" "3:lan:2" "5:lan:3" "4:wan:1" "6t@eth0" + "2:lan:2" "3:lan:3" "5:lan:4" "4:wan:1" "6t@eth0" + ;; + +*) + ucidef_set_interface_lan 'eth0' ;; esac -- 2.30.2