mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
packet-capture-diagnostics: 1.0.3
This commit is contained in:
parent
0a375e6ac4
commit
187492a827
1 changed files with 2 additions and 2 deletions
|
|
@ -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.2
|
PKG_VERSION:=1.0.3
|
||||||
|
|
||||||
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_CORE_PLUGIN) $(PKG_BUILD_DIR)/src/libpackcapture.so $(1)
|
$(BBFDM_INSTALL_MS_PLUGIN) $(PKG_BUILD_DIR)/src/libpackcapture.so $(1) core
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,packet-capture-diagnostics))
|
$(eval $(call BuildPackage,packet-capture-diagnostics))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue