remove iptables modules
[openwrt.git] / target / default / target_skeleton / etc / functions.sh
index 75500a2..48f1191 100755 (executable)
@@ -29,5 +29,5 @@ if_valid () {
       $DEBUG vconfig add $vif $i 2>&-
     )
   } ||
-  { echo -e "# $1 ignored: can't find/create"; false; }
+  { debug "# missing interface '$if' ignored"; false; }
 }
This page took 0.025097 seconds and 4 git commands to generate.