Skip to content

Commit 17f84bb

Browse files
Lanchonrobimarko
authored andcommitted
ipq807x: order devices alphabetically
Alphabetically sort devices in platform.sh Signed-off-by: Rodrigo Balerdi <[email protected]> Link: openwrt/openwrt#16505 Signed-off-by: Robert Marko <[email protected]>
1 parent fe481c9 commit 17f84bb

File tree

1 file changed

+3
-3
lines changed
  • target/linux/qualcommax/ipq807x/base-files/lib/upgrade

1 file changed

+3
-3
lines changed

target/linux/qualcommax/ipq807x/base-files/lib/upgrade/platform.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,6 @@ platform_do_upgrade() {
189189
CI_ROOTPART="rootfs"
190190
emmc_do_upgrade "$1"
191191
;;
192-
tplink,eap660hd-v1)
193-
tplink_do_upgrade "$1"
194-
;;
195192
redmi,ax6|\
196193
xiaomi,ax3600|\
197194
xiaomi,ax9000)
@@ -217,6 +214,9 @@ platform_do_upgrade() {
217214
CI_DATAPART="rootfs_data"
218215
emmc_do_upgrade "$1"
219216
;;
217+
tplink,eap660hd-v1)
218+
tplink_do_upgrade "$1"
219+
;;
220220
yuncore,ax880)
221221
active="$(fw_printenv -n active)"
222222
if [ "$active" -eq "1" ]; then

0 commit comments

Comments
 (0)