Import the current wshaper package and add myself as maintainer. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
10 lines
90 B
Bash
10 lines
90 B
Bash
#!/bin/sh /etc/rc.common
|
|
|
|
START=45
|
|
start() {
|
|
wshaper.htb
|
|
}
|
|
|
|
stop() {
|
|
wshaper.htb stop
|
|
}
|