From 5433f826c4ba74c44285706009003eeb35abccb9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 20:01:14 +0800 Subject: [PATCH] update 2023-08-25 20:01:14 --- ddnsto/Makefile | 4 ++-- luci-app-ddnsto/Makefile | 2 +- luci-app-ddnsto/luasrc/controller/ddnsto.lua | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ddnsto/Makefile b/ddnsto/Makefile index d87ab6f2..5836224a 100644 --- a/ddnsto/Makefile +++ b/ddnsto/Makefile @@ -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) diff --git a/luci-app-ddnsto/Makefile b/luci-app-ddnsto/Makefile index 018097c8..1de2b919 100644 --- a/luci-app-ddnsto/Makefile +++ b/luci-app-ddnsto/Makefile @@ -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 diff --git a/luci-app-ddnsto/luasrc/controller/ddnsto.lua b/luci-app-ddnsto/luasrc/controller/ddnsto.lua index 3f00ba27..b3ccca75 100644 --- a/luci-app-ddnsto/luasrc/controller/ddnsto.lua +++ b/luci-app-ddnsto/luasrc/controller/ddnsto.lua @@ -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