ar71xx: add support for COMFAST CF-E355AC v2
COMFAST CF-E355AC v2 is a ceiling mount AP with PoE support, based on Qualcomm/Atheros QCA9531 + QCA9886. Short specification: - 2x 10/100 Mbps Ethernet, with PoE support - 128MB of RAM (DDR2) - 16 MB of FLASH - 2T2R 2.4 GHz, 802.11b/g/n - 2T2R 5 GHz, 802.11ac/n/a, WAVE 2 - 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: Ding Tengfei <dtf@comfast.cn> [updated kernel config for both boards] Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
This commit is contained in:
committed by
Piotr Dymacz
parent
b1d57dadb2
commit
e07014e70b
@@ -203,6 +203,14 @@ define Device/cf-e355ac
|
||||
endef
|
||||
TARGET_DEVICES += cf-e355ac
|
||||
|
||||
define Device/cf-e355ac-v2
|
||||
$(Device/cf-e355ac)
|
||||
DEVICE_TITLE := COMFAST CF-E355AC v2
|
||||
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-ath10k ath10k-firmware-qca9888
|
||||
BOARDNAME := CF-E355AC-V2
|
||||
endef
|
||||
TARGET_DEVICES += cf-e355ac-v2
|
||||
|
||||
define Device/cf-e375ac
|
||||
DEVICE_TITLE := COMFAST CF-E375AC
|
||||
DEVICE_PACKAGES := kmod-ath10k ath10k-firmware-qca9888
|
||||
|
||||
Reference in New Issue
Block a user