summaryrefslogtreecommitdiffstats
path: root/target/default/target_skeleton/sbin/ifup
diff options
context:
space:
mode:
Diffstat (limited to 'target/default/target_skeleton/sbin/ifup')
-rwxr-xr-xtarget/default/target_skeleton/sbin/ifup4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/default/target_skeleton/sbin/ifup b/target/default/target_skeleton/sbin/ifup
index f3230ba41..9759f8d4d 100755
--- a/target/default/target_skeleton/sbin/ifup
+++ b/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}