mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-04 06:54:27 -05:00 
			
		
		
		
	brcm47xx: sysupgrade: drop useless shift in platform.sh
Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45913
This commit is contained in:
		
							parent
							
								
									54fb91f0cf
								
							
						
					
					
						commit
						46bc3ed25a
					
				@ -153,6 +153,5 @@ platform_do_upgrade() {
 | 
				
			|||||||
		"cybertan")	cmd=$(platform_trx_from_cybertan_cmd "$trx");;
 | 
							"cybertan")	cmd=$(platform_trx_from_cybertan_cmd "$trx");;
 | 
				
			||||||
	esac
 | 
						esac
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	shift
 | 
					 | 
				
			||||||
	default_do_upgrade "$trx" "$cmd"
 | 
						default_do_upgrade "$trx" "$cmd"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user