diff options
Diffstat (limited to 'target/linux/ramips/image')
-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 99fef1b249..414798d08c 100644 --- a/target/linux/ramips/image/mt76x8.mk +++ b/target/linux/ramips/image/mt76x8.mk @@ -177,6 +177,19 @@ define Device/tplink_tl-wa801nd-v5 endef TARGET_DEVICES += tplink_tl-wa801nd-v5 +define Device/tplink_tl-wr802n-v4 + $(Device/tplink) + DTS := TL-WR802NV4 + IMAGE_SIZE := 7808k + DEVICE_TITLE := TP-Link TL-WR802N v4 + TPLINK_FLASHLAYOUT := 8Mmtk + TPLINK_HWID := 0x08020004 + TPLINK_HWREV := 0x1 + TPLINK_HWREVADD := 0x4 + TPLINK_HVERSION := 3 +endef +TARGET_DEVICES += tplink_tl-wr802n-v4 + define Device/tl-wr840n-v4 $(Device/tplink) DTS := TL-WR840NV4 |