From: Aedan Renner Date: Tue, 30 Sep 2014 22:41:13 +0000 (-0700) Subject: mwan3-luci: update to 1.3-4 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=80ea53d1f453c3c8551442e115a0e9f0cc7747ea;p=feed%2Fpackages.git mwan3-luci: update to 1.3-4 put dummy echo command back in hotplug script send_alert function to avoid errors Signed-off-by: Aedan Renner chipdankly@gmail.com --- diff --git a/net/mwan3-luci/Makefile b/net/mwan3-luci/Makefile index 5405fc10a6..49a3f02d81 100644 --- a/net/mwan3-luci/Makefile +++ b/net/mwan3-luci/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-mwan3 PKG_VERSION:=1.3 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_MAINTAINER:=Aedan Renner PKG_LICENSE:=GPLv2 diff --git a/net/mwan3-luci/files/etc/hotplug.d/iface/16-mwan3custombak b/net/mwan3-luci/files/etc/hotplug.d/iface/16-mwan3custombak index 954d1ad865..fabd5f3fc6 100755 --- a/net/mwan3-luci/files/etc/hotplug.d/iface/16-mwan3custombak +++ b/net/mwan3-luci/files/etc/hotplug.d/iface/16-mwan3custombak @@ -7,6 +7,7 @@ send_alert() { # variable "$1" stores the mwan3 status information # insert your code here to send the contents of "$1" + echo "$1" } gather_event_info()