From 897157d1c3224a676d72115df7d42d1cef9f5655 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46796 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ipq806x/base-files/lib/ipq806x.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/ipq806x/base-files/lib/ipq806x.sh') diff --git a/target/linux/ipq806x/base-files/lib/ipq806x.sh b/target/linux/ipq806x/base-files/lib/ipq806x.sh index 2790f3f386..5b27bde758 100644 --- a/target/linux/ipq806x/base-files/lib/ipq806x.sh +++ b/target/linux/ipq806x/base-files/lib/ipq806x.sh @@ -20,6 +20,9 @@ ipq806x_board_detect() { *"DB149") name="db149" ;; + *"R7500") + name="r7500" + ;; esac [ -z "$name" ] && name="unknown" -- cgit v1.2.3