forked from Ivasoft/openwrt
ath79: add support for TP-Link TL-WA901ND v2
This commit adds support for the TP-Link TL-WR901ND v2 access point.
CPU: Atheros AR9132 400MHz
RAM: 32MB
FLASH: 4MiB
WiFi: Atheros AR9103 3x3:2 bgn
LED: Power (static on)
LAN (controlled by PHY)
SYS, WiFi, QSS toggleable
BTN: Reset, QSS
Installation:
Upload the factory image via the vendor-GUI.
Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
committed by
Mathias Kresin
parent
6d1abbcab4
commit
5815bb2e41
@@ -51,6 +51,14 @@ define Device/tplink_tl-mr3420-v1
|
||||
endef
|
||||
TARGET_DEVICES += tplink_tl-mr3420-v1
|
||||
|
||||
define Device/tplink_tl-wa901nd-v2
|
||||
$(Device/tplink-4m)
|
||||
ATH_SOC := ar9132
|
||||
DEVICE_TITLE := TP-Link TL-WA901ND v2
|
||||
TPLINK_HWID := 0x09010002
|
||||
endef
|
||||
TARGET_DEVICES += tplink_tl-wa901nd-v2
|
||||
|
||||
define Device/tplink_tl-wr703n
|
||||
$(Device/tplink-4mlzma)
|
||||
ATH_SOC := ar9331
|
||||
|
||||
Reference in New Issue
Block a user