From 9c4fe103cba323684521f8e5d596e3c616c5d276 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Tue, 23 Jan 2018 02:46:36 +0100 Subject: ramips: add support for ZBT-WE1226 MT7628NN (580MHz), 8MB SPI NOR, 64MB DDR2 RAM Everything except for the switch LEDs works great. Signed-off-by: Daniel Golle --- target/linux/ramips/image/mt76x8.mk | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'target/linux/ramips/image/mt76x8.mk') diff --git a/target/linux/ramips/image/mt76x8.mk b/target/linux/ramips/image/mt76x8.mk index 8332c7c..ae8a134 100644 --- a/target/linux/ramips/image/mt76x8.mk +++ b/target/linux/ramips/image/mt76x8.mk @@ -238,3 +238,10 @@ define Device/wrtnode2r DEVICE_PACKAGES := kmod-usb2 kmod-usb-ohci endef TARGET_DEVICES += wrtnode2r + +define Device/zbt-we1226 + DTS := ZBT-WE1226 + IMAGE_SIZE := $(ralink_default_fw_size_8M) + DEVICE_TITLE := ZBTlink ZBT-WE1226 +endef +TARGET_DEVICES += zbt-we1226 -- cgit v1.1