From 815cc2a69ac46d9bb6b5a8dfcfb55211a49d5ca3 Mon Sep 17 00:00:00 2001 From: Vaclav Svoboda Date: Wed, 15 Mar 2017 09:37:05 +0100 Subject: ramips: add support for Zbtlink ZBT-WE2026 This patch adds support for the Zbtlink ZBT-WE2026. Specification: - SoC: MediaTek MT7620N (580MHz) - RAM: 64 MiB - Flash: 8 MiB SPI - LAN: 4x100M - WAN: 1x100M Installation through bootloader webserver: - With the power unplugged press and hold reset button. - Plug power and hold reset button until LED starts to blink. - Install sysupgrade image using web interface on 192.168.1.1. Signed-off-by: Vaclav Svoboda --- target/linux/ramips/image/mt7620.mk | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'target/linux/ramips/image') diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk index 7122cfdff5..016e5acc59 100644 --- a/target/linux/ramips/image/mt7620.mk +++ b/target/linux/ramips/image/mt7620.mk @@ -467,6 +467,12 @@ define Device/zbt-wa05 endef TARGET_DEVICES += zbt-wa05 +define Device/zbt-we2026 + DTS := ZBT-WE2026 + DEVICE_TITLE := Zbtlink ZBT-WE2026 +endef +TARGET_DEVICES += zbt-we2026 + define Device/zbt-we826 DTS := ZBT-WE826 IMAGE_SIZE := $(ralink_default_fw_size_16M) -- cgit v1.2.3