diff --git a/qosmngr/Makefile b/qosmngr/Makefile index a429a54dc..afe604181 100644 --- a/qosmngr/Makefile +++ b/qosmngr/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=qosmngr -PKG_VERSION:=1.0.8 +PKG_VERSION:=1.0.9 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) @@ -42,7 +42,6 @@ endef endif define Package/qosmngr/install - $(INSTALL_DIR) $(1)/etc/qos_bbf $(CP) ./files/common/* $(1)/ ifneq ($(CONFIG_TARGET_brcmbca),) $(CP) ./files/broadcom/* $(1)/ @@ -53,8 +52,7 @@ else endif $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)/qosmngr $(1)/usr/sbin - $(CP) $(PKG_BUILD_DIR)/bbf_plugin/libqos_bbf.so $(1)/etc/qos_bbf - $(call BbfdmInstallMicroServiceInputFile,$(1),./files/common/etc/qos_bbf/input.json) + $(BBFDM_INSTALL_MS_DM) $(PKG_BUILD_DIR)/bbf_plugin/libqos_bbf.so $(1) $(PKG_NAME) endef $(eval $(call BuildPackage,qosmngr)) diff --git a/qosmngr/files/common/etc/qos_bbf/input.json b/qosmngr/files/common/etc/qos_bbf/input.json deleted file mode 100755 index 8bb902c57..000000000 --- a/qosmngr/files/common/etc/qos_bbf/input.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "daemon": { - "input": { - "type": "DotSo", - "name": "/etc/qos_bbf/libqos_bbf.so" - }, - "output": { - "type": "UBUS", - "name": "bbfdm.qos.", - "parent_dm": "Device.", - "object": "QoS", - "root_obj": "bbfdm" - } - } -}