mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 06:04:31 +04:00
Import the current wshaper package and add myself as maintainer. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
11 lines
90 B
Bash
11 lines
90 B
Bash
#!/bin/sh /etc/rc.common
|
|
|
|
START=45
|
|
start() {
|
|
wshaper.htb
|
|
}
|
|
|
|
stop() {
|
|
wshaper.htb stop
|
|
}
|