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

freewrt_1_0 freewrt_2_0
Last change on this file since bccc703 was e3ea651, checked in by Thorsten Glaser <tg@…>, 19 years ago

what difference a little less menus and a little more indentation can make
now I can menuconfig in about half the time

wbx@ allowed me to do so... I did keep some menus where it made sense though

git-svn-id: svn://www.freewrt.org/trunk/freewrt@414 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 1.4 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 m if CONFIG_DEVEL
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 m if CONFIG_DEVEL
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 m if CONFIG_DEVEL
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 m if CONFIG_DEVEL
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 m if CONFIG_DEVEL
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 m if CONFIG_DEVEL
45 depends FWRT_PACKAGE_ULOGD
46
47#endmenu
Note: See TracBrowser for help on using the repository browser.