diff options
author | John Crispin <blogic@openwrt.org> | 2016-03-10 19:12:04 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2016-03-10 19:12:04 +0000 |
commit | 77439bca05bf15a44d2883b05e715414cc59da25 (patch) | |
tree | 09ed7101229326b5cb2832029fed1f2fc0ebae55 /target/linux/ramips/mt7620 | |
parent | ca34f057d5d74727504b71b0416a98e8e579647e (diff) | |
download | master-187ad058-77439bca05bf15a44d2883b05e715414cc59da25.tar.gz master-187ad058-77439bca05bf15a44d2883b05e715414cc59da25.tar.bz2 master-187ad058-77439bca05bf15a44d2883b05e715414cc59da25.zip |
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.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48993 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/mt7620')
-rw-r--r-- | target/linux/ramips/mt7620/profiles/gli.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/ramips/mt7620/profiles/gli.mk b/target/linux/ramips/mt7620/profiles/gli.mk index 53e2e9d578..6473ff07e5 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)) + |