diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2015-02-03 21:27:29 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-02-03 21:27:29 +0100 |
commit | 6ffcc859ae72f074aeb0c514a5ad37fe92e663c9 (patch) | |
tree | e86cbff71739111aa2723364fb3c3daf9dfd8a0d | |
parent | 97a4385184a40abf795e7135f059c36c00d6c5eb (diff) | |
download | buildroot-6ffcc859ae72f074aeb0c514a5ad37fe92e663c9.tar.gz buildroot-6ffcc859ae72f074aeb0c514a5ad37fe92e663c9.zip |
odhcp6c: uses fork(), needs mmu
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/odhcp6c/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
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. |