Browse Source

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
lilik-openwrt-22.03
Aedan Renner 10 years ago
parent
commit
80ea53d1f4
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      net/mwan3-luci/Makefile
  2. +1
    -0
      net/mwan3-luci/files/etc/hotplug.d/iface/16-mwan3custombak

+ 1
- 1
net/mwan3-luci/Makefile 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


+ 1
- 0
net/mwan3-luci/files/etc/hotplug.d/iface/16-mwan3custombak 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()


Loading…
Cancel
Save