3a45652352
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10591 3c298f89-4303-0410-b956-a3cf2f4a3e73
11 lines
90 B
Bash
11 lines
90 B
Bash
#!/bin/sh /etc/rc.common
|
|
|
|
START=45
|
|
start() {
|
|
wshaper.htb
|
|
}
|
|
|
|
stop() {
|
|
wshaper.htb stop
|
|
}
|