ath79: add support for TP-Link TL-WR842N/ND v1 router
This ports support for TP-Link TL-WR842N/ND v1 from ar71xx. CPU: Atheros AR7241 400 MHz RAM: 32 MiB FLASH: 8 MiB PORTS: 4 Port 100/10 Switch, 1 Port 100/10 Wan WiFi: Atheros AR9287 LED: SYS, WiFi, LAN, WAN, 3G, QSS BTN: WiFi, Reset/WPS AR71xx target used "tl-mr3420" as board id so force flag is needed if upgrading from old target. Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com> Signed-off-by: Christian Lamparter <chunkeey@gmail.com> [trivial cleanup]
This commit is contained in:
committed by
Christian Lamparter
parent
330965b342
commit
3c3eaa57d9
@@ -99,6 +99,15 @@ define Device/tplink_tl-wr1043nd-v1
|
||||
endef
|
||||
TARGET_DEVICES += tplink_tl-wr1043nd-v1
|
||||
|
||||
define Device/tplink_tl-wr842n-v1
|
||||
$(Device/tplink-8m)
|
||||
ATH_SOC := ar7241
|
||||
DEVICE_TITLE := TP-LINK TL-WR842N/ND v1
|
||||
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport
|
||||
TPLINK_HWID := 0x8420001
|
||||
endef
|
||||
TARGET_DEVICES += tplink_tl-wr842n-v1
|
||||
|
||||
define Device/tplink_tl-wr842n-v2
|
||||
$(Device/tplink-8mlzma)
|
||||
ATH_SOC := ar9341
|
||||
|
||||
Reference in New Issue
Block a user