Skip to content

Commit

Permalink
ar71xx-generic: TL-WR841N/ND v10: remove BROKEN check
Browse files Browse the repository at this point in the history
  • Loading branch information
neocturne committed Oct 15, 2015
1 parent 2fefdee commit f292ba1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions targets/ar71xx-generic/profiles.mk
Expand Up @@ -54,9 +54,7 @@ $(eval $(call GluonModel,TLWR841,tl-wr841nd-v5,tp-link-tl-wr841n-nd-v5))
$(eval $(call GluonModel,TLWR841,tl-wr841nd-v7,tp-link-tl-wr841n-nd-v7))
$(eval $(call GluonModel,TLWR841,tl-wr841n-v8,tp-link-tl-wr841n-nd-v8))
$(eval $(call GluonModel,TLWR841,tl-wr841n-v9,tp-link-tl-wr841n-nd-v9))
ifeq ($(BROKEN),1)
$(eval $(call GluonModel,TLWR841,tl-wr841n-v10,tp-link-tl-wr841n-nd-v10))
endif

# TL-WR842N/ND v1, v2
$(eval $(call GluonProfile,TLWR842))
Expand Down

4 comments on commit f292ba1

@Adorfer
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did anybody yet test if the autoupdater works for v10?
My tests had an issue resulting some kind of "no matching image"-message (did not capture it), despite the fact that it was well present in the manifest.

@neocturne
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You probably generated the manifest without BROKEN=1 (when the v10 image was still guarded by the BROKEN check).

@neocturne
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Adorfer Ah, sorry, I didn't read that you checked that the image was present in the manifest. Can you post the content of /var/sysinfo/model?

@Adorfer
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ja, mein fehler, ich hatte das "make manifest" ohne $BROKEN aufgerufen in meinem buildscript.

Please sign in to comment.