8612d33691
SVN-Revision: 5128
17 lines
157 B
Bash
Executable File
17 lines
157 B
Bash
Executable File
#!/bin/sh /etc/rc.common
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
|
|
START=50
|
|
|
|
boot() {
|
|
/usr/lib/qos.sh firewall | sh
|
|
}
|
|
|
|
start() {
|
|
qos-start
|
|
}
|
|
|
|
stop() {
|
|
qos-stop
|
|
}
|