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
This commit is contained in:
Aedan Renner 2014-09-30 15:41:13 -07:00 committed by Etienne CHAMPETIER
parent b128beaf2a
commit a1d8519b7d
2 changed files with 2 additions and 1 deletions

View file

@ -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 <chipdankly@gmail.com>
PKG_LICENSE:=GPLv2

View file

@ -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()