mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 11:44:48 +00:00
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:
committed by
Etienne CHAMPETIER
parent
b128beaf2a
commit
a1d8519b7d
@@ -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
|
||||
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user