coova-chilli: move to github

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
This commit is contained in:
Imre Kaloz
2014-11-30 01:13:43 +01:00
parent 796a524509
commit 34b96ab26e
4 changed files with 183 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
[ "$ACTION" == "ifup" ] || exit 0
[ "$INTERFACE" = "wan" ] && {
/etc/init.d/chilli restart
}