Merge pull request #685 from FreifunkChemnitz/master
Add Support for the ALFA Hornet UB and similar devices
This commit is contained in:
commit
d7e6bd2046
@ -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