[openwrt/openwrt] ipq807x: order devices alphabetically
LEDE Commits
lede-commits at lists.infradead.org
Thu Nov 28 10:57:55 PST 2024
ynezz pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/b1c01cd4b5d0ab8ad8f254836aa3e3c50688a64d
commit b1c01cd4b5d0ab8ad8f254836aa3e3c50688a64d
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>
(cherry picked from commit 17f84bba44dbee248b3a79935657a74b21caa280)
Link: https://github.com/openwrt/openwrt/pull/17097
Signed-off-by: Petr Štetiar <ynezz at true.cz>
---
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