diff --git a/ddnsmngr/Makefile b/ddnsmngr/Makefile index cc3a97ad3..2811b178c 100644 --- a/ddnsmngr/Makefile +++ b/ddnsmngr/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ddnsmngr -PKG_VERSION:=1.0.3 +PKG_VERSION:=1.0.4 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) @@ -49,17 +49,13 @@ endef endif define Package/$(PKG_NAME)/install - $(INSTALL_DIR) $(1)/etc/ddnsmngr $(INSTALL_DIR) $(1)/etc/ddnsmngr/ddns $(INSTALL_DIR) $(1)/etc/ddnsmngr/servers - $(INSTALL_DIR) $(1)/usr/lib $(INSTALL_DIR) $(1)/usr/lib/ddnsmngr $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_DIR) $(1)/etc/config $(INSTALL_DIR) $(1)/etc/uci-defaults $(INSTALL_DIR) $(1)/usr/libexec/rpcd - $(call BbfdmInstallPluginInMicroservice,$(1)/etc/ddnsmngr,$(PKG_BUILD_DIR)/src/libddnsmngr.so) - $(call BbfdmInstallMicroServiceInputFile,$(1),./files/etc/ddnsmngr/input.json) $(INSTALL_DATA) ./files/etc/config/ddnsmngr $(1)/etc/config/ddnsmngr $(INSTALL_BIN) ./files/etc/uci-defaults/01-ddns-config-migrate $(1)/etc/uci-defaults/ $(INSTALL_BIN) ./files/etc/init.d/ddnsmngr $(1)/etc/init.d/ddnsmngr @@ -74,6 +70,7 @@ ifeq ($(CONFIG_DDNSMNGR_BACKEND_INADYN),y) $(INSTALL_DATA) $(PKG_BUILD_DIR)/files/inadyn/server/* $(1)/etc/ddnsmngr/servers $(INSTALL_BIN) $(PKG_BUILD_DIR)/files/inadyn/usr/libexec/rpcd/ddnsmngr $(1)/usr/libexec/rpcd/ddnsmngr endif + $(BBFDM_INSTALL_MS_DM) $(PKG_BUILD_DIR)/src/libddnsmngr.so $(1) $(PKG_NAME) endef diff --git a/ddnsmngr/files/etc/ddnsmngr/input.json b/ddnsmngr/files/etc/ddnsmngr/input.json deleted file mode 100644 index 2da4687b2..000000000 --- a/ddnsmngr/files/etc/ddnsmngr/input.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "daemon": { - "config": { - "loglevel": "1" - }, - "input": { - "type": "DotSo", - "name": "/etc/ddnsmngr/libddnsmngr.so" - }, - "output": { - "type": "UBUS", - "parent_dm": "Device.", - "object": "DynamicDNS", - "root_obj": "bbfdm" - } - } -}