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>
This commit is contained in:
parent
ac74720468
commit
20e000161e
@ -1,5 +1,6 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user