Commit a2ddfdb1 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

tcpreplay: cleanup



Drop unneeded uclibc dependency and autoreconf as patch changes
configure.ac.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent c69be6d2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,8 +8,8 @@ TCPREPLAY_VERSION = 3.4.3
TCPREPLAY_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/tcpreplay
TCPREPLAY_CONF_ENV = tr_cv_libpcap_version=">= 0.7.0"
TCPREPLAY_CONF_OPT = --with-libpcap=$(STAGING_DIR)/usr

TCPREPLAY_DEPENDENCIES = uclibc libpcap
TCPREPLAY_AUTORECONF = YES
TCPREPLAY_DEPENDENCIES = libpcap

$(eval $(call AUTOTARGETS))