mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
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:
committed by
Thomas Petazzoni
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
|
||||
|
||||
Reference in New Issue
Block a user