Update Modification.md

This commit is contained in:
mrhaav 2022-02-25 00:20:30 +01:00 committed by GitHub
parent 4345842066
commit 2f50e4c166
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,3 +40,37 @@ tplink,c20-v1)
name="mr200v4"
;;
```
\
\
**file: target/linux/ramips/image/mt76x8.mk**
define Device/tplink_c50-v4
 $(Device/tplink)
 DTS := ArcherC50V4
 IMAGE_SIZE := 7616k
 DEVICE_TITLE := TP-Link ArcherC50 v4
 TPLINK_FLASHLAYOUT := 8MSUmtk
 TPLINK_HWID := 0x001D589B
 TPLINK_HWREV := 0x93
 TPLINK_HWREVADD := 0x2
 TPLINK_HVERSION := 3
 DEVICE_PACKAGES := kmod-mt76x2
 IMAGES := sysupgrade.bin
endef
TARGET_DEVICES += tplink_c50-v4
```
define Device/tplink_mr200-v4
$(Device/tplink)
DTS := ArcherMR200v4
SUPPORTED_DEVICES := mr200v4
IMAGE_SIZE := 7872k
DEVICE_TITLE := TP-Link ArcherMR200 v4
TPLINK_FLASHLAYOUT := 8MLmtk
TPLINK_HWID := 0x001D589B
TPLINK_HWREV := 0x93
TPLINK_HWREVADD := 0x13
TPLINK_HVERSION := 3
DEVICE_PACKAGES := kmod-mt76x0e kmod-usb-ohci kmod-usb2 kmod-usb-net kmod-usb-net-qmi-wwan uqmi
endef
TARGET_DEVICES += tplink_mr200-v4
```