diff options
Diffstat (limited to 'target/linux/ramips/image/mt7628.mk')
-rw-r--r-- | target/linux/ramips/image/mt7628.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt7628.mk b/target/linux/ramips/image/mt7628.mk index 6bb04ea38c..f8bd2c18b2 100644 --- a/target/linux/ramips/image/mt7628.mk +++ b/target/linux/ramips/image/mt7628.mk @@ -26,6 +26,14 @@ define Device/miwifi-nano endef TARGET_DEVICES += miwifi-nano +define Device/gl-mt300n-v2 + DTS := GL-MT300N-V2 + IMAGE_SIZE := 16064k + DEVICE_TITLE := GL-iNet GL-MT300N-V2 + DEVICE_PACKAGES := kmod-usb2 kmod-usb-ohci +endef +TARGET_DEVICES += gl-mt300n-v2 + define Device/vocore2 DTS := VOCORE2 IMAGE_SIZE := $(ralink_default_fw_size_16M) |