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

This commit is contained in:
Matthias Schiffer 2014-08-08 17:57:18 +02:00
parent 23435baac5
commit 024d3e3c99
5 changed files with 3956 additions and 0 deletions

View File

@ -0,0 +1 @@
CONFIG_TARGET_mpc85xx=y

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
9437e5393e90f8b42c3d721625895f7f

View File

@ -0,0 +1,7 @@
# 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))

View File

@ -2,4 +2,5 @@ $(eval $(call GluonTarget,ar71xx,generic))
ifneq ($(BROKEN),)
$(eval $(call GluonTarget,x86,generic))
$(eval $(call GluonTarget,mpc85xx,generic))
endif