aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq806x/base-files/etc/uci-defaults/network
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2015-09-04 14:46:06 +0000
committerJonas Gorski <jogo@openwrt.org>2015-09-04 14:46:06 +0000
commit8b4df1efd58c692168b8ea7e664bed4dc3fd600b (patch)
tree96e0b8feb6d22eceb4e0db127cf8d1257752e06b /target/linux/ipq806x/base-files/etc/uci-defaults/network
parent6ec4c4b6b958b3262be96c35e811b8b833a59850 (diff)
downloadupstream-8b4df1efd58c692168b8ea7e664bed4dc3fd600b.tar.gz
upstream-8b4df1efd58c692168b8ea7e664bed4dc3fd600b.tar.bz2
upstream-8b4df1efd58c692168b8ea7e664bed4dc3fd600b.zip
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
Diffstat (limited to 'target/linux/ipq806x/base-files/etc/uci-defaults/network')
-rwxr-xr-xtarget/linux/ipq806x/base-files/etc/uci-defaults/network3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ipq806x/base-files/etc/uci-defaults/network b/target/linux/ipq806x/base-files/etc/uci-defaults/network
index 354cea9e3d..7742b7301d 100755
--- a/target/linux/ipq806x/base-files/etc/uci-defaults/network
+++ b/target/linux/ipq806x/base-files/etc/uci-defaults/network
@@ -16,7 +16,8 @@ ucidef_set_interface_loopback
board=$(ipq806x_board_name)
case "$board" in
-ap148)
+ap148 |\
+r7500)
ucidef_set_interfaces_lan_wan "eth1" "eth0"
ucidef_add_switch "switch0" "1" "1"
ucidef_add_switch_vlan "switch0" "1" "6 1 2 3 4"