From 482a7e23a44c23ea6c6a22e3ea97eb3bf94e70d1 Mon Sep 17 00:00:00 2001 From: Sungbo Eo Date: Sat, 18 Dec 2021 22:19:06 +0900 Subject: ramips: add support for WeVO AIR DUO WeVO AIR DUO is a 1-bay NAS & 802.11ac (Wi-Fi 5) router, based on MediaTek MT7620A. Specifications: * SoC: MT7620A * RAM: 64 MiB * Flash: SPI NOR 16 MiB * USB & SATA bridge controller: JMicron JMS567 * SATA 6Gb/s: 2.5" drive slot * USB 3.0: Micro-B * USB 2.0: connected to SoC * Wi-Fi: * 2.4 GHz: SoC built-in * 5 GHz: MT7612EN * Ethernet: 5x 1GbE * Switch: MT7530WU * UART: 4-pin 1.27 mm pitch through-hole (57600 baud) * Pinout: (3V3)|(RXD) (TXD) (GND) Notes: * The drive is accessible through the external USB port only when the router is turned off. Installation via web interface: 1. Flash **initramfs** image through the stock web interface. The image filename should have ".upload" extension. 2. Boot into OpenWrt and perform sysupgrade with sysupgrade image. Revert to stock firmware: 1. Perform sysupgrade with stock image. Signed-off-by: Sungbo Eo --- target/linux/ramips/image/mt7620.mk | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'target/linux/ramips/image/mt7620.mk') diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk index fbf37144b9..c758da5795 100644 --- a/target/linux/ramips/image/mt7620.mk +++ b/target/linux/ramips/image/mt7620.mk @@ -1160,6 +1160,17 @@ define Device/wavlink_wl-wn579x3 endef TARGET_DEVICES += wavlink_wl-wn579x3 +define Device/wevo_air-duo + SOC := mt7620a + IMAGE_SIZE := 15040k + UIMAGE_NAME := AIR DUO(0.0.0) + KERNEL_INITRAMFS_SUFFIX := .upload + DEVICE_VENDOR := WeVO + DEVICE_MODEL := AIR DUO + DEVICE_PACKAGES := kmod-mt76x2 kmod-usb2 kmod-usb-ohci kmod-usb-storage-uas +endef +TARGET_DEVICES += wevo_air-duo + define Device/wrtnode_wrtnode SOC := mt7620n IMAGE_SIZE := 16064k -- cgit v1.2.3