From: Rafał Miłecki Date: Thu, 10 Jun 2021 05:14:03 +0000 (+0200) Subject: ipq40xx: specify FritzBox 7530 LAN port label numbers X-Git-Tag: v21.02.2~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a00854040d9a431c3b99ed427140f513f78db915;p=thirdparty%2Fopenwrt.git ipq40xx: specify FritzBox 7530 LAN port label numbers This helps managing LAN ports. Ref: https://forum.openwrt.org/t/openwrt-21-02-0-second-release-candidate/98026/121 Fixes: 95b0c07a618f ("ipq40xx: add support for FritzBox 7530") Cc: David Bauer Signed-off-by: Rafał Miłecki (cherry picked from commit 3342d574be08db8926273678291497769d2365e9) --- diff --git a/target/linux/ipq40xx/base-files/etc/board.d/02_network b/target/linux/ipq40xx/base-files/etc/board.d/02_network index 1d4c78833af..c70aa0b95c3 100755 --- a/target/linux/ipq40xx/base-files/etc/board.d/02_network +++ b/target/linux/ipq40xx/base-files/etc/board.d/02_network @@ -65,7 +65,7 @@ ipq40xx_setup_interfaces() ;; avm,fritzbox-7530) ucidef_add_switch "switch0" \ - "0u@eth0" "1:lan" "2:lan" "3:lan" "4:lan" + "0u@eth0" "1:lan:4" "2:lan:3" "3:lan:2" "4:lan:1" ;; avm,fritzrepeater-3000) ucidef_add_switch "switch0" \