ramips: Add support for Netgear EX2700
[openwrt.git] / target / linux / ramips / mt7620 / profiles / netgear.mk
1 #
2 # Copyright (C) 2016 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/EX2700
9         NAME:=Netgear EX2700
10         PACKAGES:=-kmod-usb-core -kmod-usb2 -kmod-usb-ohci -kmod-ledtrig-usbdev
11 endef
12
13 define Profile/EX2700/Description
14         Support for Netgear EX2700
15 endef
16 $(eval $(call Profile,EX2700))