diff options
Diffstat (limited to 'target/linux/ramips/image/mt76x8.mk')
-rw-r--r-- | target/linux/ramips/image/mt76x8.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt76x8.mk b/target/linux/ramips/image/mt76x8.mk index d12aaf0eec..fe52809570 100644 --- a/target/linux/ramips/image/mt76x8.mk +++ b/target/linux/ramips/image/mt76x8.mk @@ -152,6 +152,19 @@ define Device/tplink_c20-v4 endef TARGET_DEVICES += tplink_c20-v4 +define Device/tplink_c50-v3 + $(Device/tplink) + DTS := ArcherC50V3 + IMAGE_SIZE := 7808k + DEVICE_TITLE := TP-Link ArcherC50 v3 + TPLINK_FLASHLAYOUT := 8Mmtk + TPLINK_HWID := 0x001D9BA4 + TPLINK_HWREV := 0x79 + TPLINK_HWREVADD := 0x1 + TPLINK_HVERSION := 3 +endef +TARGET_DEVICES += tplink_c50-v3 + define Device/tplink_tl-mr3420-v5 $(Device/tplink) DTS := TL-MR3420V5 |