ramips: Add support for GL-MT300N
[openwrt/svn-archive/archive.git] / target / linux / ramips / mt7620 / profiles / gli.mk
1 #
2 # Copyright (C) 2015 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define Profile/GL-MT300A
9 NAME:=GL-MT300A
10 PACKAGES:=kmod-usb-core kmod-usb-dwc2 kmod-usb2 kmod-usb-ohci kmod-mt76
11 endef
12
13 define Profile/GL-MT300A/Description
14 Support for gl-mt300a Router
15 endef
16 $(eval $(call Profile,GL-MT300A))
17
18 define Profile/GL-MT300N
19 NAME:=GL-MT300N
20 PACKAGES:=kmod-usb-core kmod-usb-dwc2 kmod-usb2 kmod-usb-ohci kmod-mt76
21 endef
22
23 define Profile/GL-MT300N/Description
24 Support for gl-mt300n Router
25 endef
26 $(eval $(call Profile,GL-MT300N))
27