mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-16 13:23:38 +08:00
bcm53xx: fix regression in generating network config
Syntax error was added in r49122. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 49159
This commit is contained in:
parent
5f1a82ec4f
commit
e2893fa8c3
@ -12,9 +12,10 @@ case "$board" in
|
|||||||
asus,rt-ac87u)
|
asus,rt-ac87u)
|
||||||
ifname=eth1
|
ifname=eth1
|
||||||
;;
|
;;
|
||||||
netgear,r7900)
|
netgear,r7900 | \
|
||||||
netgear,r8000)
|
netgear,r8000 | \
|
||||||
netgear,r8500)
|
netgear,r8500)
|
||||||
|
|
||||||
ifname=eth2
|
ifname=eth2
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
@ -24,7 +25,7 @@ esac
|
|||||||
|
|
||||||
# Workaround for devices using eth2 connected to (CPU) switch port 8
|
# Workaround for devices using eth2 connected to (CPU) switch port 8
|
||||||
case "$board" in
|
case "$board" in
|
||||||
netgear,r7900)
|
netgear,r7900 | \
|
||||||
netgear,r8000)
|
netgear,r8000)
|
||||||
ifname=eth0
|
ifname=eth0
|
||||||
ucidef_add_switch "switch0" \
|
ucidef_add_switch "switch0" \
|
||||||
|
Loading…
Reference in New Issue
Block a user