diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-06-06 17:26:05 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-06-06 17:26:05 +0000 |
commit | 3d4f163df14e952e3953cb6d608bcd7f6bb94027 (patch) | |
tree | 0513fc8dfe069c6bb68f6a9cadc42f417f0bedb2 /target/linux/bcm53xx/base-files | |
parent | 46bc3ed25a83a6e4158f6a3f2017da4ecc79f59e (diff) | |
download | upstream-3d4f163df14e952e3953cb6d608bcd7f6bb94027.tar.gz upstream-3d4f163df14e952e3953cb6d608bcd7f6bb94027.tar.bz2 upstream-3d4f163df14e952e3953cb6d608bcd7f6bb94027.zip |
bcm53xx: sysupgrade: drop useless shift in platform.sh
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45914
Diffstat (limited to 'target/linux/bcm53xx/base-files')
-rw-r--r-- | target/linux/bcm53xx/base-files/lib/upgrade/platform.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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" } |