projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83ca922
)
fix a small typo
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 24 Apr 2007 16:54:18 +0000
(16:54 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 24 Apr 2007 16:54:18 +0000
(16:54 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7047
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
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
7715a45
..
aceba57
100755
(executable)
--- a/
package/qos-scripts/files/usr/lib/qos/generate.sh
+++ b/
package/qos-scripts/files/usr/lib/qos/generate.sh
@@
-148,8
+148,8
@@
config_cb() {
# Section start
case "$1" in
interface)
- config_set "$
1
" "classgroup" "Default"
- config_set "$
1
" "upload" "128"
+ config_set "$
2
" "classgroup" "Default"
+ config_set "$
2
" "upload" "128"
;;
classify|default|reclassify)
option_cb() {