ソースを参照

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
Aedan Renner 10 年 前
コミット
80ea53d1f4
共有2 個のファイルを変更した2 個の追加1 個の削除を含む
  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 ファイルの表示

@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=luci-app-mwan3
11 11
 PKG_VERSION:=1.3
12
-PKG_RELEASE:=3
12
+PKG_RELEASE:=4
13 13
 PKG_MAINTAINER:=Aedan Renner <chipdankly@gmail.com>
14 14
 PKG_LICENSE:=GPLv2
15 15
 

+ 1
- 0
net/mwan3-luci/files/etc/hotplug.d/iface/16-mwan3custombak ファイルの表示

@@ -7,6 +7,7 @@ send_alert()
7 7
 {
8 8
 	# variable "$1" stores the mwan3 status information
9 9
 	# insert your code here to send the contents of "$1"
10
+	echo "$1"
10 11
 }
11 12
 
12 13
 gather_event_info()