From 7293499f719d73ffaeb61011d077e84d309b0f25 Mon Sep 17 00:00:00 2001 From: Luis Araneda Date: Fri, 5 Jan 2018 10:11:16 -0300 Subject: ipq806x: Sort occurrences of boardame alphabetically This restores the alphabetical sort that was present before the renaming of boardname. Signed-off-by: Luis Araneda --- target/linux/ipq806x/base-files/lib/upgrade/platform.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/ipq806x/base-files/lib/upgrade/platform.sh') diff --git a/target/linux/ipq806x/base-files/lib/upgrade/platform.sh b/target/linux/ipq806x/base-files/lib/upgrade/platform.sh index dc88c9ed09..f71ee37d99 100644 --- a/target/linux/ipq806x/base-files/lib/upgrade/platform.sh +++ b/target/linux/ipq806x/base-files/lib/upgrade/platform.sh @@ -10,6 +10,9 @@ platform_check_image() { platform_do_upgrade() { case "$(board_name)" in + linksys,ea8500) + platform_do_upgrade_linksys "$ARGV" + ;; netgear,d7800 |\ netgear,r7500 |\ netgear,r7500v2 |\ @@ -24,9 +27,6 @@ platform_do_upgrade() { MTD_CONFIG_ARGS="-s 0x200000" default_do_upgrade "$ARGV" ;; - linksys,ea8500) - platform_do_upgrade_linksys "$ARGV" - ;; tplink,vr2600v) PART_NAME="kernel:rootfs" MTD_CONFIG_ARGS="-s 0x200000" -- cgit v1.2.3