Turn on stp for br-lan only when doing wds (#2476)

SVN-Revision: 9176
lede-17.01
Florian Fainelli 2007-10-07 11:15:22 +00:00
parent 597c9beaa1
commit ab72460ac6
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ setup_broadcom_wds() {
sleep 1
nas4not lan "$iface" up auto aes "$encryption" "$key" "$ssid"
}
brctl stp br-lan on
}
}