[openwrt/openwrt] ipq806x: sort entries in lib/upgrade/platform.sh

LEDE Commits lede-commits at lists.infradead.org
Thu Sep 17 07:03:54 EDT 2020


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

commit 6e170ffb96ea1ec4c1160209b2c1b1c0274cdf55
Author: Adrian Schmutzler <freifunk at adrianschmutzler.de>
AuthorDate: Thu Sep 17 13:03:18 2020 +0200

    ipq806x: sort entries in lib/upgrade/platform.sh
    
    Apply alphabetic sorting like in the other files.
    
    Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
---
 target/linux/ipq806x/base-files/lib/upgrade/platform.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/target/linux/ipq806x/base-files/lib/upgrade/platform.sh b/target/linux/ipq806x/base-files/lib/upgrade/platform.sh
index 91cc4548f5..f61e8ee878 100644
--- a/target/linux/ipq806x/base-files/lib/upgrade/platform.sh
+++ b/target/linux/ipq806x/base-files/lib/upgrade/platform.sh
@@ -24,9 +24,6 @@ platform_do_upgrade() {
 	qcom,ipq8064-ap161)
 		nand_do_upgrade "$1"
 		;;
-	zyxel,nbg6817)
-		zyxel_do_upgrade "$1"
-		;;
 	edgecore,ecw5410)
 		part="$(awk -F 'ubi.mtd=' '{printf $2}' /proc/cmdline | sed -e 's/ .*$//')"
 		if [ "$part" = "rootfs1" ]; then
@@ -52,6 +49,9 @@ platform_do_upgrade() {
 		MTD_CONFIG_ARGS="-s 0x200000"
 		default_do_upgrade "$1"
 		;;
+	zyxel,nbg6817)
+		zyxel_do_upgrade "$1"
+		;;
 	*)
 		default_do_upgrade "$1"
 		;;



More information about the lede-commits mailing list