Skip to content

Commit

Permalink
Remove BROKEN flag from TL-WR842N/ND v2 and TL-MR3420 v2
Browse files Browse the repository at this point in the history
  • Loading branch information
neocturne committed Jun 20, 2014
1 parent 04db29d commit 02fb281
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions targets/ar71xx-generic/profiles.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ $(eval $(call GluonModel,TLWR841,tl-wr841n-v9-squashfs,tp-link-tl-wr841n-nd-v9))
# TL-WR842N/ND v1, v2
$(eval $(call GluonProfile,TLWR842))
$(eval $(call GluonModel,TLWR842,tl-wr842n-v1-squashfs,tp-link-tl-wr842n-nd-v1))

ifeq ($(BROKEN),1)
$(eval $(call GluonModel,TLWR842,tl-wr842n-v2-squashfs,tp-link-tl-wr842n-nd-v2))
endif

# TL-WR941N/ND v2, v3, v4
$(eval $(call GluonProfile,TLWR941))
Expand Down Expand Up @@ -65,10 +62,7 @@ $(eval $(call GluonModel,TLMR3220,tl-mr3220-v1-squashfs,tp-link-tl-mr3220-v1))
# TL-MR3420 v1, v2
$(eval $(call GluonProfile,TLMR3420))
$(eval $(call GluonModel,TLMR3420,tl-mr3420-v1-squashfs,tp-link-tl-mr3420-v1))

ifeq ($(BROKEN),1)
$(eval $(call GluonModel,TLMR3420,tl-mr3420-v2-squashfs,tp-link-tl-mr3420-v2))
endif


## Ubiquiti (everything)
Expand Down

0 comments on commit 02fb281

Please sign in to comment.