From 34b96ab26e0a027d19e78f3a362c625288110ad4 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Sun, 30 Nov 2014 01:13:43 +0100 Subject: coova-chilli: move to github Signed-off-by: Imre Kaloz --- net/coova-chilli/files/chilli.hotplug | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 net/coova-chilli/files/chilli.hotplug (limited to 'net/coova-chilli/files') diff --git a/net/coova-chilli/files/chilli.hotplug b/net/coova-chilli/files/chilli.hotplug new file mode 100644 index 000000000..e12812b49 --- /dev/null +++ b/net/coova-chilli/files/chilli.hotplug @@ -0,0 +1,7 @@ +#!/bin/sh + +[ "$ACTION" == "ifup" ] || exit 0 + +[ "$INTERFACE" = "wan" ] && { + /etc/init.d/chilli restart +} -- cgit v1.2.3