projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
c844236
)
remove a warning that has confused a few people
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 11 Jul 2007 06:15:50 +0000
(06:15 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 11 Jul 2007 06:15:50 +0000
(06:15 +0000)
SVN-Revision: 7911
package/qos-scripts/files/usr/lib/qos/generate.sh
patch
|
blob
|
history
diff --git
a/package/qos-scripts/files/usr/lib/qos/generate.sh
b/package/qos-scripts/files/usr/lib/qos/generate.sh
index
a2f7d71
..
a531e28
100755
(executable)
--- a/
package/qos-scripts/files/usr/lib/qos/generate.sh
+++ b/
package/qos-scripts/files/usr/lib/qos/generate.sh
@@
-247,7
+247,6
@@
start_interface() {
config_get device "$iface" device
config_get_bool enabled "$iface" enabled 1
[ -z "$device" -o 1 -ne "$enabled" ] && {
- echo "Interface '$iface' not found or disabled." >&2
return 1
}
config_get upload "$iface" upload