diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2012-04-05 04:17:03 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-05-06 20:08:49 +0200 |
commit | ddc3aade64bd5f9fc8cf0a02c5f429b805b40954 (patch) | |
tree | 4f59bdcccdb01cecd00f18d3604c5c4126037b0b /package/openntpd/Config.in | |
parent | 87657aaabc9d67f642ac668dcd08a20ee3e826f4 (diff) |
openntpd: needs MMU
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/openntpd/Config.in')
-rw-r--r-- | package/openntpd/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/openntpd/Config.in b/package/openntpd/Config.in index 32d0d8b06..4dd9a297d 100644 --- a/package/openntpd/Config.in +++ b/package/openntpd/Config.in @@ -1,5 +1,7 @@ config BR2_PACKAGE_OPENNTPD bool "openntpd" + # fork() + depends on BR2_USE_MMU help OpenNTPD is an easy to use implementation of the Network Time Protocol. It provides the ability to sync the local clock |