target: ar71xx: add support for COMFAST CF-E316N v2 board

This adds full support (sans sysupgrading from vendor firmware) for the COMFAST
CF-E316N v2 (aka CF-E316V2, CF-E316N-V2 and CF-E316Nv2.0, no FCC ID) by
Shenzhen Four Seas Global Link Network Technology Co., Ltd (this company is
actively refusing to provide GPL'd sources for the OpenWrt version they ship
with the device, damn them).

Signed-off-by: Paul Fertser <fercerpav@gmail.com>

SVN-Revision: 46852
This commit is contained in:
Felix Fietkau
2015-09-11 16:31:35 +00:00
parent 3adce75a67
commit 2ce833060a
12 changed files with 195 additions and 10 deletions

View File

@@ -392,6 +392,9 @@ ar71xx_board_detect() {
*CAP4200AG)
name="cap4200ag"
;;
*"COMFAST CF-E316N v2")
name="cf-e316n-v2"
;;
*"CPE210/220/510/520")
name="cpe510"
tplink_pharos_board_detect

View File

@@ -199,6 +199,7 @@ platform_check_image() {
ap81 | \
ap83 | \
ap132 | \
cf-e316n-v2 | \
dgl-5500-a1 |\
dhp-1565-a1 |\
dir-505-a1 | \