package/easyframes: add missing dependency on MMU support
authorHoratiu Vultur <horatiu.vultur@microchip.com>
Mon, 7 Sep 2020 20:27:55 +0000 (22:27 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 7 Sep 2020 20:49:34 +0000 (22:49 +0200)
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>
package/easyframes/Config.in

index b2c45496b48e71ef573964e18d649aa928a7ee7c..b73afe0587eb45c5093933d7836ff3c51aeb3d67 100644 (file)
@@ -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