diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-23 21:11:48 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-23 21:11:48 +0000 |
commit | fe6507bd738aae9ab5088290e8ae0dee7de8c9f8 (patch) | |
tree | 82c1a2f97a4747d1f28dc5e74dc820f288197cb9 /package/syslog-ng/Config.in | |
parent | 555203d52bd1ded0e8b854db302b4693db4581fc (diff) |
Add libol, missing dependency for syslog-ng
Fix syslog-ng compilation (libol dependency, flex calls)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3470 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/syslog-ng/Config.in')
-rw-r--r-- | package/syslog-ng/Config.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/syslog-ng/Config.in b/package/syslog-ng/Config.in index d9fface1e..726586142 100644 --- a/package/syslog-ng/Config.in +++ b/package/syslog-ng/Config.in @@ -1,7 +1,8 @@ config BR2_PACKAGE_SYSLOG_NG prompt "syslog-ng......................... A powerful syslog daemon" tristate - default n + default m if CONFIG_DEVEL + select BR2_PACKAGE_LIBOL help syslog-ng reads and logs messages to the system console, log files, other machines and/or users as specified by its |