buildroot/package/easyframes/Config.in
Horatiu Vultur 20e000161e package/easyframes: add missing dependency on MMU support
Easyframes uses fork when capturing frames in a pcap file, therefore
add the dependency BR2_USE_MMU.

Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-09-07 22:49:34 +02:00

12 lines
358 B
Plaintext

config BR2_PACKAGE_EASYFRAMES
bool "easyframes"
depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_LIBPCAP
help
This is a small and simple command-line tool for network
testing. The tool makes it simple to compose a frame,
inject and express what and where frames are expected to be
received.
https://github.com/microchip-ung/easyframes