diff options
Diffstat (limited to 'package/sysklogd/Config.in')
-rw-r--r-- | package/sysklogd/Config.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/package/sysklogd/Config.in b/package/sysklogd/Config.in index 4a0ac13531..64464c432c 100644 --- a/package/sysklogd/Config.in +++ b/package/sysklogd/Config.in @@ -1,12 +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. http://www.infodrom.org/projects/sysklogd/ - -comment "syslogd needs a toolchain w/ largefile" - depends on !BR2_LARGEFILE - depends on BR2_USE_MMU |