1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-04 00:24:36 +03:00
openwrt-xburst/package/qos-scripts/files/etc/init.d/qos
nbd 622ea9fa13 update qos-scripts to v1.1 - rewritten hfsc rate calculation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6875 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-04-06 16:59:56 +00:00

17 lines
166 B
Bash
Executable File

#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
START=50
boot() {
/usr/lib/qos/generate.sh firewall | sh
}
start() {
qos-start
}
stop() {
qos-stop
}