Skip to content
Snippets Groups Projects
Commit e2893fa8 authored by Rafał Miłecki's avatar Rafał Miłecki
Browse files

bcm53xx: fix regression in generating network config


Syntax error was added in r49122.

Signed-off-by: default avatarRafał Miłecki <zajec5@gmail.com>

SVN-Revision: 49159
parent 5f1a82ec
No related branches found
No related tags found
Loading
......@@ -12,9 +12,10 @@ case "$board" in
asus,rt-ac87u)
ifname=eth1
;;
netgear,r7900)
netgear,r8000)
netgear,r7900 | \
netgear,r8000 | \
netgear,r8500)
ifname=eth2
;;
*)
......@@ -24,7 +25,7 @@ esac
# Workaround for devices using eth2 connected to (CPU) switch port 8
case "$board" in
netgear,r7900)
netgear,r7900 | \
netgear,r8000)
ifname=eth0
ucidef_add_switch "switch0" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment