From 16afa08d19b4f7bf256a89749e76ff8421ece013 Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Mon, 14 Nov 2016 17:38:23 +0100 Subject: ar71xx: add support for COMFAST CF-E380AC v1 and v2 COMFAST CF-E380AC v1/v2 is a ceiling mount AP with PoE support, based on Qualcomm/Atheros QCA9558+QCA9880+AR8035. There are two versions of this model, with different RAM and U-Boot mtd partition sizes: - v1: 128 MB of RAM, 128 KB U-Boot image size - v2: 256 MB of RAM, 256 KB U-Boot image size Version number is available only inside vendor GUI, hardware and markings are the same. Short specification: - 720/600/200 MHz (CPU/DDR/AHB) - 1x 10/100/1000 Mbps Ethernet, with PoE support - 128 or 256 MB of RAM (DDR2) - 16 MB of FLASH - 3T3R 2.4 GHz, with external PA (SE2576L), up to 28 dBm - 3T3R 5 GHz, with external PA (SE5003L1), up to 30 dBm - 6x internal antennas - 1x RGB LED, 1x button - UART (T11), LEDs/GPIO (J7) and USB (T12) headers on PCB - external watchdog (Pericon Technology PT7A7514) Flash instruction: Original firmware is based on OpenWrt. Use sysupgrade image directly in vendor GUI. Signed-off-by: Piotr Dymacz --- target/linux/ar71xx/config-4.4 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux/ar71xx/config-4.4') diff --git a/target/linux/ar71xx/config-4.4 b/target/linux/ar71xx/config-4.4 index cc93515bd9..550b8bbce5 100644 --- a/target/linux/ar71xx/config-4.4 +++ b/target/linux/ar71xx/config-4.4 @@ -63,6 +63,8 @@ CONFIG_ATH79_MACH_CAP4200AG=y CONFIG_ATH79_MACH_CARAMBOLA2=y CONFIG_ATH79_MACH_CF_E316N_V2=y CONFIG_ATH79_MACH_CF_E320N_V2=y +CONFIG_ATH79_MACH_CF_E380AC_V1=y +CONFIG_ATH79_MACH_CF_E380AC_V2=y CONFIG_ATH79_MACH_CF_E520N=y CONFIG_ATH79_MACH_CF_E530N=y CONFIG_ATH79_MACH_CPE510=y -- cgit v1.2.3