luci-app-passwall: sync with upstream source
This commit is contained in:
parent
ec15c5955d
commit
f00da71172
@ -7,8 +7,8 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=luci-app-passwall
|
||||
PKG_VERSION:=3.9
|
||||
PKG_RELEASE:=27
|
||||
PKG_DATE:=20200730
|
||||
PKG_RELEASE:=28
|
||||
PKG_DATE:=20200801
|
||||
|
||||
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||
|
||||
|
||||
@ -753,7 +753,7 @@ local function update_node(manual)
|
||||
|
||||
if next(CONFIG) then
|
||||
local nodes = {}
|
||||
local ucic3 = uci.cursor()
|
||||
local ucic3 = luci.model.uci.cursor()
|
||||
ucic3:foreach(application, uciType, function(node)
|
||||
nodes[node['.name']] = node
|
||||
end)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user