mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 14:34:27 -05:00 
			
		
		
		
	ltq-vdsl-fw: fix firmware installer
The downloaded filename was wrong in multiple places. Fix that.
Fixes: 2f95dd8ff0 ("ltq-vdsl-fw: update w921v firmware download URL")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
			
			
This commit is contained in:
		
							parent
							
								
									ec7d32f376
								
							
						
					
					
						commit
						1f84d45e18
					
				@ -1,5 +1,5 @@
 | 
			
		||||
#!/bin/sh
 | 
			
		||||
FW="/tmp/firmware-speedport-w921v-1.46.000.bin"
 | 
			
		||||
FW="/tmp/firmware-speedport-w921v-1.48.000.bin"
 | 
			
		||||
URL="https://www.telekom.de/hilfe/downloads/firmware-speedport-w-921v-1.48.000.bin"
 | 
			
		||||
FW_TAPI="vr9_tapi_fw.bin"
 | 
			
		||||
FW_DSL="vr9_dsl_fw_annex_b.bin"
 | 
			
		||||
 | 
			
		||||
@ -26,7 +26,7 @@
 | 
			
		||||
 | 
			
		||||
#include "LzmaWrapper.h"
 | 
			
		||||
 | 
			
		||||
#define FW_NAME		"/tmp/firmware-speedport-w-921v-1.48.000.bin"
 | 
			
		||||
#define FW_NAME		"/tmp/firmware-speedport-w921v-1.48.000.bin"
 | 
			
		||||
 | 
			
		||||
#define MAGIC		0x50
 | 
			
		||||
#define MAGIC_SZ	0x3FFC00
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user