2009-07-30 03:59:49 +02:00
|
|
|
#############################################################
|
|
|
|
#
|
|
|
|
# tcpreplay
|
|
|
|
#
|
|
|
|
#############################################################
|
|
|
|
|
|
|
|
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"
|
2011-08-10 00:12:53 +02:00
|
|
|
TCPREPLAY_CONF_OPT = --with-libpcap=$(STAGING_DIR)/usr
|
2009-07-30 03:59:49 +02:00
|
|
|
|
|
|
|
TCPREPLAY_DEPENDENCIES = uclibc libpcap
|
|
|
|
|
2011-09-29 21:57:43 +02:00
|
|
|
$(eval $(call AUTOTARGETS))
|
2009-07-30 03:59:49 +02:00
|
|
|
|