projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add extra wrt350n leds (patch from #2745)
[openwrt.git]
/
package
/
qos-scripts
/
files
/
etc
/
init.d
/
qos
1
#!/bin/sh /etc/rc.common
2
# Copyright (C) 2006 OpenWrt.org
3
4
START
=
50
5
6
boot
() {
7
/
usr
/
lib
/
qos
/
generate.sh firewall | sh
8
}
9
10
start
() {
11
qos-start
12
}
13
14
stop
() {
15
qos-stop
16
}
This page took
0.045654 seconds
and
5
git commands to generate.