X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/64f9c0990a8c293729da9fe2b298cf6a5cca0680..96f985e820c2e90892b36b3cbcb12ea20ece02ac:/openwrt/target/default/target_skeleton/sbin/ifup?ds=sidebyside diff --git a/openwrt/target/default/target_skeleton/sbin/ifup b/openwrt/target/default/target_skeleton/sbin/ifup index f3230ba41..9759f8d4d 100755 --- a/openwrt/target/default/target_skeleton/sbin/ifup +++ b/openwrt/target/default/target_skeleton/sbin/ifup @@ -10,10 +10,10 @@ if_valid $if || return - $DEBUG ifconfig $if down + $DEBUG ifconfig $if down 2>&- if [ "${if%%[0-9]}" = "br" ]; then stp=$(nvram get ${type}_stp) - $DEBUG brctl delbr $if + $DEBUG brctl delbr $if 2>&- $DEBUG brctl addbr $if $DEBUG brctl setfd $if 0 $DEBUG brctl stp $if ${stp:-0}