From: Peter Korsgaard Date: Tue, 3 Feb 2015 20:27:29 +0000 (+0100) Subject: odhcp6c: uses fork(), needs mmu X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6ffcc859ae72f074aeb0c514a5ad37fe92e663c9;p=buildroot.git odhcp6c: uses fork(), needs mmu Signed-off-by: Peter Korsgaard --- 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.