finally move buildroot-ng to trunk
This commit is contained in:
18
package/qos-scripts/files/etc/init.d/S50qos
Executable file
18
package/qos-scripts/files/etc/init.d/S50qos
Executable file
@@ -0,0 +1,18 @@
|
||||
#!/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
|
||||
}
|
||||
Reference in New Issue
Block a user