From 8b4df1efd58c692168b8ea7e664bed4dc3fd600b Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Fri, 4 Sep 2015 14:46:06 +0000 Subject: ipq806x: add support for Netgear Nighthawk X4 R7500 Add support for the Netgear Nighthawk X4 R7500 and build appropariate sysupgrade and factory images. Known issues: * 5 GHz wifi not working - there is no quantenna driver * One of the USB ports is not working Signed-off-by: Jonas Gorski SVN-Revision: 46796 --- target/linux/ipq806x/profiles/netgear.mk | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 target/linux/ipq806x/profiles/netgear.mk (limited to 'target/linux/ipq806x/profiles') diff --git a/target/linux/ipq806x/profiles/netgear.mk b/target/linux/ipq806x/profiles/netgear.mk new file mode 100644 index 0000000000..3402f45853 --- /dev/null +++ b/target/linux/ipq806x/profiles/netgear.mk @@ -0,0 +1,20 @@ +# +# Copyright (c) 2014 The Linux Foundation. All rights reserved. +# Copyright (C) 2009 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/R7500 + NAME:=Netgear Nighthawk X4 R7500 + 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 +endef + +define Profile/R7500/Description + Package set for the Netgear Nighthawk X4 R7500. +endef +$(eval $(call Profile,R7500)) -- cgit v1.2.3