From 6ffcc859ae72f074aeb0c514a5ad37fe92e663c9 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 3 Feb 2015 21:27:29 +0100 Subject: [PATCH] odhcp6c: uses fork(), needs mmu Signed-off-by: Peter Korsgaard --- package/odhcp6c/Config.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/odhcp6c/Config.in b/package/odhcp6c/Config.in index 92de0e582d..9e5f3ef732 100644 --- a/package/odhcp6c/Config.in +++ b/package/odhcp6c/Config.in @@ -1,9 +1,11 @@ comment "odhcp6c needs a toolchain w/ IPv6" depends on !BR2_INET_IPV6 + depends on BR2_USE_MMU config BR2_PACKAGE_ODHCP6C bool "odhcp6c" depends on BR2_INET_IPV6 + depends on BR2_USE_MMU # fork() help odhcp6c is a minimal DHCPv6 and RA-client for use in embedded Linux systems, especially routers. -- 2.30.2