Skip to content
Snippets Groups Projects
Commit d7e6bd20 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

Merge pull request #685 from FreifunkChemnitz/master

Add Support for the ALFA Hornet UB and similar devices
parents b8cb60a8 4e2423c0
No related branches found
No related tags found
No related merge requests found
...@@ -77,6 +77,12 @@ Supported Devices & Architectures ...@@ -77,6 +77,12 @@ Supported Devices & Architectures
ar71xx-generic ar71xx-generic
^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^
* ALFA Network
- AP121
- AP121U
- Hornet-UB
* Allnet * Allnet
- ALL0315N - ALL0315N
......
...@@ -278,3 +278,12 @@ $(eval $(call GluonModel,MYNETN750,mynet-n750,wd-my-net-n750)) ...@@ -278,3 +278,12 @@ $(eval $(call GluonModel,MYNETN750,mynet-n750,wd-my-net-n750))
# Omega # Omega
$(eval $(call GluonProfile,OMEGA)) $(eval $(call GluonProfile,OMEGA))
$(eval $(call GluonModel,OMEGA,onion-omega,onion-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))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment