ar71xx: Add support for D-Link EBR-2310 Rev. C
Add support for the EBR-2310, which is almost identical to the DIR-615 rev E4, without the wifi. Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
This commit is contained in:
parent
3b90ed8c18
commit
6cce9557a0
9 changed files with 22 additions and 1 deletions
|
@ -232,6 +232,11 @@ define LegacyDevice/FR54RTR
|
|||
endef
|
||||
LEGACY_DEVICES += FR54RTR
|
||||
|
||||
define LegacyDevice/EBR2310C1
|
||||
DEVICE_TITLE := D-Link EBR-2310 rev. C1
|
||||
endef
|
||||
LEGACY_DEVICES += EBR2310C1
|
||||
|
||||
define LegacyDevice/DIR615E1
|
||||
DEVICE_TITLE := D-Link DIR-615 rev. E1
|
||||
endef
|
||||
|
|
|
@ -925,6 +925,7 @@ $(eval $(call SingleProfile,CameoAP91,64kraw,DIR600A1,dir-600-a1,DIR-600-A1,ttyS
|
|||
$(eval $(call SingleProfile,CameoAP91,64kraw,DIR601A1,dir-601-a1,DIR-600-A1,ttyS0,115200,"AP91-AR7240-RT-090223-02"))
|
||||
$(eval $(call SingleProfile,CameoAP91,64kraw,FR54RTR,fr-54rtr,DIR-600-A1,ttyS0,115200,"AP91-AR7240-RT-090223-01"))
|
||||
|
||||
$(eval $(call SingleProfile,CameoAP99,64kraw,EBR2310C1,ebr-2310-c1,EBR-2310-C1,ttyS0,115200,"AP91-AR7240-RT-090223-03"))
|
||||
$(eval $(call SingleProfile,CameoAP99,64kraw,DIR615E1,dir-615-e1,DIR-615-E1,ttyS0,115200,"AP93-AR7240-RT-081028-00"))
|
||||
$(eval $(call SingleProfile,CameoAP99,64kraw,DIR615E4,dir-615-e4,DIR-615-E4,ttyS0,115200,"AP99-AR7240-RT-091105-05"))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue