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

Fix TL-MR3220 v2 image generation

This broke due to a recent OpenWrt update.
parent 4b236743
No related branches found
No related tags found
No related merge requests found
...@@ -116,13 +116,10 @@ $(eval $(call GluonProfile,TLMR3040)) ...@@ -116,13 +116,10 @@ $(eval $(call GluonProfile,TLMR3040))
$(eval $(call GluonModel,TLMR3040,tl-mr3040-v1,tp-link-tl-mr3040-v1)) $(eval $(call GluonModel,TLMR3040,tl-mr3040-v1,tp-link-tl-mr3040-v1))
$(eval $(call GluonModel,TLMR3040,tl-mr3040-v2,tp-link-tl-mr3040-v2)) $(eval $(call GluonModel,TLMR3040,tl-mr3040-v2,tp-link-tl-mr3040-v2))
# TL-MR3220 v1 # TL-MR3220 v1, v2
$(eval $(call GluonProfile,TLMR3220V1)) $(eval $(call GluonProfile,TLMR3220))
$(eval $(call GluonModel,TLMR3220V1,tl-mr3220-v1,tp-link-tl-mr3220-v1)) $(eval $(call GluonModel,TLMR3220,tl-mr3220-v1,tp-link-tl-mr3220-v1))
$(eval $(call GluonModel,TLMR3220,tl-mr3220-v2,tp-link-tl-mr3220-v2))
# TL-MR3220 v2
$(eval $(call GluonProfile,TLMR3220V2))
$(eval $(call GluonModel,TLMR3220V2,tl-mr3220-v2,tp-link-tl-mr3220-v2))
# TL-MR3420 v1, v2 # TL-MR3420 v1, v2
$(eval $(call GluonProfile,TLMR3420)) $(eval $(call GluonProfile,TLMR3420))
......
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