We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c80f07 + 6fa8a0a commit a075c6bCopy full SHA for a075c6b
meta-rdk-mtk-bpir4/recipes-ccsp/util/utopia/service_bridge_bpi.sh
@@ -579,9 +579,11 @@ add_to_group()
579
wifi_wifi2=`iwconfig wifi2|grep IEEE\ 802.11 | wc -l`
580
if [ $wifi_wifi0 == "1" ] ; then
581
brctl delif "$bridge_name" wifi0
582
- elif [ $wifi_wifi1 == "1" ]; then
+ fi
583
+ if [ $wifi_wifi1 == "1" ]; then
584
brctl delif "$bridge_name" wifi1
- elif [ $wifi_wifi2 == "1" ]; then
585
586
+ if [ $wifi_wifi2 == "1" ]; then
587
brctl delif "$bridge_name" wifi2
588
fi
589
0 commit comments