projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97a4385
)
odhcp6c: uses fork(), needs mmu
author
Peter Korsgaard
<peter@korsgaard.com>
Tue, 3 Feb 2015 20:27:29 +0000
(21:27 +0100)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/package/odhcp6c/Config.in
b/package/odhcp6c/Config.in
index 92de0e582d440f0c8251b0c36181a21003dd0971..9e5f3ef732227f7b4956669e0239051856206dae 100644
(file)
--- 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.