1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-18 22:14:38 +03:00
openwrt-xburst/package/qos-scripts/files/etc/init.d/S50qos

19 lines
194 B
Plaintext
Raw Normal View History

#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
boot() {
/usr/lib/qos.sh firewall | sh
}
start() {
# FIXME: after init script migration
# qos-start
#
boot
}
stop() {
qos-stop
}