projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
hide some non-critical error messages; prevent newbie bug reports
[openwrt.git]
/
openwrt
/
target
/
default
/
target_skeleton
/
etc
/
functions.sh
diff --git
a/openwrt/target/default/target_skeleton/etc/functions.sh
b/openwrt/target/default/target_skeleton/etc/functions.sh
index
75500a2
..
48f1191
100755
(executable)
--- a/
openwrt/target/default/target_skeleton/etc/functions.sh
+++ b/
openwrt/target/default/target_skeleton/etc/functions.sh
@@
-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.027376 seconds
and
4
git commands to generate.