2
0
forked from Ivasoft/openwrt

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 <jogo@openwrt.org>

SVN-Revision: 46796
This commit is contained in:
Jonas Gorski
2015-09-04 14:46:06 +00:00
parent 6ec4c4b6b9
commit 8b4df1efd5
8 changed files with 866 additions and 3 deletions

View File

@@ -6,7 +6,8 @@ platform_check_image() {
local board=$(ipq806x_board_name)
case "$board" in
AP148)
AP148 |\
r7500)
nand_do_platform_check $board $1
return $?;
;;