aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/mt7620
diff options
context:
space:
mode:
authorSungbo Eo <mans0n@gorani.run>2021-12-18 22:19:06 +0900
committerChristian Lamparter <chunkeey@gmail.com>2021-12-29 20:35:57 +0100
commit482a7e23a44c23ea6c6a22e3ea97eb3bf94e70d1 (patch)
tree81512b91147438e09701c96c9763e8dba3d36d3e /target/linux/ramips/mt7620
parent7ea9936f7f32fd90af1a29775ac3b297d7775db7 (diff)
downloadupstream-482a7e23a44c23ea6c6a22e3ea97eb3bf94e70d1.tar.gz
upstream-482a7e23a44c23ea6c6a22e3ea97eb3bf94e70d1.tar.bz2
upstream-482a7e23a44c23ea6c6a22e3ea97eb3bf94e70d1.zip
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 <mans0n@gorani.run>
Diffstat (limited to 'target/linux/ramips/mt7620')
-rw-r--r--target/linux/ramips/mt7620/base-files/etc/board.d/02_network4
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/ramips/mt7620/base-files/etc/board.d/02_network b/target/linux/ramips/mt7620/base-files/etc/board.d/02_network
index a00f168672..a64891f94a 100644
--- a/target/linux/ramips/mt7620/base-files/etc/board.d/02_network
+++ b/target/linux/ramips/mt7620/base-files/etc/board.d/02_network
@@ -186,7 +186,8 @@ ramips_setup_interfaces()
;;
linksys,e1700|\
netis,wf2770|\
- ralink,mt7620a-mt7530-evb)
+ ralink,mt7620a-mt7530-evb|\
+ wevo,air-duo)
ucidef_add_switch "switch0"
ucidef_add_switch_attr "switch0" "enable" "false"
ucidef_add_switch "switch1" \
@@ -350,6 +351,7 @@ ramips_setup_macs()
lenovo,newifi-y1s|\
ohyeah,oy-0001|\
wavlink,wl-wn530hg4|\
+ wevo,air-duo|\
youku,yk-l1|\
youku,yk-l1c)
wan_mac=$(mtd_get_mac_binary factory 0x2e)