[openwrt/openwrt] ipq807x: order devices alphabetically
LEDE Commits
lede-commits at lists.infradead.org
Sun Nov 17 03:24:49 PST 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/17f84bba44dbee248b3a79935657a74b21caa280
commit 17f84bba44dbee248b3a79935657a74b21caa280
Author: Rodrigo Balerdi <lanchon at gmail.com>
AuthorDate: Fri Nov 8 17:45:12 2024 -0300
ipq807x: order devices alphabetically
Alphabetically sort devices in platform.sh
Signed-off-by: Rodrigo Balerdi <lanchon at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16505
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
target/linux/qualcommax/ipq807x/base-files/lib/upgrade/platform.sh | 6 +++---
1 file 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
More information about the lede-commits
mailing list