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

ar71xx-generic: mark Meraki devices as BROKEN again

These devices don't have unique MAC addresses with OpenWrt/LEDE at the moment
(see #993).
parent 47185281
No related branches found
No related tags found
No related merge requests found
...@@ -112,11 +112,6 @@ ar71xx-generic ...@@ -112,11 +112,6 @@ ar71xx-generic
- WZR-HP-G300NH2 - WZR-HP-G300NH2
- WZR-HP-G450H - WZR-HP-G450H
* Cisco Meraki
- MR12 / MR62
- MR16 / MR66
* D-Link * D-Link
- DIR-505 (A1, A2) - DIR-505 (A1, A2)
......
...@@ -408,6 +408,8 @@ $(eval $(call GluonModel,ALFANX,alfa-nx,alfa-network-n2-n5)) ...@@ -408,6 +408,8 @@ $(eval $(call GluonModel,ALFANX,alfa-nx,alfa-network-n2-n5))
## Meraki ## Meraki
# BROKEN: MAC address uniqueness issues
ifneq ($(BROKEN),)
# Meraki MR12/MR62 # Meraki MR12/MR62
$(eval $(call GluonProfile,MR12,rssileds)) $(eval $(call GluonProfile,MR12,rssileds))
$(eval $(call GluonProfileFactorySuffix,MR12)) $(eval $(call GluonProfileFactorySuffix,MR12))
...@@ -419,6 +421,7 @@ $(eval $(call GluonProfile,MR16,rssileds)) ...@@ -419,6 +421,7 @@ $(eval $(call GluonProfile,MR16,rssileds))
$(eval $(call GluonProfileFactorySuffix,MR16)) $(eval $(call GluonProfileFactorySuffix,MR16))
$(eval $(call GluonModel,MR16,mr16,meraki-mr16)) $(eval $(call GluonModel,MR16,mr16,meraki-mr16))
$(eval $(call GluonModelAlias,MR16,meraki-mr16,meraki-mr66)) $(eval $(call GluonModelAlias,MR16,meraki-mr16,meraki-mr66))
endif
## 8devices ## 8devices
......
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