wshaper: import from packages

Import the current wshaper package and add myself as maintainer.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
Jo-Philipp Wich
2014-06-11 11:15:17 +02:00
parent d9d885955e
commit 1fa58a1b1a
4 changed files with 232 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/bin/sh /etc/rc.common
START=45
start() {
wshaper.htb
}
stop() {
wshaper.htb stop
}