|
@@ -2,6 +2,7 @@ config BR2_PACKAGE_TCPREPLAY
|
|
bool "tcpreplay"
|
|
bool "tcpreplay"
|
|
depends on BR2_USE_MMU # fork()
|
|
depends on BR2_USE_MMU # fork()
|
|
select BR2_PACKAGE_LIBPCAP
|
|
select BR2_PACKAGE_LIBPCAP
|
|
|
|
+ select BR2_PACKAGE_MUSL_FTS if !BR2_TOOLCHAIN_USES_GLIBC
|
|
help
|
|
help
|
|
Tcpreplay is a tool for replaying network traffic from files
|
|
Tcpreplay is a tool for replaying network traffic from files
|
|
saved with tcpdump or other tools which write pcap(3) files.
|
|
saved with tcpdump or other tools which write pcap(3) files.
|