mirror of
https://github.com/gSpotx2f/luci-app-internet-detector.git
synced 2025-12-09 13:06:51 +03:00
modules: bug fixes, refactoring
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=internet-detector-mod-modem-restart
|
||||
PKG_VERSION:=1.4.1
|
||||
PKG_VERSION:=1.4.2
|
||||
PKG_RELEASE:=1
|
||||
PKG_MAINTAINER:=gSpot <https://github.com/gSpotx2f/luci-app-internet-detector>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ local Module = {
|
||||
status = nil,
|
||||
_enabled = false,
|
||||
_deadCounter = 0,
|
||||
_restarted = false,
|
||||
_restarted = true,
|
||||
}
|
||||
|
||||
function Module:toggleIface(flag)
|
||||
|
||||
Reference in New Issue
Block a user