ipq806x: Add support for Netgear D7800
[openwrt/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/D7800
10 NAME:=Netgear Nighthawk X4 D7800
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 ath10k-firmware-qca99x0
15 endef
16
17 define Profile/D7800/Description
18 Package set for the Netgear Nighthawk X4 D7800.
19 endef
20
21 define Profile/R7500
22 NAME:=Netgear Nighthawk X4 R7500
23 PACKAGES:= \
24 kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev \
25 kmod-usb3 kmod-usb-dwc3-qcom kmod-usb-phy-qcom-dwc3 \
26 kmod-ath10k wpad-mini
27 endef
28
29 define Profile/R7500/Description
30 Package set for the Netgear Nighthawk X4 R7500.
31 endef
32 $(eval $(call Profile,D7800))
33 $(eval $(call Profile,R7500))