ath79: add support for TP-Link TL-WDR4900 v2
Specification: - SoC: Qualcomm Atheros QCA9558 - Flash: 8 MB - RAM: 128 MB - Ethernet: AR8327N with 5 GE ports. - Wireless radio: QCA9558 for 2.4G and AR9580 for 5G. 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
3493c1cf41
commit
d4e3a31f6c
@@ -49,6 +49,15 @@ define Device/tplink_tl-wdr4300
|
||||
endef
|
||||
TARGET_DEVICES += tplink_tl-wdr4300
|
||||
|
||||
define Device/tplink_tl-wdr4900-v2
|
||||
$(Device/tplink-8mlzma)
|
||||
ATH_SOC := qca9558
|
||||
DEVICE_TITLE := TP-LINK TL-WDR4900 v2
|
||||
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport
|
||||
TPLINK_HWID := 0x49000002
|
||||
endef
|
||||
TARGET_DEVICES += tplink_tl-wdr4900-v2
|
||||
|
||||
define Device/tplink_tl-wr1043nd-v1
|
||||
$(Device/tplink-8m)
|
||||
ATH_SOC := ar9132
|
||||
|
||||
Reference in New Issue
Block a user