Add Support for the ALFA Hornet UB and similar devices
The Hornet UB is sold at least in the varieties. Without case it is a Hornet UB, with case and without connected USB port it is called AP121. If the USB port is present this device is called AP121U. We have a AP121U in our mesh http://meshviewer.chemnitz.freifunk.net/#!v:m;n:00c0ca6efffa
This commit is contained in:
parent
b8cb60a8d6
commit
4e2423c081
@ -77,6 +77,12 @@ Supported Devices & Architectures
|
||||
ar71xx-generic
|
||||
^^^^^^^^^^^^^^
|
||||
|
||||
* ALFA Network
|
||||
|
||||
- AP121
|
||||
- AP121U
|
||||
- Hornet-UB
|
||||
|
||||
* Allnet
|
||||
|
||||
- ALL0315N
|
||||
|
@ -278,3 +278,12 @@ $(eval $(call GluonModel,MYNETN750,mynet-n750,wd-my-net-n750))
|
||||
# Omega
|
||||
$(eval $(call GluonProfile,OMEGA))
|
||||
$(eval $(call GluonModel,OMEGA,onion-omega,onion-omega))
|
||||
|
||||
## ALFA
|
||||
|
||||
# Hornet-UB
|
||||
$(eval $(call GluonProfile,HORNETUB))
|
||||
$(eval $(call GluonModel,HORNETUB,hornet-ub,alfa-hornet-ub))
|
||||
$(eval $(call GluonModelAlias,HORNETUB,alfa-hornet-ub,alfa-ap121))
|
||||
$(eval $(call GluonModelAlias,HORNETUB,alfa-hornet-ub,alfa-ap121u))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user