summaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/generic
diff options
context:
space:
mode:
authorFelix Golatofski <git@xdfr.de>2024-01-10 00:44:35 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2024-04-14 19:20:06 +0200
commitee3a6adc6c22b2388eb3901bda335fd145c7355e (patch)
treec64c4cfdee15774bccaad9a65bf624d12a6a1a27 /target/linux/ath79/generic
parenta65fceb078a7c5fd8133f7c8c4c2326dda517899 (diff)
downloadopenwrt-ee3a6adc6c22b2388eb3901bda335fd145c7355e.tar.gz
openwrt-ee3a6adc6c22b2388eb3901bda335fd145c7355e.tar.bz2
openwrt-ee3a6adc6c22b2388eb3901bda335fd145c7355e.zip
ath79: add support for Comfast CF-EW71 v2
Specifications: Qualcomm/Atheros QCA9531 2x 10/100 Mbps Ethernet, with 48v PoE 2T2R 2.4 GHz, 802.11b/g/n 128MB RAM 16MB SPI Flash 4x LED (Always On Power, LAN, WAN, WLAN) Flashing instructions: The original firmware is based on OpenWrt, so flashing the sysupgrade image over the factory firmware is sufficient. The bootloader has a built-in recovery web-ui. This is the method I used to flash OpenWrt. You can get to the recovery web-ui by holding down the reset button for a few seconds (~5s) while pluggin in the router. The LEDs should start blinking fast and the router should be available on 192.168.1.1 for the recovery. Tested: Reset button, WAN LED, LAN LED, Power LED (always on, not much to test), WLAN LED, MAC addresses (same as factory firmware). Signed-off-by: Felix Golatofski <git@xdfr.de>
Diffstat (limited to 'target/linux/ath79/generic')
-rw-r--r--target/linux/ath79/generic/base-files/etc/board.d/01_leds1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ath79/generic/base-files/etc/board.d/01_leds b/target/linux/ath79/generic/base-files/etc/board.d/01_leds
index 2974855870..18fe436dbc 100644
--- a/target/linux/ath79/generic/base-files/etc/board.d/01_leds
+++ b/target/linux/ath79/generic/base-files/etc/board.d/01_leds
@@ -199,6 +199,7 @@ comfast,cf-e560ac)
ucidef_set_led_switch "lan3" "LAN3" "blue:lan3" "switch0" "0x08"
ucidef_set_led_switch "lan4" "LAN4" "blue:lan4" "switch0" "0x10"
;;
+comfast,cf-ew71-v2|\
comfast,cf-ew72|\
openmesh,om2p-v2|\
openmesh,om2p-hs-v1|\