odhcp6c: uses fork(), needs mmu
authorPeter Korsgaard <peter@korsgaard.com>
Tue, 3 Feb 2015 20:27:29 +0000 (21:27 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 3 Feb 2015 20:27:29 +0000 (21:27 +0100)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/odhcp6c/Config.in

index 92de0e582d440f0c8251b0c36181a21003dd0971..9e5f3ef732227f7b4956669e0239051856206dae 100644 (file)
@@ -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.