- wrap external sysklogd in !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS

This commit is contained in:
Bernhard Reutner-Fischer 2007-01-17 12:28:23 +00:00
parent e3162a38fe
commit 8eb1a7702c

View File

@ -136,8 +136,8 @@ source "package/smartmontools/Config.in"
source "package/sqlite/Config.in"
source "package/strace/Config.in"
source "package/sudo/Config.in"
source "package/sysklogd/Config.in"
if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
source "package/sysklogd/Config.in"
# busybox has init and the runit stuff
source "package/sysvinit/Config.in"
endif