From 4050cfebdaa001d498c396f24dd67771541b710e Mon Sep 17 00:00:00 2001 From: YuheiOKAWA Date: Mon, 10 Oct 2016 10:24:42 +0900 Subject: 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 --- target/linux/ramips/image/mt7621.mk | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'target/linux/ramips/image') 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 -- cgit v1.2.3