From e1038d39bdb5a9ed768a8532149d793f53bc5a98 Mon Sep 17 00:00:00 2001 From: Roger Pueyo Centelles Date: Fri, 24 Jun 2016 13:11:30 +0200 Subject: ramips: add suport for ZBT APE522II The ZBT APE522II is a dual-radio outdoor CPE based on the MT7620a SoC. It has 64 MB RAM, 8 MB flash, 2 Fast Ethernet ports via internal switch (one with 802.3af 48V PoE support), a 802.11b/g/n SoC 2.4 GHz radio and an 802.11a/n/ac MT7612E-based 5 GHz radio. Signed-off-by: Roger Pueyo Centelles --- target/linux/ramips/image/mt7620.mk | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'target/linux/ramips/image') diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk index 33f94a48e9..b1afb82c00 100644 --- a/target/linux/ramips/image/mt7620.mk +++ b/target/linux/ramips/image/mt7620.mk @@ -376,6 +376,14 @@ define Device/youku-yk1 endef TARGET_DEVICES += youku-yk1 +define Device/zbt-ape522ii + DTS := ZBT-APE522II + IMAGE_SIZE := $(ralink_default_fw_size_8M) + DEVICE_TITLE := Zbtlink ZBT-APE522II + DEVICE_PACKAGES := kmod-mt76 +endef +TARGET_DEVICES += zbt-ape522ii + define Device/zbt-wa05 DTS := ZBT-WA05 IMAGE_SIZE := $(ralink_default_fw_size_8M) -- cgit v1.2.3