Skip to content
Snippets Groups Projects
Commit d65f5e3b authored by Sukru Senli's avatar Sukru Senli
Browse files

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

parent 40f87660
No related branches found
No related tags found
No related merge requests found
...@@ -91,7 +91,8 @@ populate_atm_device() { ...@@ -91,7 +91,8 @@ 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"
...@@ -120,7 +121,8 @@ populate_ptm_device() { ...@@ -120,7 +121,8 @@ 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"
...@@ -137,7 +139,8 @@ populate_eth_device() { ...@@ -137,7 +139,8 @@ 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