disable entropy gathering in wlcompat-debug
[openwrt/svn-archive/archive.git] / package / qos-scripts / files / etc / init.d / S50qos
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006 OpenWrt.org
3
4 boot() {
5 /usr/lib/qos.sh firewall | sh
6 }
7
8 start() {
9 # FIXME: after init script migration
10 # qos-start
11 #
12
13 boot
14 }
15
16 stop() {
17 qos-stop
18 }