Skip to content
Snippets Groups Projects
Commit 8b86eb43 authored by Andreas Gnau's avatar Andreas Gnau :speech_balloon:
Browse files

Revert "brcm63xx: use parent WAN device in network config until VLAN issue is fixed"

This reverts commit d65f5e3b.
The VLAN issue has been fixed by the previous commit
719d380b
parent 0de1f423
No related branches found
No related tags found
No related merge requests found
...@@ -91,8 +91,7 @@ populate_atm_device() { ...@@ -91,8 +91,7 @@ populate_atm_device() {
ATMDEV="${ATMDEV:-atm0}" ATMDEV="${ATMDEV:-atm0}"
#WANDEV="$ATMDEV.1" WANDEV="$ATMDEV.1"
WANDEV="$ATMDEV" # Until VLAN issue is fixed
WANIFNAME="$WANIFNAME $WANDEV" WANIFNAME="$WANIFNAME $WANDEV"
...@@ -121,8 +120,7 @@ populate_ptm_device() { ...@@ -121,8 +120,7 @@ populate_ptm_device() {
PTMDEV="${PTMDEV:-ptm0}" PTMDEV="${PTMDEV:-ptm0}"
#WANDEV="$PTMDEV.1" WANDEV="$PTMDEV.1"
WANDEV="$PTMDEV" # Until VLAN issue is fixed
WANIFNAME="$WANIFNAME $WANDEV" WANIFNAME="$WANIFNAME $WANDEV"
...@@ -139,8 +137,7 @@ populate_eth_device() { ...@@ -139,8 +137,7 @@ populate_eth_device() {
ETHDEV="$(db -q get hw.board.ethernetWanPort)" ETHDEV="$(db -q get hw.board.ethernetWanPort)"
#WANDEV="$ETHDEV.1" WANDEV="$ETHDEV.1"
WANDEV="$ETHDEV" # Until VLAN issue is fixed
WANIFNAME="$WANIFNAME $WANDEV" WANIFNAME="$WANIFNAME $WANDEV"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment