From 0104eed1e5ca93a1c912e2d9b70e800b8d3099ad Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Sat, 20 Jul 2019 12:49:20 +0200 Subject: ath79: add support for TP-Link CPE510 v1 TP-Link CPE510-v1 is an outdoor wireless CPE for 5 GHz with two Ethernet ports based on Atheros AR9334 Specifications: - 560/450/225 MHz (CPU/DDR/AHB) - 2x 10/100 Mbps Ethernet, 1x PoE-in, 1x PoE-out - 64 MB of DDR2 RAM - 8 MB of SPI-NOR Flash - 2T2R 5 GHz - 13 dBi built-in antenna - Power, LAN0, LAN1 green LEDs - 4x green RSSI LEDs Flash factory image through stock firmware WEB UI or through TFTP: To get to TFTP recovery just hold reset button while powering on for around 4-5 seconds and release. Rename factory image to recovery.bin Stock TFTP server IP:192.168.0.100 Stock device TFTP address:192.168.0.254 Based on the work of Paul Wassi Signed-off-by: Adrian Schmutzler --- target/linux/ath79/image/generic-tp-link.mk | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'target/linux/ath79/image/generic-tp-link.mk') diff --git a/target/linux/ath79/image/generic-tp-link.mk b/target/linux/ath79/image/generic-tp-link.mk index a5844227e4..ffbdfbc14f 100644 --- a/target/linux/ath79/image/generic-tp-link.mk +++ b/target/linux/ath79/image/generic-tp-link.mk @@ -195,6 +195,18 @@ define Device/tplink_cpe210-v3 endef TARGET_DEVICES += tplink_cpe210-v3 +define Device/tplink_cpe510-v1 + $(Device/tplink-loader-okli) + ATH_SOC := ar9344 + IMAGE_SIZE := 7680k + DEVICE_MODEL := CPE510 + DEVICE_VARIANT := v1 + DEVICE_PACKAGES := rssileds + TPLINK_BOARD_ID := CPE510 + SUPPORTED_DEVICES += cpe510 +endef +TARGET_DEVICES += tplink_cpe510-v1 + define Device/tplink_cpe510-v2 $(Device/tplink-loader-okli) ATH_SOC := ar9344 -- cgit v1.2.3