diff options
author | Will Moss <willormos@gmail.com> | 2022-08-03 11:16:35 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-09-11 22:00:22 +0200 |
commit | e22ca21daab6d5be87b2b005b5a9440629730169 (patch) | |
tree | 9201007c0a19ecc40fc8034a9d0584594f113cbb /target/linux/ath79/image | |
parent | 20581ee8b590afc56cda013272861e1e614a078e (diff) | |
download | upstream-e22ca21daab6d5be87b2b005b5a9440629730169.tar.gz upstream-e22ca21daab6d5be87b2b005b5a9440629730169.tar.bz2 upstream-e22ca21daab6d5be87b2b005b5a9440629730169.zip |
ath79: add support for TP-Link TL-WR941ND v5
Specifications:
- SoC: ar9341
- RAM: 32M
- Flash: 4M
- Ethernet: 5x FE ports
- WiFi: ar9341-wmac
Flash instruction:
Upload generated factory firmware on vendor's web interface.
This device is very similar to the TL-WR841N v8, only two LED GPIOs are
different.
Buttons configuration is similar to TL-WR842ND v2 but both buttons are
active low.
Signed-off-by: Will Moss <willormos@gmail.com>
Diffstat (limited to 'target/linux/ath79/image')
-rw-r--r-- | target/linux/ath79/image/tiny-tp-link.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/ath79/image/tiny-tp-link.mk b/target/linux/ath79/image/tiny-tp-link.mk index 2110f08b52..30474149d3 100644 --- a/target/linux/ath79/image/tiny-tp-link.mk +++ b/target/linux/ath79/image/tiny-tp-link.mk @@ -503,6 +503,16 @@ define Device/tplink_tl-wr941-v4 endef TARGET_DEVICES += tplink_tl-wr941-v4 +define Device/tplink_tl-wr941nd-v5 + $(Device/tplink-4mlzma) + SOC := ar9341 + DEVICE_MODEL := TL-WR941ND + DEVICE_VARIANT := v5 + TPLINK_HWID := 0x09410005 + SUPPORTED_DEVICES += tl-wr941nd-v5 +endef +TARGET_DEVICES += tplink_tl-wr941nd-v5 + define Device/tplink_tl-wr941nd-v6 $(Device/tplink-4mlzma) SOC := tp9343 |