ath79: fix SUPPORTED_DEVICES for ubnt_nanostation-m
The ar71xx images for the Ubiquiti NanoStation M (XM) devices use
"nanostation-m" as board name, but the ath79 images are only
compatible with the "nano-m" board name, so sysupgrade complains.
By changing this additional supported device, sysupgrade smoothly
upgrades from ar71xx to ath79.
Ref: openwrt#2418
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
(cherry picked from commit f473ce6f23)
			
			
This commit is contained in:
		 Adrian Schmutzler
					Adrian Schmutzler
				
			
				
					committed by
					
						 John Crispin
						John Crispin
					
				
			
			
				
	
			
			
			 John Crispin
						John Crispin
					
				
			
						parent
						
							77b96c5068
						
					
				
				
					commit
					081d96bece
				
			| @@ -109,7 +109,7 @@ TARGET_DEVICES += ubnt_rocket-m | |||||||
| define Device/ubnt_nanostation-m | define Device/ubnt_nanostation-m | ||||||
|   $(Device/ubnt-xm) |   $(Device/ubnt-xm) | ||||||
|   DEVICE_TITLE := Ubiquiti Nanostation M |   DEVICE_TITLE := Ubiquiti Nanostation M | ||||||
|   SUPPORTED_DEVICES += nano-m |   SUPPORTED_DEVICES += nanostation-m | ||||||
| endef | endef | ||||||
| TARGET_DEVICES += ubnt_nanostation-m | TARGET_DEVICES += ubnt_nanostation-m | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user