2
0
forked from Ivasoft/openwrt

ar71xx: add support for COMFAST CF-E355AC

COMFAST CF-E355AC is a ceiling mount AP with PoE support, based on
Qualcomm/Atheros QCA9531 + QCA9882.

Short specification:

- 2x 10/100 Mbps Ethernet, with PoE support
- 64MB of RAM (DDR2)
- 16 MB of FLASH
- 2T2R 2.4 GHz, 802.11b/g/n
- 2T2R 5 GHz, 802.11ac/n/a
- built-in 4x 3 dBi antennas
- output power (max): 500 mW (27 dBm)
- 1x RGB LED, 1x button
- built-in watchdog chipset

Flash instruction:

Original firmware is based on OpenWrt.
Use sysupgrade image directly in vendor GUI.

Signed-off-by: Enrique Giraldo <enrique.giraldo@galgus.net>
[whitespace fixes, ac radio caldata offset fix]
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
This commit is contained in:
Enrique Giraldo
2017-06-29 12:03:03 +02:00
committed by Piotr Dymacz
parent 90d8c0f0a2
commit fefdb1e0b9
12 changed files with 93 additions and 0 deletions

View File

@@ -507,6 +507,9 @@ ar71xx_board_detect() {
*"CF-E320N v2")
name="cf-e320n-v2"
;;
*"CF-E355AC")
name="cf-e355ac"
;;
*"CF-E380AC v1")
name="cf-e380ac-v1"
;;

View File

@@ -216,6 +216,7 @@ platform_check_image() {
carambola2|\
cf-e316n-v2|\
cf-e320n-v2|\
cf-e355ac|\
cf-e380ac-v1|\
cf-e380ac-v2|\
cf-e520n|\