packet-capture-diagnostics: assign priority to dm plugin

This commit is contained in:
Vivek Kumar Dutta 2025-03-13 12:11:57 +05:30
parent a50c380722
commit c086f72400
No known key found for this signature in database
GPG key ID: 4E09F5AD8265FD4C

View file

@ -5,7 +5,7 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=packet-capture-diagnostics PKG_NAME:=packet-capture-diagnostics
PKG_VERSION:=1.0.3 PKG_VERSION:=1.0.4
LOCAL_DEV:=0 LOCAL_DEV:=0
ifneq ($(LOCAL_DEV),1) ifneq ($(LOCAL_DEV),1)
@ -46,7 +46,7 @@ endif
define Package/packet-capture-diagnostics/install define Package/packet-capture-diagnostics/install
$(BBFDM_INSTALL_SCRIPT) ./files/scripts/packetcapture $(1) $(BBFDM_INSTALL_SCRIPT) ./files/scripts/packetcapture $(1)
$(BBFDM_INSTALL_MS_PLUGIN) $(PKG_BUILD_DIR)/src/libpackcapture.so $(1) core $(BBFDM_INSTALL_MS_PLUGIN) $(PKG_BUILD_DIR)/src/libpackcapture.so $(1) core 12
endef endef
$(eval $(call BuildPackage,packet-capture-diagnostics)) $(eval $(call BuildPackage,packet-capture-diagnostics))