diff options
author | YuheiOKAWA <tochiro.srchack@gmail.com> | 2016-10-10 10:24:42 +0900 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-10-15 11:36:51 +0200 |
commit | 4050cfebdaa001d498c396f24dd67771541b710e (patch) | |
tree | e7f4f574a91e63f5f4079aecbf0781fb20eb0839 /target/linux/ramips/image/mt7621.mk | |
parent | 8a2a20e71e2909f84dab47e51dfda9e292a6c1ae (diff) | |
download | upstream-4050cfebdaa001d498c396f24dd67771541b710e.tar.gz upstream-4050cfebdaa001d498c396f24dd67771541b710e.tar.bz2 upstream-4050cfebdaa001d498c396f24dd67771541b710e.zip |
ramips: add support for Planex VR500.
SOC: MT7621A
RAM: 256MiB
NOR: MX25L51245G
Non Wireless Router.
Issue: soft reboot problem. SPI Flash do not exit 4byte address mode.
Signed-off-by: Yuhei Okawa <tochiro.srchack@gmail.com>
Diffstat (limited to 'target/linux/ramips/image/mt7621.mk')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 323f08ddbc..acaafc0a73 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -182,6 +182,14 @@ define Device/sk-wb8 endef TARGET_DEVICES += sk-wb8 +define Device/vr500 + DTS := VR500 + IMAGE_SIZE := 66453504 + DEVICE_TITLE := Planex VR500 + DEVICE_PACKAGES := kmod-usb3 +endef +TARGET_DEVICES += vr500 + # FIXME: is this still needed? define Image/Prepare #define Build/Compile |