diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-06-06 17:25:57 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-06-06 17:25:57 +0000 |
commit | 46bc3ed25a83a6e4158f6a3f2017da4ecc79f59e (patch) | |
tree | 41b3ccf81f794b83b95de083e63d1902fee8fc67 /target/linux/brcm47xx/base-files | |
parent | 54fb91f0cf8c93d3e306cb121d7657b0e04403a6 (diff) | |
download | upstream-46bc3ed25a83a6e4158f6a3f2017da4ecc79f59e.tar.gz upstream-46bc3ed25a83a6e4158f6a3f2017da4ecc79f59e.tar.bz2 upstream-46bc3ed25a83a6e4158f6a3f2017da4ecc79f59e.zip |
brcm47xx: sysupgrade: drop useless shift in platform.sh
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45913
Diffstat (limited to 'target/linux/brcm47xx/base-files')
-rw-r--r-- | target/linux/brcm47xx/base-files/lib/upgrade/platform.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/base-files/lib/upgrade/platform.sh b/target/linux/brcm47xx/base-files/lib/upgrade/platform.sh index 14fd5c814d..cbadefbb35 100644 --- a/target/linux/brcm47xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/brcm47xx/base-files/lib/upgrade/platform.sh @@ -153,6 +153,5 @@ platform_do_upgrade() { "cybertan") cmd=$(platform_trx_from_cybertan_cmd "$trx");; esac - shift default_do_upgrade "$trx" "$cmd" } |