aboutsummaryrefslogtreecommitdiffstats
path: root/package/qos-scripts/files/etc/init.d/qos
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-04-06 16:59:56 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-04-06 16:59:56 +0000
commitc993ad73be467282f04a53e112cbd535498f2226 (patch)
treebc0eb43b63461eefa096796f79487ac1b0fcf0f8 /package/qos-scripts/files/etc/init.d/qos
parentc6aa5d159d28bf31647c5d09fb2c707bac47885d (diff)
downloadupstream-c993ad73be467282f04a53e112cbd535498f2226.tar.gz
upstream-c993ad73be467282f04a53e112cbd535498f2226.tar.bz2
upstream-c993ad73be467282f04a53e112cbd535498f2226.zip
update qos-scripts to v1.1 - rewritten hfsc rate calculation
SVN-Revision: 6875
Diffstat (limited to 'package/qos-scripts/files/etc/init.d/qos')
-rwxr-xr-xpackage/qos-scripts/files/etc/init.d/qos2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/qos-scripts/files/etc/init.d/qos b/package/qos-scripts/files/etc/init.d/qos
index 4fa42d4a24..3f711155ee 100755
--- a/package/qos-scripts/files/etc/init.d/qos
+++ b/package/qos-scripts/files/etc/init.d/qos
@@ -4,7 +4,7 @@
START=50
boot() {
- /usr/lib/qos.sh firewall | sh
+ /usr/lib/qos/generate.sh firewall | sh
}
start() {