summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Balerdi2024-11-08 20:45:12 +0000
committerPetr Štetiar2024-11-28 18:47:42 +0000
commitb1c01cd4b5d0ab8ad8f254836aa3e3c50688a64d (patch)
treed0004b5dc9db923f6463445b5b6fbc8a39e726c8
parent16eb043062f16986879d7ff8f6f9b1f773a4a2fd (diff)
downloadopenwrt-b1c01cd4b5d0ab8ad8f254836aa3e3c50688a64d.tar.gz
ipq807x: order devices alphabetically
Alphabetically sort devices in platform.sh Signed-off-by: Rodrigo Balerdi <lanchon@gmail.com> Link: https://github.com/openwrt/openwrt/pull/16505 Signed-off-by: Robert Marko <robimarko@gmail.com> (cherry picked from commit 17f84bba44dbee248b3a79935657a74b21caa280) Link: https://github.com/openwrt/openwrt/pull/17097 Signed-off-by: Petr Štetiar <ynezz@true.cz>
-rw-r--r--target/linux/qualcommax/ipq807x/base-files/lib/upgrade/platform.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/qualcommax/ipq807x/base-files/lib/upgrade/platform.sh b/target/linux/qualcommax/ipq807x/base-files/lib/upgrade/platform.sh
index 00289dcfe6..70657629fc 100644
--- a/target/linux/qualcommax/ipq807x/base-files/lib/upgrade/platform.sh
+++ b/target/linux/qualcommax/ipq807x/base-files/lib/upgrade/platform.sh
@@ -189,9 +189,6 @@ platform_do_upgrade() {
CI_ROOTPART="rootfs"
emmc_do_upgrade "$1"
;;
- tplink,eap660hd-v1)
- tplink_do_upgrade "$1"
- ;;
redmi,ax6|\
xiaomi,ax3600|\
xiaomi,ax9000)
@@ -217,6 +214,9 @@ platform_do_upgrade() {
CI_DATAPART="rootfs_data"
emmc_do_upgrade "$1"
;;
+ tplink,eap660hd-v1)
+ tplink_do_upgrade "$1"
+ ;;
yuncore,ax880)
active="$(fw_printenv -n active)"
if [ "$active" -eq "1" ]; then