mirror of
https://github.com/kenzok8/openwrt-packages
synced 2025-01-05 09:26:40 +08:00
update 2023-08-25 20:01:14
This commit is contained in:
parent
e49876d138
commit
5433f826c4
@ -10,11 +10,11 @@ include $(TOPDIR)/rules.mk
|
||||
PKG_ARCH_DDNSTO:=$(ARCH)
|
||||
|
||||
PKG_NAME:=ddnsto
|
||||
PKG_VERSION:=3.0.2
|
||||
PKG_VERSION:=3.0.4
|
||||
PKG_RELEASE:=$(PKG_ARCH_DDNSTO)-7
|
||||
PKG_SOURCE:=$(PKG_NAME)-binary-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://fw.koolcenter.com/binary/ddnsto/
|
||||
PKG_HASH:=76e6dc6a51176062a625f7bc9931d8709f81146603f5a7da853f1dc9ab2a05a3
|
||||
PKG_HASH:=486aa15a5e026b5a3aca72f1850746e127a7e86ef11db8a7c498dad29545eaf6
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-binary-$(PKG_VERSION)
|
||||
|
||||
|
@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
||||
LUCI_TITLE:=LuCI support for ddnsto
|
||||
LUCI_DEPENDS:=+ddnsto +block-mount
|
||||
LUCI_PKGARCH:=all
|
||||
PKG_VERSION:=3.0.3
|
||||
PKG_VERSION:=3.0.4
|
||||
PKG_RELEASE:=0
|
||||
|
||||
include $(TOPDIR)/feeds/luci/luci.mk
|
||||
|
@ -355,6 +355,9 @@ function ddnsto_submit()
|
||||
enabled = "1"
|
||||
end
|
||||
uci:set("ddnsto","@ddnsto[0]","enabled",enabled)
|
||||
|
||||
local channel = (uci:get_first("istore", "istore", "channel") or "")
|
||||
uci:set("ddnsto","@ddnsto[0]","supplier_code",channel)
|
||||
|
||||
local token = ""
|
||||
if req.token then
|
||||
|
Loading…
Reference in New Issue
Block a user