source: freewrt/package/ulogd/Config.in@ ca629a6

freewrt_1_0 freewrt_2_0
Last change on this file since ca629a6 was 418e6805, checked in by Markus Wigge <markus@…>, 19 years ago

removed CONFIG_DEVEL and other cleanups

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@1119 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 1.3 KB
Line 
1#menu "ulogd............................. Netfilter userspace logging daemon"
2
3config FWRT_PACKAGE_ULOGD
4 prompt "ulogd............................. Netfilter userspace logging daemon"
5 tristate
6 default n
7 select FWRT_PACKAGE_IPTABLES
8 help
9 The netfilter userspace logging daemon
10
11 http://gnumonks.org/projects/ulogd
12
13config FWRT_PACKAGE_ULOGD_MOD_MYSQL
14 prompt " ulogd-mod-mysql............... Output plugin for logging into a MySQL database"
15 tristate
16 default n
17 depends FWRT_PACKAGE_ULOGD
18 select FWRT_PACKAGE_LIBMYSQLCLIENT
19
20config FWRT_PACKAGE_ULOGD_MOD_PCAP
21 prompt " ulogd-mod-pcap................. Output plugin for logging into pcap format"
22 tristate
23 default n
24 depends FWRT_PACKAGE_ULOGD
25 select FWRT_PACKAGE_LIBPCAP
26
27config FWRT_PACKAGE_ULOGD_MOD_PGSQL
28 prompt " ulogd-mod-pgsql............... Output plugin for logging into a PostgreSQL database"
29 tristate
30 default n
31 depends FWRT_PACKAGE_ULOGD
32 select FWRT_PACKAGE_LIBPQ
33
34config FWRT_PACKAGE_ULOGD_MOD_SQLITE
35 prompt " ulogd-mod-sqlite.............. Output plugin for logging into an SQLite database"
36 tristate
37 default n
38 depends FWRT_PACKAGE_ULOGD
39 select FWRT_PACKAGE_LIBSQLITE
40
41config FWRT_PACKAGE_ULOGD_MOD_EXTRA
42 prompt " ulogd-mod-extra............... All other plugins"
43 tristate
44 default n
45 depends FWRT_PACKAGE_ULOGD
46
47#endmenu
Note: See TracBrowser for help on using the repository browser.