From c33eb0372e7cbc404eb77a811bca7fe1eed8a2a9 Mon Sep 17 00:00:00 2001 From: Yuchan Seo Date: Tue, 12 Oct 2021 21:04:44 -0400 Subject: ramips: add support for ipTIME A3004NS-dual ipTIME A3004NS-dual is a 2.4/5GHz band router, based on Mediatek MT7621. Specifications: - SoC: MT7621 (880MHz) - RAM: DDR3 256M - Flash: SPI NOR 16MB - WiFi: - 2.4GHz: MT7602E - 5GHz : MT7612E - Ethernet: - 4x LAN - 1x WAN - USB: 1 * USB3.0 port - UART: - 3.3V, TX, RX, GND / 57600 8N1 Installation via web interface: - 1. Flash Initramfs image using OEM Firmware's web GUI - 2. Boot into OpenWrt and perform Sysupgrade with sysupgrade image. Revert to stock firmware: - 1. Boot into OpenWrt and perform Sysupgrade with OEM Stock Firmware image. Signed-off-by: Yuchan Seo Reviewed-by: Sungbo Eo --- target/linux/ramips/image/mt7621.mk | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'target/linux/ramips/image/mt7621.mk') diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 3b68a76b3e..2b08efc468 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -736,6 +736,17 @@ define Device/iodata_wnpr2600g endef TARGET_DEVICES += iodata_wnpr2600g +define Device/iptime_a3004ns-dual + $(Device/dsa-migration) + $(Device/uimage-lzma-loader) + IMAGE_SIZE := 16128k + UIMAGE_NAME := a3004nd + DEVICE_VENDOR := ipTIME + DEVICE_MODEL := A3004NS-dual + DEVICE_PACKAGES := kmod-usb3 kmod-mt76x2 kmod-usb-ledtrig-usbport +endef +TARGET_DEVICES += iptime_a3004ns-dual + define Device/iptime_a6ns-m $(Device/dsa-migration) IMAGE_SIZE := 16128k -- cgit v1.2.3