From be53e5a154931109dd76a8015583123201c4b602 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 10 Mar 2016 19:12:04 +0000 Subject: ramips: Add support for GL-MT300N This patch adds support for GL-MT300N. GL-MT300N is powered by MT7620N with 16MB flash, 64MB RAM, 2 LANs, USB, UART, GPIO and PoE support. SVN-Revision: 48993 --- target/linux/ramips/mt7620/profiles/gli.mk | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'target/linux/ramips/mt7620/profiles/gli.mk') diff --git a/target/linux/ramips/mt7620/profiles/gli.mk b/target/linux/ramips/mt7620/profiles/gli.mk index 53e2e9d..6473ff0 100644 --- a/target/linux/ramips/mt7620/profiles/gli.mk +++ b/target/linux/ramips/mt7620/profiles/gli.mk @@ -14,3 +14,14 @@ define Profile/GL-MT300A/Description Support for gl-mt300a Router endef $(eval $(call Profile,GL-MT300A)) + +define Profile/GL-MT300N + NAME:=GL-MT300N + PACKAGES:=kmod-usb-core kmod-usb-dwc2 kmod-usb2 kmod-usb-ohci kmod-mt76 +endef + +define Profile/GL-MT300N/Description + Support for gl-mt300n Router +endef +$(eval $(call Profile,GL-MT300N)) + -- cgit v1.1