icwmp: assign priority to dm plugin

This commit is contained in:
Vivek Kumar Dutta 2025-03-13 12:07:24 +05:30
parent 359db9ddc3
commit 2755d6be1c
No known key found for this signature in database
GPG key ID: 4E09F5AD8265FD4C

View file

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=icwmp
PKG_VERSION:=9.8.38
PKG_VERSION:=9.8.39
LOCAL_DEV:=0
ifneq ($(LOCAL_DEV),1)
@ -78,7 +78,7 @@ define Package/icwmp/install
$(INSTALL_BIN) ./files/etc/udhcpc.user.d/udhcpc_icwmp_opt43.user $(1)/etc/udhcpc.user.d/udhcpc_icwmp_opt43.user
$(BBFDM_REGISTER_SERVICES) ./bbfdm_service.json $(1) $(PKG_NAME)
$(BBFDM_INSTALL_MS_DM) $(PKG_BUILD_DIR)/libcwmpdm.so $(1) $(PKG_NAME)
$(BBFDM_INSTALL_MS_PLUGIN) ./files/etc/bbfdm/json/CWMPManagementServer.json $(1) $(PKG_NAME)
$(BBFDM_INSTALL_MS_PLUGIN) ./files/etc/bbfdm/json/CWMPManagementServer.json $(1) $(PKG_NAME) 20
endef
$(eval $(call BuildPackage,icwmp))