[openwrt/openwrt] ipq806x: sort entries in 02_network

LEDE Commits lede-commits at lists.infradead.org
Thu Sep 17 06:47:09 EDT 2020


adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/a744c14dfa087bb00a5871a59b00028c94c4e00b

commit a744c14dfa087bb00a5871a59b00028c94c4e00b
Author: Adrian Schmutzler <freifunk at adrianschmutzler.de>
AuthorDate: Thu Sep 17 12:33:45 2020 +0200

    ipq806x: sort entries in 02_network
    
    Apply alphabetic sorting like in the other files.
    
    Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
---
 target/linux/ipq806x/base-files/etc/board.d/02_network | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/target/linux/ipq806x/base-files/etc/board.d/02_network b/target/linux/ipq806x/base-files/etc/board.d/02_network
index 0dbc49840a..3f9d96881d 100755
--- a/target/linux/ipq806x/base-files/etc/board.d/02_network
+++ b/target/linux/ipq806x/base-files/etc/board.d/02_network
@@ -27,11 +27,6 @@ edgecore,ecw5410)
 	ucidef_set_interface_macaddr "lan" "$(mtd_get_mac_binary "0:ART" 0x6)"
 	ucidef_set_interface_macaddr "wan" "$(mtd_get_mac_binary "0:ART" 0x0)"
 	;;
-qcom,ipq8064-ap161)
-	ucidef_set_interface_lan "eth1 eth2"
-	ucidef_add_switch "switch0" \
-		"0:lan" "1:lan" "2:lan" "3u at eth1" "6:wan" "4u at eth0"
-	;;
 linksys,ea7500-v1)
 	hw_mac_addr=$(mtd_get_mac_ascii devinfo hw_mac_addr)
 	ucidef_add_switch "switch0" \
@@ -55,6 +50,11 @@ tplink,c2600)
 	ucidef_add_switch "switch0" \
 		"1:lan:4" "2:lan:3" "3:lan:2" "4:lan:1" "6 at eth1" "5:wan" "0 at eth0"
 	;;
+qcom,ipq8064-ap161)
+	ucidef_set_interface_lan "eth1 eth2"
+	ucidef_add_switch "switch0" \
+		"0:lan" "1:lan" "2:lan" "3u at eth1" "6:wan" "4u at eth0"
+	;;
 qcom,ipq8064-db149)
 	ucidef_set_interface_lan "eth1 eth2 eth3"
 	ucidef_add_switch "switch0" \



More information about the lede-commits mailing list