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

Remove BROKEN flag for NETGEAR WNDR3700v4 and WNDR4300

parent 4a304ab1
No related branches found
No related tags found
No related merge requests found
......@@ -2,11 +2,9 @@
## NETGEAR
ifeq ($(BROKEN),1)
# WNDR3700 v4, WNDR4300 v1
$(eval $(call GluonProfile,WNDR4300))
$(eval $(call GluonProfileFactorySuffix,WNDR4300,-ubi-factory,.img))
$(eval $(call GluonProfileSysupgradeSuffix,WNDR4300,-squashfs-sysupgrade,.tar))
$(eval $(call GluonModel,WNDR4300,wndr3700v4,netgear-wndr3700v4)) # BROKEN: untested
$(eval $(call GluonModel,WNDR4300,wndr4300,netgear-wndr4300)) # BROKEN: untested
endif
$(eval $(call GluonModel,WNDR4300,wndr3700v4,netgear-wndr3700v4))
$(eval $(call GluonModel,WNDR4300,wndr4300,netgear-wndr4300))
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