2
0
forked from Ivasoft/openwrt

ipq806x: Add support for Netgear D7800

Signed-off-by: Tathagata Das <tathagata@alumnux.com>

SVN-Revision: 48360
This commit is contained in:
John Crispin
2016-01-19 10:16:36 +00:00
parent f51f92d7e9
commit 78a6a9aec3
7 changed files with 413 additions and 1 deletions

View File

@@ -6,6 +6,18 @@
# See /LICENSE for more information.
#
define Profile/D7800
NAME:=Netgear Nighthawk X4 D7800
PACKAGES:= \
kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev \
kmod-usb3 kmod-usb-dwc3-qcom kmod-usb-phy-qcom-dwc3 \
kmod-ath10k wpad-mini ath10k-firmware-qca99x0
endef
define Profile/D7800/Description
Package set for the Netgear Nighthawk X4 D7800.
endef
define Profile/R7500
NAME:=Netgear Nighthawk X4 R7500
PACKAGES:= \
@@ -17,4 +29,5 @@ endef
define Profile/R7500/Description
Package set for the Netgear Nighthawk X4 R7500.
endef
$(eval $(call Profile,D7800))
$(eval $(call Profile,R7500))