From 7b742d72ab08df722d7275df045c566a54c7a578 Mon Sep 17 00:00:00 2001 From: rmilecki Date: Sat, 6 Jun 2015 17:26:05 +0000 Subject: [PATCH] bcm53xx: sysupgrade: drop useless shift in platform.sh MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Rafał Miłecki git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45914 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/bcm53xx/base-files/lib/upgrade/platform.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/target/linux/bcm53xx/base-files/lib/upgrade/platform.sh b/target/linux/bcm53xx/base-files/lib/upgrade/platform.sh index 7251a9a417..25d22d9528 100644 --- a/target/linux/bcm53xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/bcm53xx/base-files/lib/upgrade/platform.sh @@ -193,6 +193,5 @@ platform_do_upgrade() { "cybertan") cmd=$(platform_trx_from_cybertan_cmd "$trx");; esac - shift default_do_upgrade "$trx" "$cmd" } -- 2.11.0