diff --git a/net/tcpreplay/Makefile b/net/tcpreplay/Makefile index 415365ae92..b394769a0c 100644 --- a/net/tcpreplay/Makefile +++ b/net/tcpreplay/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tcpreplay PKG_VERSION:=4.5.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/appneta/tcpreplay/releases/download/v$(PKG_VERSION) @@ -35,7 +35,7 @@ define Package/tcpreplay/default CATEGORY:=Network URL:=http://tcpreplay.appneta.com/ MAINTAINER:=Alexandru Ardelean - DEPENDS:=+librt +libpcap +libdnet +USE_MUSL:musl-fts + DEPENDS:=+librt +libpcap +libdnet +libbpf +USE_MUSL:musl-fts endef define Package/tcpbridge