2006-10-06 17:38:48 +00:00
|
|
|
#!/bin/sh /etc/rc.common
|
|
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
|
|
|
2006-10-15 21:03:30 +00:00
|
|
|
START=50
|
|
|
|
|
2006-10-06 17:38:48 +00:00
|
|
|
boot() {
|
2007-04-06 16:59:56 +00:00
|
|
|
/usr/lib/qos/generate.sh firewall | sh
|
2006-10-06 17:38:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
start() {
|
2006-10-15 21:03:30 +00:00
|
|
|
qos-start
|
2006-10-06 17:38:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
stop() {
|
|
|
|
qos-stop
|
|
|
|
}
|