ipq40xx: add support for Aruba AP-365 / InstantOn AP17 (#2290)
This commit is contained in:
		
							parent
							
								
									3bb3f02bcd
								
							
						
					
					
						commit
						14b1224f97
					
				| @ -63,7 +63,9 @@ ipq40xx-generic | |||||||
| * Aruba | * Aruba | ||||||
| 
 | 
 | ||||||
|   - AP-303 |   - AP-303 | ||||||
|  |   - AP-365 | ||||||
|   - Instant On AP11 |   - Instant On AP11 | ||||||
|  |   - Instant On AP17 | ||||||
| 
 | 
 | ||||||
| * AVM | * AVM | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -34,6 +34,7 @@ function M.is_outdoor_device() | |||||||
| 		return true | 		return true | ||||||
| 
 | 
 | ||||||
| 	elseif M.match('ipq40xx', 'generic', { | 	elseif M.match('ipq40xx', 'generic', { | ||||||
|  | 		'aruba,ap-365', | ||||||
| 		'engenius,ens620ext', | 		'engenius,ens620ext', | ||||||
| 		'plasmacloud,pa1200', | 		'plasmacloud,pa1200', | ||||||
| 	}) then | 	}) then | ||||||
|  | |||||||
| @ -28,6 +28,11 @@ device('aruba-ap-303', 'aruba_ap-303', { | |||||||
| 	aliases = {'aruba-instant-on-ap11'}, | 	aliases = {'aruba-instant-on-ap11'}, | ||||||
| }) | }) | ||||||
| 
 | 
 | ||||||
|  | device('aruba-ap-365', 'aruba_ap-365', { | ||||||
|  | 	factory = false, | ||||||
|  | 	aliases = {'aruba-instant-on-ap17'}, | ||||||
|  | }) | ||||||
|  | 
 | ||||||
| 
 | 
 | ||||||
| -- AVM | -- AVM | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user