update qos-scripts to v1.1 - rewritten hfsc rate calculation
[openwrt/svn-archive/archive.git] / package / qos-scripts / files / etc / init.d / qos
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006 OpenWrt.org
3
4 START=50
5
6 boot() {
7 /usr/lib/qos/generate.sh firewall | sh
8 }
9
10 start() {
11 qos-start
12 }
13
14 stop() {
15 qos-stop
16 }