diff options
author | Roger Pueyo Centelles <roger.pueyo@guifi.net> | 2016-06-23 10:58:08 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-06-22 19:32:06 +0200 |
commit | 5fba0f0c0c873e0d7179225273ceac89a5d39914 (patch) | |
tree | ec0603b05e133c104dc75e60ffcb6a24714e3f39 /target/linux/ramips/image/mt7620.mk | |
parent | 27493e82f996a8f0c47b66dd9cdca77fd9972e10 (diff) | |
download | upstream-5fba0f0c0c873e0d7179225273ceac89a5d39914.tar.gz upstream-5fba0f0c0c873e0d7179225273ceac89a5d39914.tar.bz2 upstream-5fba0f0c0c873e0d7179225273ceac89a5d39914.zip |
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 <roger.pueyo@guifi.net>
Diffstat (limited to 'target/linux/ramips/image/mt7620.mk')
-rw-r--r-- | target/linux/ramips/image/mt7620.mk | 8 |
1 files changed, 8 insertions, 0 deletions
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) |