Changeset 418e6805 in freewrt for package/ulogd


Ignore:
Timestamp:
Nov 10, 2006, 1:28:11 PM (19 years ago)
Author:
Markus Wigge <markus@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
e8fef11
Parents:
d1833aa
Message:

removed CONFIG_DEVEL and other cleanups

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/ulogd/Config.in

    rd1833aa r418e6805  
    44        prompt "ulogd............................. Netfilter userspace logging daemon"
    55        tristate
    6         default m if CONFIG_DEVEL
     6        default n
    77        select FWRT_PACKAGE_IPTABLES
    88        help
     
    1414        prompt   "  ulogd-mod-mysql............... Output plugin for logging into a MySQL database"
    1515        tristate
    16         default m if CONFIG_DEVEL
     16        default n
    1717        depends FWRT_PACKAGE_ULOGD
    1818        select FWRT_PACKAGE_LIBMYSQLCLIENT
     
    2121        prompt  "  ulogd-mod-pcap................. Output plugin for logging into pcap format"
    2222        tristate
    23         default m if CONFIG_DEVEL
     23        default n
    2424        depends FWRT_PACKAGE_ULOGD
    2525        select FWRT_PACKAGE_LIBPCAP
     
    2828        prompt   "  ulogd-mod-pgsql............... Output plugin for logging into a PostgreSQL database"
    2929        tristate
    30         default m if CONFIG_DEVEL
     30        default n
    3131        depends FWRT_PACKAGE_ULOGD
    3232        select FWRT_PACKAGE_LIBPQ
     
    3535        prompt   "  ulogd-mod-sqlite.............. Output plugin for logging into an SQLite database"
    3636        tristate
    37         default m if CONFIG_DEVEL
     37        default n
    3838        depends FWRT_PACKAGE_ULOGD
    3939        select FWRT_PACKAGE_LIBSQLITE
     
    4242        prompt   "  ulogd-mod-extra............... All other plugins"
    4343        tristate
    44         default m if CONFIG_DEVEL
     44        default n
    4545        depends FWRT_PACKAGE_ULOGD
    4646
Note: See TracChangeset for help on using the changeset viewer.