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 | 4e35b953f6cda03f3c5cdbce20f1fcbf1001a419 (patch) | |
tree | 3af9dd89483bd9a117443be8ac537e39de65e6e0 /openwrt/package/syslog-ng/Config.in | |
parent | 8ae7e6b6e1f2cfc401d742d050619507bbc0102f (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@3470 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/syslog-ng/Config.in')
-rw-r--r-- | openwrt/package/syslog-ng/Config.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/package/syslog-ng/Config.in b/openwrt/package/syslog-ng/Config.in index d9fface1e..726586142 100644 --- a/openwrt/package/syslog-ng/Config.in +++ b/openwrt/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 |