mirror of
				https://github.com/openwrt/openwrt.git
				synced 2025-11-04 08:17:24 +08:00 
			
		
		
		
	filogic: fix wifi eeprom filename for tuf-ax6000
The router use mt7986_eeprom_mt7976_dual.bin
Fixes: d522ccecb2 ("filogic: add support for ASUS TUF AX6000")
Signed-off-by: Patryk Kowalczyk <patryk@kowalczyk.ws>
			
			
This commit is contained in:
		
				
					committed by
					
						
						David Bauer
					
				
			
			
				
	
			
			
			
						parent
						
							bc335f2967
						
					
				
				
					commit
					0c3f4bd85e
				
			@ -45,8 +45,7 @@ case "$FIRMWARE" in
 | 
				
			|||||||
	;;
 | 
						;;
 | 
				
			||||||
"mediatek/mt7986_eeprom_mt7976_dbdc.bin")
 | 
					"mediatek/mt7986_eeprom_mt7976_dbdc.bin")
 | 
				
			||||||
	case "$board" in
 | 
						case "$board" in
 | 
				
			||||||
	asus,tuf-ax4200|\
 | 
						asus,tuf-ax4200)
 | 
				
			||||||
	asus,tuf-ax6000)
 | 
					 | 
				
			||||||
		CI_UBIPART="UBI_DEV"
 | 
							CI_UBIPART="UBI_DEV"
 | 
				
			||||||
		caldata_extract_ubi "Factory" 0x0 0x1000
 | 
							caldata_extract_ubi "Factory" 0x0 0x1000
 | 
				
			||||||
		;;
 | 
							;;
 | 
				
			||||||
@ -54,6 +53,10 @@ case "$FIRMWARE" in
 | 
				
			|||||||
	;;
 | 
						;;
 | 
				
			||||||
"mediatek/mt7986_eeprom_mt7976_dual.bin")
 | 
					"mediatek/mt7986_eeprom_mt7976_dual.bin")
 | 
				
			||||||
	case "$board" in
 | 
						case "$board" in
 | 
				
			||||||
 | 
						asus,tuf-ax6000)
 | 
				
			||||||
 | 
							CI_UBIPART="UBI_DEV"
 | 
				
			||||||
 | 
							caldata_extract_ubi "Factory" 0x0 0x1000
 | 
				
			||||||
 | 
							;;
 | 
				
			||||||
	glinet,gl-mt6000)
 | 
						glinet,gl-mt6000)
 | 
				
			||||||
		caldata_extract_mmc "factory" 0x0 0x1000
 | 
							caldata_extract_mmc "factory" 0x0 0x1000
 | 
				
			||||||
		;;
 | 
							;;
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user