diff options
author | Xuefu Lin <xuefulin@gmail.com> | 2016-09-30 19:41:12 +0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-10-04 11:50:46 +0200 |
commit | dce5c4f5c8629af13bdb7cb5803a349cb8305d70 (patch) | |
tree | 91a59fce0b0af0641a2c1c9f3c11e60f3379c655 /target/linux/ramips/image | |
parent | a51a11931bbca510d035432f6b496b3678db05b1 (diff) | |
download | upstream-dce5c4f5c8629af13bdb7cb5803a349cb8305d70.tar.gz upstream-dce5c4f5c8629af13bdb7cb5803a349cb8305d70.tar.bz2 upstream-dce5c4f5c8629af13bdb7cb5803a349cb8305d70.zip |
ramips: Add support for Phicomm K2 PSG1218
- CPU: MT7620A 580MHz
- Flash: 8MB - RAM: 64MB
- External PA+LNA on both WLAN2.4 and WLAN5
- 4x LAN ethernet and 1x WAN ethernet
Signed-off-by: Xuefu Lin <xuefulin@gmail.com>
Diffstat (limited to 'target/linux/ramips/image')
-rw-r--r-- | target/linux/ramips/image/mt7620.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk index 28b5f3e160..ce55cde3c0 100644 --- a/target/linux/ramips/image/mt7620.mk +++ b/target/linux/ramips/image/mt7620.mk @@ -259,6 +259,13 @@ define Device/psg1208 endef TARGET_DEVICES += psg1208 +define Device/psg1218 + DTS := PSG1218 + DEVICE_TITLE := Phicomm PSG1218 + DEVICE_PACKAGES := kmod-mt76 +endef +TARGET_DEVICES += psg1218 + define Device/y1 DTS := Y1 IMAGE_SIZE := $(ralink_default_fw_size_16M) |