ath79: fix identifier for Nanostation M in ath9k caldata extraction
When Nanostation M was renamed from ubnt,nano-m to ubnt,nanostation-m in commitf1396ac753("ath79: align naming of Ubiquiti Nanostation M"), the caldata extraction in 10-ath9k-eeprom was overlooked. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> (cherry picked from commit5dc535419f)
This commit is contained in:
		| @@ -172,7 +172,7 @@ case "$FIRMWARE" in | |||||||
| 	tplink,tl-wr842n-v1|\ | 	tplink,tl-wr842n-v1|\ | ||||||
| 	ubnt,airrouter|\ | 	ubnt,airrouter|\ | ||||||
| 	ubnt,bullet-m|\ | 	ubnt,bullet-m|\ | ||||||
| 	ubnt,nano-m|\ | 	ubnt,nanostation-m|\ | ||||||
| 	ubnt,rocket-m) | 	ubnt,rocket-m) | ||||||
| 		ath9k_eeprom_extract "art" 4096 4096 | 		ath9k_eeprom_extract "art" 4096 4096 | ||||||
| 		;; | 		;; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Adrian Schmutzler
					Adrian Schmutzler