Skip to content
/ openwrt Public
forked from openwrt/openwrt

Commit

Permalink
ipq807x: order devices alphabetically
Browse files Browse the repository at this point in the history
Alphabetically sort devices in platform.sh

Signed-off-by: Rodrigo Balerdi <[email protected]>
Link: openwrt#16505
Signed-off-by: Robert Marko <[email protected]>
(cherry picked from commit 17f84bb)
  • Loading branch information
Lanchon authored and ynezz committed Nov 27, 2024
1 parent 7757bd7 commit 6994717
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down

0 comments on commit 6994717

Please sign in to comment.