diff options
Diffstat (limited to 'target/linux/ramips/image')
-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 |