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

Add experimental support for the TL-WDR4900 (MPC85xx target)

parent 23435baa
No related branches found
No related tags found
No related merge requests found
CONFIG_TARGET_mpc85xx=y
This diff is collapsed.
9437e5393e90f8b42c3d721625895f7f
# List of hardware profiles
## TP-Link
# TL-WDR4900 v1
$(eval $(call GluonProfile,TLWDR4900))
$(eval $(call GluonModel,TLWDR4900,tl-wdr4900-v1-squashfs,tp-link-tl-wdr4900-v1))
...@@ -2,4 +2,5 @@ $(eval $(call GluonTarget,ar71xx,generic)) ...@@ -2,4 +2,5 @@ $(eval $(call GluonTarget,ar71xx,generic))
ifneq ($(BROKEN),) ifneq ($(BROKEN),)
$(eval $(call GluonTarget,x86,generic)) $(eval $(call GluonTarget,x86,generic))
$(eval $(call GluonTarget,mpc85xx,generic))
endif endif
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