Skip to content

Commit

Permalink
Add support for NETGEAR WNDRMAC v1/v2 (untested)
Browse files Browse the repository at this point in the history
  • Loading branch information
neocturne committed Feb 23, 2015
1 parent 754e4af commit bc648e4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion targets/ar71xx-generic/profiles.mk
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,16 @@ $(eval $(call GluonModel,WZRHPAG300H,wzr-hp-ag300h-squashfs,buffalo-wzr-hp-ag300

## Netgear

# WNDR3700v2/3800
# WNDR3700 (v1, v2) / WNDR3800 / WNDRMAC (v1, v2)
$(eval $(call GluonProfile,WNDR3700))
$(eval $(call GluonProfileFactorySuffix,WNDR3700,.img))
$(eval $(call GluonModel,WNDR3700,wndr3700-squashfs,netgear-wndr3700))
$(eval $(call GluonModel,WNDR3700,wndr3700v2-squashfs,netgear-wndr3700v2))
$(eval $(call GluonModel,WNDR3700,wndr3800-squashfs,netgear-wndr3800))
ifeq ($(BROKEN),1)
$(eval $(call GluonModel,WNDR3700,wndrmac-squashfs,netgear-wndrmac)) # BROKEN: untested
$(eval $(call GluonModel,WNDR3700,wndrmacv2-squashfs,netgear-wndrmacv2)) # BROKEN: untested
endif

## Allnet

Expand Down

0 comments on commit bc648e4

Please sign in to comment.