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

Merge branch 'TmcatsMerakiBranchMerged' of https://github.com/smoe/gluon

parents 3a3c922a 1e1363f1
No related branches found
No related tags found
No related merge requests found
......@@ -94,6 +94,11 @@ ar71xx-generic
- WZR-HP-G300NH
- WZR-HP-G450H
* Cisco Meraki
- MR12 / MR62
- MR16 / MR66
* D-Link
- DIR-505 (A1)
......
......@@ -288,3 +288,16 @@ $(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))
## Meraki
# Meraki MR12/MR62
$(eval $(call GluonProfile,MR12,rssileds))
$(eval $(call GluonProfileFactorySuffix,MR12))
$(eval $(call GluonModel,MR12,mr12,meraki-mr12))
$(eval $(call GluonModelAlias,MR12,meraki-mr12,meraki-mr62))
# Meraki MR16/MR66
$(eval $(call GluonProfile,MR16,rssileds))
$(eval $(call GluonProfileFactorySuffix,MR16))
$(eval $(call GluonModel,MR16,mr16,meraki-mr16))
$(eval $(call GluonModelAlias,MR16,meraki-mr16,meraki-mr66))
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