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

ar71xx-generic: add support for NETGEAR WNR2200

parent 4becc7db
No related branches found
No related tags found
No related merge requests found
......@@ -265,6 +265,14 @@ $(eval $(call GluonModel,WNDR3700,wndrmac,netgear-wndrmac)) # BROKEN: untested
endif
$(eval $(call GluonModel,WNDR3700,wndrmacv2,netgear-wndrmacv2))
ifneq ($(BROKEN),)
# WNR2200
$(eval $(call GluonProfile,WNR2200)) # BROKEN: untested
$(eval $(call GluonModel,WNR2200,wnr2200,netgear-wnr2200))
$(eval $(call GluonProfileFactorySuffix,WNR2200,.img))
endif
## Allnet
# ALL0315N
......
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