diff options
Diffstat (limited to 'target/linux/ramips/image/mt7621.mk')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index f098976dfc..644f984197 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -768,6 +768,15 @@ define Device/xiaomi_mir3p endef TARGET_DEVICES += xiaomi_mir3p +define Device/xiaoyu_xy-c5 + MTK_SOC := mt7621 + IMAGE_SIZE := 32448k + DEVICE_VENDOR := XiaoYu + DEVICE_MODEL := XY-C5 + DEVICE_PACKAGES := kmod-ata-core kmod-ata-ahci kmod-usb3 +endef +TARGET_DEVICES += xiaoyu_xy-c5 + define Device/xzwifi_creativebox-v1 MTK_SOC := mt7621 IMAGE_SIZE := 32448k |