From 3f68cffd276df5b164ea0c7ecafb8fa062aa7a41 Mon Sep 17 00:00:00 2001 From: Chuanhong Guo Date: Tue, 25 Jun 2019 23:32:20 +0800 Subject: ramips: add support for TOTOLINK A7000R Specifications: - SoC: MT7621AT - RAM: 128MB - Flash: 16M SPI NOR - Ethernet: 5x GE ports - WiFi: 2.4G: MT7615N 5G: MT7615N Flash instruction: Upload generated sysupgrade firmware through factory web interface. Signed-off-by: Chuanhong Guo --- target/linux/ramips/image/mt7621.mk | 9 +++++++++ 1 file changed, 9 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 c1e445f84c..dce24308b8 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -235,6 +235,15 @@ define Device/k2p endef TARGET_DEVICES += k2p +define Device/totolink_a7000r + DTS := TOTOLINK-A7000R + IMAGE_SIZE := 16064k + UIMAGE_NAME := C8340R1C-9999 + DEVICE_TITLE := TOTOLINK A7000R + DEVICE_PACKAGES := kmod-mt7615e wpad-basic +endef +TARGET_DEVICES += totolink_a7000r + define Device/xiaomi_mir3p DTS := MIR3P BLOCKSIZE := 128k -- cgit v1.2.3