ddnsmngr: align with new dmmap schema

This commit is contained in:
Suvendhu Hansa 2026-01-12 11:51:05 +05:30 committed by IOPSYS Dev
parent 05b0de6638
commit e477183c4f
No known key found for this signature in database
2 changed files with 11 additions and 2 deletions

View file

@ -5,13 +5,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ddnsmngr
PKG_VERSION:=1.0.12
PKG_VERSION:=1.1.0
LOCAL_DEV:=0
ifneq ($(LOCAL_DEV),1)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/network/ddnsmngr.git
PKG_SOURCE_VERSION:=44af9a7b3fec3929f8554af9633a5b8068189b48
PKG_SOURCE_VERSION:=903c28594ee6d07822bc9f92b4200ad6c373822b
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.zst
PKG_MIRROR_HASH:=skip
endif

View file

@ -11,6 +11,15 @@
],
"config": {
"loglevel": "3"
},
"apply_handler": {
"uci": [
{
"file": [
"ddnsmngr"
]
}
]
}
}
}