ath79: add support for TP-Link TL-WR941N/ND v2/v3
Specification: - SoC: Atheros AR9132 - Flash: 4 MB - RAM: 32 MB - Ethernet: Marvell 88E6060 with 5 FE ports. Flash instruction: Upload the generated factory firmware on web interface. Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
This commit is contained in:
committed by
Mathias Kresin
parent
8db6522531
commit
1213504750
@@ -137,6 +137,15 @@ define Device/tplink_tl-wr841-v11
|
||||
endef
|
||||
TARGET_DEVICES += tplink_tl-wr841-v11
|
||||
|
||||
define Device/tplink_tl-wr941-v2
|
||||
$(Device/tplink-4m)
|
||||
ATH_SOC := ar9132
|
||||
DEVICE_TITLE := TP-Link TL-WR941N/ND v2/v3
|
||||
TPLINK_HWID := 0x09410002
|
||||
TPLINK_HWREV := 2
|
||||
endef
|
||||
TARGET_DEVICES += tplink_tl-wr941-v2
|
||||
|
||||
define Device/tplink_tl-wr941-v4
|
||||
$(Device/tplink-4m)
|
||||
ATH_SOC := ar7240
|
||||
|
||||
Reference in New Issue
Block a user