kirkwood: add Linksys E4200 (Viper) Router
This commit is contained in:
parent
19381a235e
commit
9f4fd1d651
@ -102,6 +102,13 @@ ipq806x-generic
|
||||
|
||||
- R7800
|
||||
|
||||
kirkwood-generic
|
||||
---------------
|
||||
|
||||
* Linksys
|
||||
|
||||
- E4200 (v2)
|
||||
|
||||
lantiq-xrx200
|
||||
-------------
|
||||
|
||||
|
5
targets/kirkwood
Normal file
5
targets/kirkwood
Normal file
@ -0,0 +1,5 @@
|
||||
-- Linksys
|
||||
|
||||
device('linksys_viper', 'linksys-viper', 'linksys_e4200', 'linksys-e4200' {
|
||||
factory = false,
|
||||
})
|
@ -4,6 +4,7 @@ $(eval $(call GluonTarget,bcm27xx,bcm2708))
|
||||
$(eval $(call GluonTarget,bcm27xx,bcm2709))
|
||||
$(eval $(call GluonTarget,ipq40xx,generic))
|
||||
$(eval $(call GluonTarget,ipq806x,generic))
|
||||
$(eval $(call GluonTarget,kirkwood,generic))
|
||||
$(eval $(call GluonTarget,lantiq,xrx200))
|
||||
$(eval $(call GluonTarget,lantiq,xway))
|
||||
$(eval $(call GluonTarget,mediatek,mt7622))
|
||||
|
Loading…
Reference in New Issue
Block a user