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:
parent
3a7af64d8c
commit
80ea53d1f4
2 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=luci-app-mwan3
|
PKG_NAME:=luci-app-mwan3
|
||||||
PKG_VERSION:=1.3
|
PKG_VERSION:=1.3
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
PKG_MAINTAINER:=Aedan Renner <chipdankly@gmail.com>
|
PKG_MAINTAINER:=Aedan Renner <chipdankly@gmail.com>
|
||||||
PKG_LICENSE:=GPLv2
|
PKG_LICENSE:=GPLv2
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,7 @@ send_alert()
|
||||||
{
|
{
|
||||||
# variable "$1" stores the mwan3 status information
|
# variable "$1" stores the mwan3 status information
|
||||||
# insert your code here to send the contents of "$1"
|
# insert your code here to send the contents of "$1"
|
||||||
|
echo "$1"
|
||||||
}
|
}
|
||||||
|
|
||||||
gather_event_info()
|
gather_event_info()
|
||||||
|
|
Loading…
Reference in a new issue