diff options
Diffstat (limited to 'package/sysklogd')
-rw-r--r-- | package/sysklogd/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/sysklogd/Config.in b/package/sysklogd/Config.in index 1216bccf8c..6339d762e5 100644 --- a/package/sysklogd/Config.in +++ b/package/sysklogd/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_SYSKLOGD bool "syslogd & klogd" depends on BR2_LARGEFILE + depends on BR2_USE_MMU # fork() help System log daemons syslogd and klogd. @@ -8,3 +9,4 @@ config BR2_PACKAGE_SYSKLOGD comment "syslogd needs a toolchain w/ largefile" depends on !BR2_LARGEFILE + depends on BR2_USE_MMU |