ipq806x: add support for Netgear Nighthawk X4 R7500
[openwrt.git] / target / linux / ipq806x / profiles / netgear.mk
1 #
2 # Copyright (c) 2014 The Linux Foundation. All rights reserved.
3 # Copyright (C) 2009 OpenWrt.org
4 #
5 # This is free software, licensed under the GNU General Public License v2.
6 # See /LICENSE for more information.
7 #
8
9 define Profile/R7500
10         NAME:=Netgear Nighthawk X4 R7500
11         PACKAGES:= \
12                 kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev \
13                 kmod-usb3 kmod-usb-dwc3-qcom kmod-usb-phy-qcom-dwc3 \
14                 kmod-ath10k wpad-mini
15 endef
16
17 define Profile/R7500/Description
18         Package set for the Netgear Nighthawk X4 R7500.
19 endef
20 $(eval $(call Profile,R7500))