Changeset 1253

Show
Ignore:
Timestamp:
12/04/06 20:39:30 (5 years ago)
Author:
dnehring
Message:

Remove CONFIG_DEVEL from various Config.in, whitespace cleanup

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/avahi/Config.in

    r414 r1253  
    99        prompt   "avahi-daemon...................... An mDNS/DNS-SD (ZeroConf) implementation (daemon)" 
    1010        tristate 
    11         default m if CONFIG_DEVEL 
     11        default n 
    1212        select FWRT_COMPILE_AVAHI 
    1313        select FWRT_PACKAGE_LIBAVAHI 
    1414        select FWRT_PACKAGE_LIBDAEMON 
    1515        help 
    16           Avahi is a system which facilitates service discovery on a local network --  
    17           this means that you can plug your laptop or computer into a network and  
    18           instantly be able to view other people who you can chat with, find printers  
    19           to print to or find files being shared. This kind of technology is already  
    20           found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf')  
     16          Avahi is a system which facilitates service discovery on a local network -- 
     17          this means that you can plug your laptop or computer into a network and 
     18          instantly be able to view other people who you can chat with, find printers 
     19          to print to or find files being shared. This kind of technology is already 
     20          found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') 
    2121          and is very convenient. 
    22            
     22 
    2323          http://www.freedesktop.org/Software/Avahi 
    24            
     24 
    2525          This package contains an mDNS/DNS-SD daemon. 
    2626 
     
    2828        prompt     "avahi-dnsconfd.................. Unicast DNS server from mDNS/DNS-SD config daemon" 
    2929        tristate 
    30         default m if CONFIG_DEVEL 
     30        default n 
    3131        select FWRT_COMPILE_AVAHI 
    3232        depends FWRT_PACKAGE_AVAHI_DAEMON 
    3333        help 
    34           Avahi is a system which facilitates service discovery on a local network --  
    35           this means that you can plug your laptop or computer into a network and  
    36           instantly be able to view other people who you can chat with, find printers  
    37           to print to or find files being shared. This kind of technology is already  
    38           found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf')  
     34          Avahi is a system which facilitates service discovery on a local network -- 
     35          this means that you can plug your laptop or computer into a network and 
     36          instantly be able to view other people who you can chat with, find printers 
     37          to print to or find files being shared. This kind of technology is already 
     38          found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') 
    3939          and is very convenient. 
    40            
     40 
    4141          http://www.freedesktop.org/Software/Avahi 
    42            
    43           This package contains an Unicast DNS server from mDNS/DNS-SD configuration  
    44           daemon, which may be used to configure conventional DNS servers using mDNS  
     42 
     43          This package contains an Unicast DNS server from mDNS/DNS-SD configuration 
     44          daemon, which may be used to configure conventional DNS servers using mDNS 
    4545          in a DHCP-like fashion. Especially useful on IPv6. 
    4646 
     
    4848        prompt   "libavahi.......................... An mDNS/DNS-SD (ZeroConf) implementation (library)" 
    4949        tristate 
    50         default m if CONFIG_DEVEL 
     50        default n 
    5151        select FWRT_COMPILE_AVAHI 
    5252        help 
    53           Avahi is a system which facilitates service discovery on a local network --  
    54           this means that you can plug your laptop or computer into a network and  
    55           instantly be able to view other people who you can chat with, find printers  
    56           to print to or find files being shared. This kind of technology is already  
    57           found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf')  
     53          Avahi is a system which facilitates service discovery on a local network -- 
     54          this means that you can plug your laptop or computer into a network and 
     55          instantly be able to view other people who you can chat with, find printers 
     56          to print to or find files being shared. This kind of technology is already 
     57          found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') 
    5858          and is very convenient. 
    59            
     59 
    6060          http://www.freedesktop.org/Software/Avahi 
    61            
     61 
    6262          This package contains the mDNS/DNS-SD shared libraries, used by other programs. 
    6363 
  • trunk/freewrt/package/axtls/Config.in

    r414 r1253  
    99        prompt "libaxtls.......................... Embedded client/server TLSv1 SSL library" 
    1010        tristate 
    11         default m if CONFIG_DEVEL 
     11        default n 
    1212        select FWRT_COMPILE_AXTLS 
    1313        help 
    1414          Embedded client/server TLSv1 SSL library 
    15            
     15 
    1616          http://www.axtls.co.nr/ 
    17            
     17 
    1818config FWRT_PACKAGE_AWHTTPD 
    1919        prompt   "  awhttpd....................... Anti-Web webserver" 
    2020        tristate 
    21         default m if CONFIG_DEVEL 
     21        default n 
    2222        depends FWRT_PACKAGE_LIBAXTLS 
    2323        help 
    24           Anti-Web is a light-weight, single-process, non-threaded webserver  
     24          Anti-Web is a light-weight, single-process, non-threaded webserver 
    2525          that emphasizes simplicity, efficiency, and security. 
    26            
     26 
    2727          http://www.axtls.co.nr/ 
    28            
     28 
    2929#endmenu 
  • trunk/freewrt/package/bc/Config.in

    r360 r1253  
    33        depends FWRT_PACKAGE_BC || FWRT_PACKAGE_DC 
    44        default n 
    5          
     5 
    66config FWRT_PACKAGE_BC 
    77        prompt "bc................................ Arbitrary precision calculator language" 
    88        tristate 
    9         default m if CONFIG_DEVEL 
     9        default n 
    1010        select FWRT_COMPILE_BC 
    1111        help 
    1212      bc is a language that supports arbitrary precision numbers with 
    1313          interactive execution of statements. 
    14            
     14 
    1515config FWRT_PACKAGE_DC 
    1616        prompt "dc................................ Arbitrary precision calculator" 
    1717        tristate 
    18         default m if CONFIG_DEVEL 
     18        default n 
    1919        select FWRT_COMPILE_BC 
    2020        help 
  • trunk/freewrt/package/bind/Config.in

    r497 r1253  
    1313        prompt "bind-tools........................ Bind administration tools" 
    1414        tristate 
    15         default m if CONFIG_DEVEL 
     15        default n 
    1616        depends FWRT_DUMMY_BIND 
    1717        select FWRT_COMPILE_BIND 
     
    1919          dig, host,  nsupdate, dnssec-keygen, dnssec-signzone, named-checkconf, 
    2020          named-checkzone, rndc, rndc-confgen 
    21            
     21 
    2222          http://www.isc.org/sw/bind/ 
    23            
     23 
    2424          Depends: libopenssl 
    2525 
     
    2727        prompt "bind-rndc......................... Bind administration tools (rndc & rndc-confgen only)" 
    2828        tristate 
    29         default m if CONFIG_DEVEL 
     29        default n 
    3030        depends FWRT_DUMMY_BIND 
    3131        select FWRT_COMPILE_BIND 
    3232        help 
    3333          rndc, rndc-confgen 
    34            
     34 
    3535          http://www.isc.org/sw/bind/ 
    36            
     36 
    3737          Depends: libopenssl 
    3838 
     
    4040        prompt "bind-check........................ Bind administration tools (named-checkconf & named-checkzone only)" 
    4141        tristate 
    42         default m if CONFIG_DEVEL 
     42        default n 
    4343        depends FWRT_DUMMY_BIND 
    4444        select FWRT_COMPILE_BIND 
    4545        help 
    4646          named-checkconf, named-checkzone 
    47            
     47 
    4848          http://www.isc.org/sw/bind/ 
    49            
     49 
    5050          Depends: libopenssl 
    5151 
     
    5353        prompt "bind-dnssec....................... Bind administration tools (dnssec-keygen & dnssec-signzone only)" 
    5454        tristate 
    55         default m if CONFIG_DEVEL 
     55        default n 
    5656        depends FWRT_DUMMY_BIND 
    5757        select FWRT_COMPILE_BIND 
    5858        help 
    5959          dnssec-keygen, dnssec-signzone 
    60            
     60 
    6161          http://www.isc.org/sw/bind/ 
    62            
     62 
    6363          Depends: libopenssl 
    6464 
     
    6666        prompt "bind-host......................... A simple DNS client" 
    6767        tristate 
    68         default m if CONFIG_DEVEL 
     68        default n 
    6969        depends FWRT_DUMMY_BIND 
    7070        select FWRT_COMPILE_BIND 
    7171        help 
    7272          host 
    73            
     73 
    7474          http://www.isc.org/sw/bind/ 
    75            
     75 
    7676          Depends: libopenssl 
    7777 
     
    7979        prompt "bind-dig.......................... A DNS client" 
    8080        tristate 
    81         default m if CONFIG_DEVEL 
     81        default n 
    8282        depends FWRT_DUMMY_BIND 
    8383        select FWRT_COMPILE_BIND 
    8484        help 
    8585          dig 
    86            
     86 
    8787          http://www.isc.org/sw/bind/ 
    88            
     88 
    8989          Depends: libopenssl 
    9090 
     
    9393        prompt "bind-client....................... A dynamic DNS client" 
    9494        tristate 
    95         default m if CONFIG_DEVEL 
     95        default n 
    9696        depends FWRT_DUMMY_BIND 
    9797        select FWRT_COMPILE_BIND 
    9898        help 
    9999          A DNS dynamic client (nsupdate) 
    100            
     100 
    101101          http://www.isc.org/sw/bind/ 
    102            
     102 
    103103          Depends: libopenssl 
    104104 
     
    106106        prompt "bind-server....................... A DNS server" 
    107107        tristate 
    108         default m if CONFIG_DEVEL 
     108        default n 
    109109        depends FWRT_DUMMY_BIND 
    110110        select FWRT_COMPILE_BIND 
    111111        help 
    112112          A DNS server (named) 
    113            
     113 
    114114          http://www.isc.org/sw/bind/ 
    115            
     115 
    116116          Depends: libopenssl 
    117  
  • trunk/freewrt/package/bitlbee/Config.in

    r360 r1253  
    22        prompt "bitlbee........................... IRC gateway to IM chat networks" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        select FWRT_PACKAGE_LIBOPENSSL 
    66        select FWRT_PACKAGE_GLIB1 
     
    1212          server with any normal IRC client and see their 'buddy list' 
    1313          in #bitlbee. 
    14            
     14 
    1515          http://www.bitlbee.org/ 
    16  
  • trunk/freewrt/package/bluez-utils/Config.in

    r1133 r1253  
    22        prompt "bluez-utils....................... Bluetooth utilities" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        select FWRT_PACKAGE_GLIB1 
    66        select FWRT_PACKAGE_BLUEZ_LIBS 
    77        select FWRT_PACKAGE_LIBUSB 
    88        help 
    9           Bluez utils.  
    10            
     9          Bluez utils. 
     10 
    1111          http://www.bluez.org 
  • trunk/freewrt/package/bwm/Config.in

    r360 r1253  
    22        prompt "bwm............................... A very tiny BandWidth Monitor" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66         Continually displays data transfer rates (received, transmitted, and 
  • trunk/freewrt/package/cbtt/Config.in

    r360 r1253  
    22        prompt "cbtt.............................. a C BitTorrent Tracker" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        select FWRT_PACKAGE_ZLIB 
    66        help 
    77         A C BitTorrent Tracker 
    8            
     8 
    99config FWRT_PACKAGE_CBTT_MYSQL 
    1010        prompt "cbtt-mysql........................ a C BitTorrent Tracker (mysql)" 
    1111        tristate 
    12         default m if CONFIG_DEVEL 
     12        default n 
    1313        select FWRT_PACKAGE_ZLIB 
    1414        select FWRT_PACKAGE_LIBMYSQLCLIENT 
    1515        help 
    16          A C BitTorrent Tracker  
     16         A C BitTorrent Tracker 
  • trunk/freewrt/package/cgilib/Config.in

    r360 r1253  
    22        prompt "cgilib............................ Simple CGI Library" 
    33        tristate 
    4 #       default m if CONFIG_DEVEL 
    54        default n 
    65        help 
     
    87          Interface (CGI).  It features HTTP Redirect, provides read access to 
    98          FORM variables, sets HTTP Cookies and reads them. 
    10            
     9 
    1110          http://www.infodrom.org/projects/cgilib/ 
    12  
  • trunk/freewrt/package/chillispot/Config.in

    r360 r1253  
    22        prompt "chillispot........................ Wireless LAN access point controller" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        select FWRT_PACKAGE_KMOD_TUN 
    66        help 
     
    1010          standard for public HotSpots and it supports Wireless Protected 
    1111          Access (WPA) which is the standard of the future. Authentication, 
    12           authorization and accounting (AAA) is handled by your favorite  
     12          authorization and accounting (AAA) is handled by your favorite 
    1313          radius server. 
    14            
     14 
    1515          http://www.chillispot.org/ 
    16  
  • trunk/freewrt/package/cifsmount/Config.in

    r360 r1253  
    22        prompt "cifsmount......................... Helper utility for mounting remote CIFS shares" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          An user space helper for mounting remote CIFS shares 
    7  
  • trunk/freewrt/package/click/Config.in

    r360 r1253  
    33        tristate 
    44        select FWRT_PACKAGE_KMOD_TUN 
    5         default m if CONFIG_DEVEL 
     5        default n 
    66        help 
    77                http://pdos.csail.mit.edu/click/ 
     
    1212        depends FWRT_PACKAGE_CLICK 
    1313        select FWRT_PACKAGE_KMOD_MADWIFI 
    14         default m if CONFIG_DEVEL 
     14        default n 
    1515        help 
    1616                http://pdos.csail.mit.edu/roofnet/ 
    17  
    18  
  • trunk/freewrt/package/clinkc/Config.in

    r360 r1253  
    22        prompt "clinkc............................ Embedded UPnP library" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        select FWRT_PACKAGE_LIBEXPAT 
    66        help 
     
    88 
    99                http://sourceforge.net/projects/clinkc 
    10  
  • trunk/freewrt/package/collectd/Config.in

    r1097 r1253  
    33        prompt "collectd.......................... Lightweight system statistics collection daemon" 
    44        tristate 
    5         default m if CONFIG_DEVEL 
     5        default n 
    66        help 
    77                collectd is a small daemon which collects system information 
    88                every 10 seconds. The values are then sent to a multicast group 
    99                to be stored in RRD files by a server process. 
    10                  
     10 
    1111                http://verplant.org/collectd/ 
    1212 
  • trunk/freewrt/package/ctorrent/Config.in

    r360 r1253  
    22        prompt "ctorrent.......................... console-based BitTorrent client" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    6           CTorrent is a BitTorrent client written in the C programming language, known to  
    7           be a very robust and mature programming language, which produces fast and  
     6          CTorrent is a BitTorrent client written in the C programming language, known to 
     7          be a very robust and mature programming language, which produces fast and 
    88          optimized application. 
    99 
  • trunk/freewrt/package/curl/Config.in

    r360 r1253  
    77        prompt "libcurl........................... A client-side URL transfer library" 
    88        tristate 
    9         default m if CONFIG_DEVEL 
     9        default n 
    1010        select FWRT_COMPILE_CURL 
    1111        select FWRT_PACKAGE_LIBOPENSSL 
     
    1313        help 
    1414          A client-side URL transfer library. 
    15            
     15 
    1616          http://curl.haxx.se/ 
    1717 
     
    1919        prompt   "curl............................ A client-side URL transfer tool" 
    2020        tristate 
    21         default m if CONFIG_DEVEL 
     21        default n 
    2222        depends FWRT_PACKAGE_LIBCURL 
    2323        help 
    2424          A client-side URL transfer tool. 
    25            
     25 
    2626          http://curl.haxx.se/ 
    27  
  • trunk/freewrt/package/cutter/Config.in

    r360 r1253  
    22        prompt "cutter............................ allows an user to abort TCP/IP connections" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    6                 "Cutter" is an open source program that allows Linux firewall  
    7                 administrators to abort TCP/IP connections routed over the  
     6                "Cutter" is an open source program that allows Linux firewall 
     7                administrators to abort TCP/IP connections routed over the 
    88                firewall or router on which it is run. 
    99 
    1010                http://www.lowth.com/cutter/ 
    11  
  • trunk/freewrt/package/cyrus-sasl/Config.in

    r360 r1253  
    77        prompt "libsasl2.......................... General purpose authentication library" 
    88        tristate 
    9         default m if CONFIG_DEVEL 
     9        default n 
    1010        select FWRT_COMPILE_CYRUS_SASL 
    1111        help 
    1212          A general purpose authentication library. 
    13            
     13 
    1414          http://asg.web.cmu.edu/sasl/ 
    15  
  • trunk/freewrt/package/deco/Config.in

    r360 r1253  
    22        prompt "deco.............................. Text-based full featured file manager" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        select FWRT_PACKAGE_LIBNCURSES 
    66        help 
    77          A clone of Norton Commander for Unix. Text-based, full featured 
    88          file manager. 
    9            
     9 
    1010          http://deco.sourceforge.net/ 
    11  
  • trunk/freewrt/package/dhcp-forwarder/Config.in

    r360 r1253  
    22        prompt "dhcp-forwarder.................... DHCP relay agent" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          A DHCP relay agent 
    7            
     7 
    88          http://www.nongnu.org/dhcp-fwd/ 
    9  
  • trunk/freewrt/package/dhcp/Config.in

    r360 r1253  
    99        prompt "dhcp-relay........................ ISC DHCP relay" 
    1010        tristate 
    11         default m if CONFIG_DEVEL 
     11        default n 
    1212        select FWRT_COMPILE_DHCP 
    1313        help 
    14           ISC (Internet Software Consortium) DHCP (Dynamic Host Configuration  
     14          ISC (Internet Software Consortium) DHCP (Dynamic Host Configuration 
    1515          Protocol) relay daemon. 
    16            
     16 
    1717          http://www.isc.org/ 
    1818 
     
    2020        prompt "dhcp-server....................... ISC DHCP server" 
    2121        tristate 
    22         default m if CONFIG_DEVEL 
     22        default n 
    2323        select FWRT_COMPILE_DHCP 
    2424        help 
    25           ISC (Internet Software Consortium) DHCP (Dynamic Host Configuration  
     25          ISC (Internet Software Consortium) DHCP (Dynamic Host Configuration 
    2626          Protocol) server daemon. 
    27            
     27 
    2828          http://www.isc.org/ 
    2929 
  • trunk/freewrt/package/digitemp/Config.in

    r527 r1253  
    22        prompt "digitemp.......................... Simple Tool to read 1-wire temperature sensors" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        select FWRT_PACKAGE_LIBUSB 
    66        help 
    7           DigiTemp is a simple to use program for reading values from 1-wire devices. 
    8           Its main use is for reading temperature sensors, but it also reads counters, 
    9           and understands the 1-wire hubs with devices on different branches of the network. 
    10           DigiTemp now supports the following 1-wire temperature sensors: DS18S20 (and DS1820), 
    11           DS18B20, DS1822, the DS2438 Smart Battery Monitor, DS2422 and DS2423 Counters, DS2409 
    12           MicroLAN Coupler (used in 1-wire hubs), and the AAG TAI-8540 humidity sensor. 
    13            
     7          DigiTemp is a simple to use program for reading values from 
     8          1-wire devices.  Its main use is for reading temperature 
     9          sensors, but it also reads counters, and understands the 
     10          1-wire hubs with devices on different branches of the 
     11          network.  DigiTemp now supports the following 1-wire 
     12          temperature sensors: DS18S20 (and DS1820), DS18B20, DS1822, 
     13          the DS2438 Smart Battery Monitor, DS2422 and DS2423 
     14          Counters, DS2409 MicroLAN Coupler (used in 1-wire hubs), and 
     15          the AAG TAI-8540 humidity sensor. 
     16 
    1417          http://www.digitemp.com/ 
    15  
  • trunk/freewrt/package/dosfstools/Config.in

    r360 r1253  
    22        prompt "dosfstools........................ Utilities to create and check MS-DOS FAT filesystems" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          Utilities to create and check MS-DOS FAT filesystems. 
    7            
     7 
    88          ftp://ftp.uni-erlangen.de:/pub/Linux/LOCAL/dosfstools/ 
    9  
  • trunk/freewrt/package/dsniff/Config.in

    r360 r1253  
    77        select FWRT_PACKAGE_LIBOPENSSL 
    88        select FWRT_PACKAGE_LIBGDBM 
    9         default m if CONFIG_DEVEL 
     9        default n 
    1010        help 
    1111          A collection of tools for network auditing and penetration testing 
    12            
     12 
    1313          http://www.monkey.org/~dugsong/dsniff/ 
    14  
  • trunk/freewrt/package/e2fsprogs/Config.in

    r360 r1253  
    22        prompt "e2fsprogs......................... Ext2/3 filesystem utilities" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    6           This package contains essential ext2 filesystem utilities which consists of  
    7           e2fsck, mke2fs, debugfs, dumpe2fs, tune2fs, and most of the other core ext2  
     6          This package contains essential ext2 filesystem utilities which consists of 
     7          e2fsck, mke2fs, debugfs, dumpe2fs, tune2fs, and most of the other core ext2 
    88          filesystem utilities. 
    9            
     9 
    1010          http://e2fsprogs.sourceforge.net/ 
    11  
  • trunk/freewrt/package/ebtables/Config.in

    r360 r1253  
    22        prompt "ebtables.......................... Ethernet bridge firewall administration utility" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          Ethernet Bridge Firewalling (ebtables) 
    7            
     7 
    88          http://ebtables.sourceforge.net/ 
    9  
  • trunk/freewrt/package/elhttp/Config.in

    r360 r1253  
    22        prompt "elhttp............................ The extra-light http proxy server." 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          The extra-light http proxy server. Features: keep-alive 
  • trunk/freewrt/package/elinks/Config.in

    r360 r1253  
    22        prompt "elinks............................ A text based web browser" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          An advanced text based web browser 
    77 
    88          http://elinks.or.cz/ 
    9  
  • trunk/freewrt/package/ether-wake/Config.in

    r360 r1253  
    22        prompt "ether-wake........................ A Wake-On-LAN (WOL) client" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          A Wake-On-LAN (WOL) client, 
    77          This program sends a magic packet to wake up sleeping networked machines. 
    8            
     8 
    99          http://www.scyld.com/wakeonlan.html 
    10  
  • trunk/freewrt/package/ethtool/Config.in

    r360 r1253  
    22        prompt "ethtool........................... Display or change ethernet card settings" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          ethtool is used for querying settings of an ethernet device and changing them 
    7            
     7 
    88          http://sourceforge.net/projects/gkernel/ 
    9  
  • trunk/freewrt/package/expat/Config.in

    r360 r1253  
    77        prompt "libexpat.......................... A fast, non-validating, stream-oriented XML parsing library" 
    88        tristate 
    9         default m if CONFIG_DEVEL 
     9        default n 
    1010        select FWRT_COMPILE_EXPAT 
    1111        help 
    1212          A fast, non-validating, stream-oriented XML parsing library 
    13            
     13 
    1414          http://expat.sourceforge.net/ 
    15  
  • trunk/freewrt/package/ez-ipupdate/Config.in

    r1242 r1253  
    22        prompt "ez-ipupdate....................... Client for most dynamic DNS services" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          A client for many Dynamic DNS services. 
    7            
     7 
    88          http://ez-ipupdate.com/ 
    9  
  • trunk/freewrt/package/fakeidentd/Config.in

    r360 r1253  
    22        prompt "fakeidentd........................ A static, secure identd." 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          A static secure identd, only one source file. 
    7          
     7 
    88          http://www.guru-group.fi/~too/sw/releases/ 
  • trunk/freewrt/package/fetchmail/Config.in

    r360 r1253  
    22        prompt "fetchmail......................... Remote mail retriever" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66                Retrieves remote mail via POP/IMAP 
  • trunk/freewrt/package/flac/Config.in

    r360 r1253  
    77        prompt "libflac........................... Free Lossless Audio Codec library" 
    88        tristate 
    9         default m if CONFIG_DEVEL 
     9        default n 
    1010        select FWRT_COMPILE_FLAC 
    1111        help 
    1212          Free Lossless Audio Codec library 
    13            
     13 
    1414          http://flac.sourceforge.net/ 
    15  
  • trunk/freewrt/package/fping/Config.in

    r360 r1253  
    22        prompt "fping............................. A program to ping multiple hosts in parallel" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          fping is a ping(1) like program which uses the Internet Control Message Protocol 
     
    99          containing the lists of hosts to ping. Instead of trying one host until it timeouts 
    1010          or replies, fping will send out a ping packet and move on to the next host in a 
    11           round-robin fashion. If a host replies, it is noted and removed from the list of  
     11          round-robin fashion. If a host replies, it is noted and removed from the list of 
    1212          hosts to check. If a host does not respond within a certain time limit and/or retry 
    1313          limit it will be considered unreachable. 
    14            
     14 
    1515          http://www.fping.com/ 
    16  
  • trunk/freewrt/package/fprobe-ulog/Config.in

    r360 r1253  
    22        prompt "fprobe-ulog....................... NetFlow probe (ulog-based)" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        select FWRT_PACKAGE_LIBPTHREAD 
    66        help 
    7           A NetFlow probe obtaining packets through linux netfilter code  
     7          A NetFlow probe obtaining packets through linux netfilter code 
    88          (iptables ULOG target). 
    9            
     9 
    1010          http://fprobe.sourceforge.net/ 
    11  
  • trunk/freewrt/package/fprobe/Config.in

    r360 r1253  
    22        prompt "fprobe............................ NetFlow probe (libpcap-based)" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        select FWRT_PACKAGE_LIBPCAP 
    66        select FWRT_PACKAGE_LIBPTHREAD 
    77        help 
    88          A NetFlow probe using libpcap 
    9            
     9 
    1010          http://fprobe.sourceforge.net/ 
    11  
  • trunk/freewrt/package/freeradius/Config.in

    r414 r1253  
    44        prompt "freeradius........................ Flexible RADIUS server" 
    55        tristate 
    6         default m if CONFIG_DEVEL 
     6        default n 
    77        select FWRT_PACKAGE_LIBLTDL 
    88        select FWRT_PACKAGE_LIBOPENSSL 
     
    1010        help 
    1111          A flexible RADIUS server 
    12            
     12 
    1313          http://www.freeradius.org/ 
    14            
     14 
    1515          Depends: 
    1616            - libltdl 
     
    2424        prompt   "  freeradius-democerts.......... Demo certificates to test the server" 
    2525        tristate 
    26         default m if CONFIG_DEVEL 
     26        default n 
    2727        depends FWRT_PACKAGE_FREERADIUS 
    2828 
     
    3030        prompt   "  freeradius-mod-chap........... CHAP module" 
    3131        tristate 
    32         default m if CONFIG_DEVEL 
     32        default n 
    3333        depends FWRT_PACKAGE_FREERADIUS 
    3434 
     
    3636        prompt   "  freeradius-mod-detail......... Detailed accounting module" 
    3737        tristate 
    38         default m if CONFIG_DEVEL 
     38        default n 
    3939        depends FWRT_PACKAGE_FREERADIUS 
    4040 
     
    4242        prompt   "  freeradius-mod-eap............ Base EAP module" 
    4343        tristate 
    44         default m if CONFIG_DEVEL 
     44        default n 
    4545        depends FWRT_PACKAGE_FREERADIUS 
    4646 
     
    4848        prompt     "  freeradius-mod-eap-gtc...... EAP/GTC module" 
    4949        tristate 
    50         default m if CONFIG_DEVEL 
     50        default n 
    5151        depends FWRT_PACKAGE_FREERADIUS_MOD_EAP 
    5252 
     
    5454        prompt     "  freeradius-mod-eap-md5...... EAP/MD5 module" 
    5555        tristate 
    56         default m if CONFIG_DEVEL 
     56        default n 
    5757        depends FWRT_PACKAGE_FREERADIUS_MOD_EAP 
    5858 
     
    6060        prompt     "  freeradius-mod-eap-mschapv2. EAP/MS-CHAPv2 module" 
    6161        tristate 
    62         default m if CONFIG_DEVEL 
     62        default n 
    6363        depends FWRT_PACKAGE_FREERADIUS_MOD_EAP 
    6464 
     
    6666        prompt     "  freeradius-mod-eap-peap..... EAP/PEAP module" 
    6767        tristate 
    68         default m if CONFIG_DEVEL 
     68        default n 
    6969        depends FWRT_PACKAGE_FREERADIUS_MOD_EAP 
    7070 
     
    7272        prompt     "  freeradius-mod-eap-tls...... EAP/TLS module" 
    7373        tristate 
    74         default m if CONFIG_DEVEL 
     74        default n 
    7575        depends FWRT_PACKAGE_FREERADIUS_MOD_EAP 
    7676 
     
    7878        prompt       "  freeradius-mod-eap-ttls... EAP/TTLS module" 
    7979        tristate 
    80         default m if CONFIG_DEVEL 
     80        default n 
    8181        depends FWRT_PACKAGE_FREERADIUS_MOD_EAP_TLS 
    8282 
     
    8484        prompt   "  freeradius-mod-files.......... Module using local files for authorization" 
    8585        tristate 
    86         default m if CONFIG_DEVEL 
     86        default n 
    8787        depends FWRT_PACKAGE_FREERADIUS 
    8888 
     
    9090        prompt   "  freeradius-mod-ldap........... LDAP module" 
    9191        tristate 
    92         default m if CONFIG_DEVEL 
     92        default n 
    9393        select FWRT_PACKAGE_LIBOPENLDAP 
    9494        depends FWRT_PACKAGE_FREERADIUS 
     
    9797        prompt   "  freeradius-mod-mschap......... MS-CHAP and MS-CHAPv2 module" 
    9898        tristate 
    99         default m if CONFIG_DEVEL 
     99        default n 
    100100        depends FWRT_PACKAGE_FREERADIUS 
    101101 
     
    103103        prompt   "  freeradius-mod-pap............ PAP module" 
    104104        tristate 
    105         default m if CONFIG_DEVEL 
     105        default n 
    106106        depends FWRT_PACKAGE_FREERADIUS 
    107107 
     
    109109        prompt   "  freeradius-mod-preprocess..... Request pre-processing module" 
    110110        tristate 
    111         default m if CONFIG_DEVEL 
     111        default n 
    112112        depends FWRT_PACKAGE_FREERADIUS 
    113113 
     
    115115        prompt   "  freeradius-mod-realm.......... Realms handling module" 
    116116        tristate 
    117         default m if CONFIG_DEVEL 
     117        default n 
    118118        depends FWRT_PACKAGE_FREERADIUS 
    119119 
     
    121121        prompt   "  freeradius-mod-sql............ Base SQL module" 
    122122        tristate 
    123         default m if CONFIG_DEVEL 
     123        default n 
    124124        depends FWRT_PACKAGE_FREERADIUS 
    125125 
     
    127127        prompt     "  freeradius-mod-sql-mysql.... MySQL module" 
    128128        tristate 
    129         default m if CONFIG_DEVEL 
     129        default n 
    130130        depends FWRT_PACKAGE_FREERADIUS_MOD_SQL 
    131131        select FWRT_PACKAGE_LIBMYSQLCLIENT 
     
    134134        prompt     "  freeradius-mod-sql-pgsql.... PostgreSQL module" 
    135135        tristate 
    136         default m if CONFIG_DEVEL 
     136        default n 
    137137        depends FWRT_PACKAGE_FREERADIUS_MOD_SQL 
    138138        select FWRT_PACKAGE_LIBPQ 
     
    141141        prompt     "  freeradius-mod-sqlcounter... Generic SQL Counter module" 
    142142        tristate 
    143         default m if CONFIG_DEVEL 
     143        default n 
    144144        depends FWRT_PACKAGE_FREERADIUS_MOD_SQL 
    145145 
     
    147147        prompt   "  freeradius-utils.............. Misc. client utilities" 
    148148        tristate 
    149         default m if CONFIG_DEVEL 
     149        default n 
    150150        depends FWRT_PACKAGE_FREERADIUS 
    151151 
  • trunk/freewrt/package/freetype/Config.in

    r360 r1253  
    66config FWRT_PACKAGE_LIBFREETYPE 
    77        tristate "libfreetype....................... A free, high-quality and portable font engine" 
    8 #       default m if CONFIG_DEVEL 
    98        default n 
    109        select FWRT_COMPILE_FREETYPE 
     
    1514          They specifically target embedded systems and focus on bringing small, 
    1615          efficient and ubiquitous products. 
    17            
     16 
    1817          The FreeType 2 library is their new software font engine.  It has been 
    1918          designed to provide the following important features: 
     
    2221           * High-quality anti-aliasing 
    2322           * High portability & performance 
    24            
     23 
    2524          http://www.freetype.org/ 
    26  
  • trunk/freewrt/package/frickin/Config.in

    r360 r1253  
    22        prompt "frickin........................... PPTP (Point-to-Point Tunneling Protocol) proxy" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    6           Frickin PPTP Proxy allows a Point-to-Point Tunneling Protocol (PPTP)  
    7           client to connect to a PPTP server through Network Address  
     6          Frickin PPTP Proxy allows a Point-to-Point Tunneling Protocol (PPTP) 
     7          client to connect to a PPTP server through Network Address 
    88          Translation (NAT). 
    9            
     9 
    1010          http://frickin.sourceforge.net/ 
    11  
  • trunk/freewrt/package/gdbserver/Config.in

    r360 r1253  
    22        prompt "gdbserver......................... Remote Server for the GNU Debugger" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          GDBSERVER is a program that allows you to run GDB on a different machine 
    77          than the one which is running the program being debugged. 
    8  
  • trunk/freewrt/package/glib/Config.in

    r360 r1253  
    66        prompt "glib1............................. The GLib library of C routines (v1.2)" 
    77        tristate 
    8         default m if CONFIG_DEVEL 
     8        default n 
    99        select FWRT_COMPILE_GLIB 
    1010        select FWRT_PACKAGE_LIBPTHREAD 
     
    1212          GLib is a library containing many useful C routines for things such 
    1313          as trees, hashes, and lists. 
    14            
     14 
    1515          http://www.gtk.org/ 
    16            
     16 
    1717          Depends: libpthread 
    18  
  • trunk/freewrt/package/gmediaserver/Config.in

    r360 r1253  
    22        prompt "gmediaserver...................... An UPnP music media server" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        select FWRT_PACKAGE_ID3LIB 
    66        select FWRT_PACKAGE_LIBUPNP 
    77        help 
    88          An UPnP music media server. 
    9            
     9 
    1010          http://www.nongnu.org/gmediaserver/ 
    11            
     11 
    1212          Depends: id3lib, libupnp 
    13  
  • trunk/freewrt/package/gmp/Config.in

    r360 r1253  
    77        prompt "libgmp............................ GNU multiprecision arithmetic library" 
    88        tristate 
    9         default m if CONFIG_DEVEL 
     9        default n 
    1010        select FWRT_COMPILE_GMP 
    1111        help 
    1212          GNU multiprecision arithmetic library 
    13            
     13 
    1414          http://www.swox.com/gmp/ 
    15  
  • trunk/freewrt/package/gnutls/Config.in

    r360 r1253  
    77        prompt "libgnutls......................... The GNU TLS library" 
    88        tristate 
    9         default m if CONFIG_DEVEL 
     9        default n 
    1010        select FWRT_COMPILE_GNUTLS 
    1111        select FWRT_PACKAGE_LIBGCRYPT 
    1212        help 
    13           GnuTLS is a project that aims to develop a library which provides a  
    14           secure layer, over a reliable transport layer. Currently the GnuTLS  
    15           library implements the proposed standards by the IETF's TLS working  
     13          GnuTLS is a project that aims to develop a library which provides a 
     14          secure layer, over a reliable transport layer. Currently the GnuTLS 
     15          library implements the proposed standards by the IETF's TLS working 
    1616          group. 
    17            
     17 
    1818          Quoting from RFC2246 - the TLS 1.0 protocol specification: 
    19            
     19 
    2020          "The TLS protocol provides communications privacy over the Internet. 
    21            The protocol allows client/server applications to communicate in a  
    22            way that is designed to prevent eavesdropping, tampering, or message  
     21           The protocol allows client/server applications to communicate in a 
     22           way that is designed to prevent eavesdropping, tampering, or message 
    2323           forgery." 
    24            
     24 
    2525          Features 
    26            
     26 
    2727            * Support for TLS 1.1 and SSL 3.0 protocols 
    2828            * Support for TLS extensions 
     
    3131            * and OpenPGP keys Support for X.509 and OpenPGP certificate handling. 
    3232            * Supports all the strong encryption algorithms 
    33            
     33 
    3434          http://www.gnu.org/software/gnutls/ 
    35            
     35 
    3636          This packages contains the GnuTLS shared libraries, needed by other programs. 
    3737 
     
    3939        prompt   "gnutls-utils.................... The GNU TLS utilities" 
    4040        tristate 
    41         default m if CONFIG_DEVEL 
     41        default n 
    4242        depends FWRT_PACKAGE_LIBGNUTLS 
    4343        help 
    44           GnuTLS is a project that aims to develop a library which provides a  
    45           secure layer, over a reliable transport layer. Currently the GnuTLS  
    46           library implements the proposed standards by the IETF's TLS working  
     44          GnuTLS is a project that aims to develop a library which provides a 
     45          secure layer, over a reliable transport layer. Currently the GnuTLS 
     46          library implements the proposed standards by the IETF's TLS working 
    4747          group. 
    48            
     48 
    4949          Quoting from RFC2246 - the TLS 1.0 protocol specification: 
    50            
     50 
    5151          "The TLS protocol provides communications privacy over the Internet. 
    52            The protocol allows client/server applications to communicate in a  
    53            way that is designed to prevent eavesdropping, tampering, or message  
     52           The protocol allows client/server applications to communicate in a 
     53           way that is designed to prevent eavesdropping, tampering, or message 
    5454           forgery." 
    55            
     55 
    5656          Features 
    57            
     57 
    5858            * Support for TLS 1.1 and SSL 3.0 protocols 
    5959            * Support for TLS extensions 
     
    6262            * and OpenPGP keys Support for X.509 and OpenPGP certificate handling. 
    6363            * Supports all the strong encryption algorithms 
    64            
     64 
    6565          http://www.gnu.org/software/gnutls/ 
    66            
     66 
    6767          This packages contains some GnuTLS utilities. 
    6868 
     
    7070        prompt   "libgnutls-openssl............... The GNU TLS OpenSSL compatibility layer library" 
    7171        tristate 
    72         default m if CONFIG_DEVEL 
     72        default n 
    7373        depends FWRT_PACKAGE_LIBGNUTLS 
    7474        help 
    75           GnuTLS is a project that aims to develop a library which provides a  
    76           secure layer, over a reliable transport layer. Currently the GnuTLS  
    77           library implements the proposed standards by the IETF's TLS working  
     75          GnuTLS is a project that aims to develop a library which provides a 
     76          secure layer, over a reliable transport layer. Currently the GnuTLS 
     77          library implements the proposed standards by the IETF's TLS working 
    7878          group. 
    79            
     79 
    8080          Quoting from RFC2246 - the TLS 1.0 protocol specification: 
    81            
     81 
    8282          "The TLS protocol provides communications privacy over the Internet. 
    83            The protocol allows client/server applications to communicate in a  
    84            way that is designed to prevent eavesdropping, tampering, or message  
     83           The protocol allows client/server applications to communicate in a 
     84           way that is designed to prevent eavesdropping, tampering, or message 
    8585           forgery." 
    86            
     86 
    8787          Features 
    88            
     88 
    8989            * Support for TLS 1.1 and SSL 3.0 protocols 
    9090            * Support for TLS extensions 
     
    9393            * and OpenPGP keys Support for X.509 and OpenPGP certificate handling. 
    9494            * Supports all the strong encryption algorithms 
    95            
     95 
    9696          http://www.gnu.org/software/gnutls/ 
    97            
     97 
    9898          This packages contains the GnuTLS OpenSSL compatibility layer shared library. 
    99  
  • trunk/freewrt/package/gpg/Config.in

    r360 r1253  
    22        prompt "gpg .............................. Gnu Privacy Guard" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          GPG is an encryption program 
    7            
     7 
    88          http://www.gnupg.org 
    9  
  • trunk/freewrt/package/gpsd/Config.in

    r360 r1253  
    22        prompt "gpsd.............................. An interface daemon for GPS receivers" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        select FWRT_PACKAGE_LIBPTHREAD 
    66        select FWRT_PACKAGE_UCLIBCXX 
    77        help 
    8           gpsd is a monitor daemon that watches a TCP/IP port (2947 by default),  
    9           waiting for applications to request information from GPSes or  
    10           differential-GPS radios attached to the host machine. Each GPS or  
    11           radio is expected to be direct-connected to the host via a USB or  
    12           RS232C serial port. The port may be specified to gpsd at startup, or  
    13           it may be set via a command shipped down a local control socket (e.g.  
    14           by a USB hotplug script). Given a GPS device by either means, gpsd  
     8          gpsd is a monitor daemon that watches a TCP/IP port (2947 by default), 
     9          waiting for applications to request information from GPSes or 
     10          differential-GPS radios attached to the host machine. Each GPS or 
     11          radio is expected to be direct-connected to the host via a USB or 
     12          RS232C serial port. The port may be specified to gpsd at startup, or 
     13          it may be set via a command shipped down a local control socket (e.g. 
     14          by a USB hotplug script). Given a GPS device by either means, gpsd 
    1515          discovers the correct port speed and protocol for it. 
    16            
     16 
    1717          http://gpsd.berlios.de/ 
    18  
  • trunk/freewrt/package/gsm/Config.in

    r360 r1253  
    33        default n 
    44        depends FWRT_PACKAGE_LIBGSM 
    5          
     5 
    66config FWRT_PACKAGE_LIBGSM 
    77        prompt "libgsm............................ A GSM 06.10 full-rate speech transcoding implementation (library)" 
    88        tristate 
    9         default m if CONFIG_DEVEL 
     9        default n 
    1010        select FWRT_COMPILE_GSM 
    1111        help 
    12           An implementation of the European GSM 06.10 provisional standard  
    13           for full-rate speech transcoding, prI-ETS 300 036, which uses  
    14           RPE/LTP (residual pulse excitation/long term prediction) coding  
     12          An implementation of the European GSM 06.10 provisional standard 
     13          for full-rate speech transcoding, prI-ETS 300 036, which uses 
     14          RPE/LTP (residual pulse excitation/long term prediction) coding 
    1515          at 13 kbit/s. 
    16            
     16 
    1717          ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/ 
    1818 
     
    2020        prompt   "gsm-utils....................... A GSM 06.10 full-rate speech transcoding implementation (utilities)" 
    2121        tristate 
    22         default m if CONFIG_DEVEL 
     22        default n 
    2323        depends FWRT_PACKAGE_LIBGSM 
    2424        help 
    25           An implementation of the European GSM 06.10 provisional standard  
    26           for full-rate speech transcoding, prI-ETS 300 036, which uses  
    27           RPE/LTP (residual pulse excitation/long term prediction) coding  
     25          An implementation of the European GSM 06.10 provisional standard 
     26          for full-rate speech transcoding, prI-ETS 300 036, which uses 
     27          RPE/LTP (residual pulse excitation/long term prediction) coding 
    2828          at 13 kbit/s. 
    29            
     29 
    3030          ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/ 
  • trunk/freewrt/package/hdparm/Config.in

    r360 r1253  
    22        prompt "hdparm............................ get/set ATA drive parameters" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    6          
     6 
    77          tune hard disk parameters for high performance 
    88          Get/set hard disk parameters for Linux IDE drives. 
  • trunk/freewrt/package/heyu/Config.in

    r360 r1253  
    22        prompt "heyu.............................. X10 home automation control using a CM11A" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          X10 home automation control using the CM11A serial device. 
  • trunk/freewrt/package/hostap-utils/Config.in

    r360 r1253  
    22        prompt "hostap-utils...................... Host AP driver utility programs" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          Host AP driver utility programs 
    7            
     7 
    88          http://hostap.epitest.fi/ 
    9  
  • trunk/freewrt/package/hostapd/Config.in

    r1096 r1253  
    99        tristate 
    1010        default y if FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U 
    11         default m if CONFIG_DEVEL 
    1211        default n 
    1312        select FWRT_COMPILE_HOSTAPD 
    1413        select FWRT_PACKAGE_LIBOPENSSL 
    1514        help 
    16            
    17           hostapd is a user space daemon for access point and  
    18           authentication servers. It implements IEEE 802.11 access point  
    19           management, IEEE 802.1X/WPA/WPA2/EAP Authenticators, RADIUS  
     15 
     16          hostapd is a user space daemon for access point and 
     17          authentication servers. It implements IEEE 802.11 access point 
     18          management, IEEE 802.1X/WPA/WPA2/EAP Authenticators, RADIUS 
    2019          client, EAP server, and RADIUS authentication server. 
    21            
     20 
    2221          http://hostap.epitest.fi/hostapd/ 
    23          
     22 
    2423          Includes: 
    2524           - hostapd 
     
    2827        prompt "hostapd-mini...................... An IEEE 802.11 AP, IEEE 802.1x/WPA/WPA2/EAP/RADIUS Authenticator (without EAP TLS/TTLS support)" 
    2928        tristate 
    30         default m if CONFIG_DEVEL 
    3129        default n 
    3230        select FWRT_COMPILE_HOSTAPD 
    3331        help 
    34            
    35           hostapd is a user space daemon for access point and  
    36           authentication servers. It implements IEEE 802.11 access point  
    37           management, IEEE 802.1X/WPA/WPA2/EAP Authenticators, RADIUS  
     32 
     33          hostapd is a user space daemon for access point and 
     34          authentication servers. It implements IEEE 802.11 access point 
     35          management, IEEE 802.1X/WPA/WPA2/EAP Authenticators, RADIUS 
    3836          client, EAP server, and RADIUS authentication server. 
    39            
     37 
    4038          http://hostap.epitest.fi/hostapd/ 
    41          
     39 
    4240          Includes: 
    4341           - hostapd (built with WPA support only) 
     
    4644        prompt "hostapd-utils..................... An IEEE 802.11 AP, IEEE 802.1x/WPA/WPA2/EAP/RADIUS Authenticator (CLI utility)" 
    4745        tristate 
    48         default m if CONFIG_DEVEL 
    4946        default n 
    5047        select FWRT_COMPILE_HOSTAPD 
    5148        help 
    52            
    53           hostapd is a user space daemon for access point and  
    54           authentication servers. It implements IEEE 802.11 access point  
    55           management, IEEE 802.1X/WPA/WPA2/EAP Authenticators, RADIUS  
     49 
     50          hostapd is a user space daemon for access point and 
     51          authentication servers. It implements IEEE 802.11 access point 
     52          management, IEEE 802.1X/WPA/WPA2/EAP Authenticators, RADIUS 
    5653          client, EAP server, and RADIUS authentication server. 
    57            
     54 
    5855          http://hostap.epitest.fi/hostapd/ 
    59          
     56 
    6057          Includes: 
    6158           - hostapd_cli 
  • trunk/freewrt/package/howl/Config.in

    r1080 r1253  
    1010        prompt "libhowl......................... The howl library" 
    1111        tristate 
    12         default m if CONFIG_DEVEL 
     12        default n 
    1313        select FWRT_COMPILE_HOWL 
    1414        depends on FWRT_SHOW_HOWL 
    1515        help 
    1616          A cross-platform implementation of Zeroconf networking. 
    17            
     17 
    1818          http://www.porchdogsoft.com/products/howl/ 
    19            
     19 
    2020          This package contains shared libraries, needed by other programs. 
    2121 
     
    2323        prompt "howl-utils...................... The howl client utilities" 
    2424        tristate 
    25         default m if CONFIG_DEVEL 
     25        default n 
    2626        select FWRT_PACKAGE_LIBHOWL 
    2727        depends on FWRT_SHOW_HOWL 
    2828        help 
    2929          A cross-platform implementation of Zeroconf networking. 
    30            
     30 
    3131          http://www.porchdogsoft.com/products/howl/ 
    3232 
     
    3434        prompt "autoipd......................... An IPv4 Link-Local address self-assigner daemon" 
    3535        tristate 
    36         default m if CONFIG_DEVEL 
     36        default n 
    3737        select FWRT_PACKAGE_LIBHOWL 
    3838        depends on FWRT_SHOW_HOWL 
    3939        help 
    4040          A cross-platform implementation of Zeroconf networking. 
    41            
     41 
    4242          http://www.porchdogsoft.com/products/howl/ 
    4343 
     
    4545        prompt "mdnsresponder................... An mDNS (Multicast DNS) service responder daemon" 
    4646        tristate 
    47         default m if CONFIG_DEVEL 
     47        default n 
    4848        select FWRT_PACKAGE_LIBHOWL 
    4949        depends on FWRT_SHOW_HOWL 
    5050        help 
    5151          A cross-platform implementation of Zeroconf networking. 
    52            
     52 
    5353          http://www.porchdogsoft.com/products/howl/ 
    5454 
     
    5656        prompt "nifd............................ A network interface monitor daemon" 
    5757        tristate 
    58         default m if CONFIG_DEVEL 
     58        default n 
    5959        select FWRT_PACKAGE_LIBHOWL 
    6060        depends on FWRT_SHOW_HOWL 
    6161        help 
    6262          A cross-platform implementation of Zeroconf networking. 
    63            
     63 
    6464          http://www.porchdogsoft.com/products/howl/ 
    65  
  • trunk/freewrt/package/htpdate/Config.in

    r360 r1253  
    22        prompt "htpdate........................... HTP (Hypertext Time Protocol) implementation" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          An HTP (Hypertext Time Protocol) implementation 
    7            
     7 
    88          http://www.clevervest.com/htp/ 
    9  
  • trunk/freewrt/package/httping/Config.in

    r1236 r1253  
    44        prompt "httping........................... Httping is like 'ping' but for http-requests." 
    55        tristate 
    6         default m if CONFIG_DEVEL 
     6        default n 
    77        help 
    88                Httping is like 'ping' but for http-requests. 
    9                 Give it an url, and it'll show you how long it takes to connect, send a  
    10                 request and retrieve the reply (only the headers). Be aware that the  
     9                Give it an url, and it'll show you how long it takes to connect, send a 
     10                request and retrieve the reply (only the headers). Be aware that the 
    1111                transmission across the network also takes time! 
    1212 
  • trunk/freewrt/package/icecast/Config.in

    r360 r1253  
    22        prompt "icecast........................... A streaming media server for Ogg/Vorbis and MP3 audio streams" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        select FWRT_PACKAGE_LIBCURL 
    66        select FWRT_PACKAGE_LIBVORBISIDEC 
     
    88        select FWRT_PACKAGE_LIBXSLT 
    99        help 
    10           Icecast is a streaming media server which currently supports Ogg  
    11           Vorbis and MP3 audio streams. It can be used to create an Internet  
    12           radio station or a privately running jukebox and many things in  
    13           between. It is very versatile in that new formats can be added  
    14           relatively easily and supports open standards for commuincation and  
     10          Icecast is a streaming media server which currently supports Ogg 
     11          Vorbis and MP3 audio streams. It can be used to create an Internet 
     12          radio station or a privately running jukebox and many things in 
     13          between. It is very versatile in that new formats can be added 
     14          relatively easily and supports open standards for commuincation and 
    1515          interaction. 
    16            
     16 
    1717          http://www.icecast.org/ 
    18            
     18 
    1919          Depends: 
    2020           * libcurl 
     
    2222           * libxml2 
    2323           * libxslt 
    24  
  • trunk/freewrt/package/id3lib/Config.in

    r360 r1253  
    22        prompt "id3lib............................ An ID3v1/ID3v2 tagging library" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        select FWRT_PACKAGE_UCLIBCXX 
    66        select FWRT_PACKAGE_ZLIB 
    77        help 
    88          An ID3v1/ID3v2 tagging library. 
    9            
     9 
    1010          http://www.id3lib.org/ 
    11            
     11 
    1212          Depends: uClibc++, zlib 
    13  
  • trunk/freewrt/package/iftop/Config.in

    r360 r1253  
    22        prompt "iftop............................. display bandwith usage on an interface" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        select FWRT_PACKAGE_LIBPCAP 
    66        select FWRT_PACKAGE_LIBNCURSES 
  • trunk/freewrt/package/igmpproxy/Config.in

    r360 r1253  
    22        prompt "igmpproxy......................... Multicast Routing Daemon" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          IGMPproxy is a simple dynamic Multicast Routing Daemon using  
  • trunk/freewrt/package/ipcad/Config.in

    r360 r1253  
    22        prompt "ipcad............................. listens for traffic on the specified interfaces" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        select FWRT_PACKAGE_LIBPCAP 
    66        help 
  • trunk/freewrt/package/ipsec-tools/Config.in

    r360 r1253  
    44        depends FWRT_LINUX_2_6 
    55        select FWRT_PACKAGE_LIBOPENSSL 
    6         default m if CONFIG_DEVEL 
     6        default n 
    77        help 
    88          IPsec management tools 
  • trunk/freewrt/package/ipset/Config.in

    r360 r1253  
    22        prompt "ipset............................. Netfilter ip sets administration utility" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          Netfilter ip sets administration utility 
  • trunk/freewrt/package/iptables-snmp/Config.in

    r360 r1253  
    22        prompt "iptables-snmp..................... An snmpd plugin to access iptables rules" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        select FWRT_PACKAGE_IPTABLES 
    66        select FWRT_PACKAGE_SNMPD 
  • trunk/freewrt/package/irssi/Config.in

    r360 r1253  
    22        prompt "irssi............................. console irc client" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        select FWRT_PACKAGE_GLIB1 
    66        select FWRT_PACKAGE_LIBNCURSES 
  • trunk/freewrt/package/jamvm/Config.in

    r360 r1253  
    22        prompt "jamvm............................. A compact Java Virtual Machine" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        select FWRT_PACKAGE_ZLIB 
    66        select FWRT_PACKAGE_LIBFFI_SABLE 
  • trunk/freewrt/package/joe/Config.in

    r360 r1253  
    22        prompt "joe............................... JOE's Own Editor" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        select FWRT_PACKAGE_LIBNCURSES 
    66        help 
  • trunk/freewrt/package/jpeg/Config.in

    r360 r1253  
    77        prompt "libjpeg........................... The Independent JPEG Group's JPEG runtime library" 
    88        tristate 
    9         default m if CONFIG_DEVEL 
     9        default n 
    1010        select FWRT_COMPILE_JPEG 
    1111        help 
  • trunk/freewrt/package/kismet/Config.in

    r360 r1253  
    99        prompt "kismet-client..................... The Kismet client" 
    1010        tristate 
    11         default m if CONFIG_DEVEL 
     11        default n 
    1212        select FWRT_COMPILE_KISMET 
    1313        select FWRT_PACKAGE_LIBNCURSES 
     
    2929        prompt "kismet-drone...................... The Kismet drone" 
    3030        tristate 
    31         default m if CONFIG_DEVEL 
     31        default n 
    3232        select FWRT_COMPILE_KISMET 
    3333        select FWRT_PACKAGE_LIBPCAP 
     
    4848        prompt "kismet-server..................... The Kismet server" 
    4949        tristate 
    50         default m if CONFIG_DEVEL 
     50        default n 
    5151        select FWRT_COMPILE_KISMET 
    5252        select FWRT_PACKAGE_LIBPCAP 
  • trunk/freewrt/package/knock/Config.in

    r360 r1253  
    77        prompt "knock............................. A port-knocking client" 
    88        tristate 
    9         default m if CONFIG_DEVEL  
     9        default n  
    1010        select FWRT_COMPILE_KNOCK 
    1111        help 
     
    2525        prompt "knockd............................ A port-knocking server" 
    2626        tristate 
    27         default m if CONFIG_DEVEL  
     27        default n  
    2828        select FWRT_COMPILE_KNOCK 
    2929        help 
  • trunk/freewrt/package/l2tpd/Config.in

    r360 r1253  
    22        prompt "l2tpd............................. An L2TP (Layer 2 Tunneling Protocol) daemon" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          A layer 2 tunneling protocol implementation. 
  • trunk/freewrt/package/l2tpns/Config.in

    r360 r1253  
    22        prompt "l2tpns............................ An L2TP enhanced server" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        select FWRT_PACKAGE_LIBCLI 
    66        help 
  • trunk/freewrt/package/lcd4linux/Config.in

    r360 r1253  
    22        prompt "lcd4linux......................... Program to access an external LCD" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        select FWRT_PACKAGE_LIBNCURSES 
    66        help 
  • trunk/freewrt/package/less/Config.in

    r360 r1253  
    22        prompt "less.............................. A text file viewer." 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        select FWRT_PACKAGE_LIBNCURSES 
    66        help 
  • trunk/freewrt/package/libao/Config.in

    r360 r1253  
    22        prompt "libao............................. A cross platform audio library" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          Libao is a cross-platform audio library that allows programs to  
  • trunk/freewrt/package/libart/Config.in

    r360 r1253  
    22        prompt "libart............................ An high-performance 2D graphics library" 
    33        tristate 
    4 #       default m if CONFIG_DEVEL 
    54        default n 
    65        help 
     
    109          compatible with C++. With a small footprint of 10,000 lines of code, it is 
    1110          especially suitable for embedded applications. 
    12            
     11 
    1312          http://www.levien.com/libart/ 
    14  
  • trunk/freewrt/package/libcli/Config.in

    r360 r1253  
    22        prompt "libcli............................ A Cisco-like command line interface" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66                Provides a shared library for including a Cisco-like  
  • trunk/freewrt/package/libdaemon/Config.in

    r360 r1253  
    22        prompt "libdaemon......................... A lightweight C library that eases the writing of UNIX daemons" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          libdaemon is a lightweight C library that eases the writing of UNIX daemons.  
  • trunk/freewrt/package/libdb/Config.in

    r360 r1253  
    77        prompt "libdb............................. Berkeley DB" 
    88        tristate 
    9         default m if CONFIG_DEVEL 
     9        default n 
    1010        select FWRT_COMPILE_DB 
    1111        help 
  • trunk/freewrt/package/libelf/Config.in

    r360 r1253  
    22        prompt "libelf............................ ELF object file access library" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          This is the public release of libelf-0.8.5, a free ELF object 
  • trunk/freewrt/package/libevent/Config.in

    r360 r1253  
    22        prompt "libevent.......................... Event notification library for event-driven network servers" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          The libevent API provides a mechanism to execute a callback function  
  • trunk/freewrt/package/libffi-sable/Config.in

    r360 r1253  
    22        prompt "libffi-sable...................... Foreign Function Interface library (for sablevm)" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          The libffi library provides a portable, high level programming 
  • trunk/freewrt/package/libgcrypt/Config.in

    r360 r1253  
    22        prompt "libgcrypt......................... The GNU crypto library" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        select FWRT_PACKAGE_LIBGPG_ERROR 
    66        help 
  • trunk/freewrt/package/libgd/Config.in

    r360 r1253  
    22        prompt "libgd............................. The GD Graphics Library" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        select FWRT_PACKAGE_LIBJPEG 
    66        select FWRT_PACKAGE_LIBPNG 
  • trunk/freewrt/package/libgdbm/Config.in

    r360 r1253  
    22        prompt "libgdbm........................... The GNU database manager" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          disk file format database which stores key/data-pairs in single files.   
  • trunk/freewrt/package/libgpg-error/Config.in

    r360 r1253  
    22        prompt "libgpg-error...................... An helper library for common error codes and descriptions" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          This is a library that defines common error values for all GnuPG 
  • trunk/freewrt/package/libiconv/Config.in

    r360 r1253  
    22        prompt "libiconv.......................... character set conversion library" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66 
  • trunk/freewrt/package/libid3tag/Config.in

    r360 r1253  
    22        prompt "libid3tag......................... An ID3 tag manipulation library" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        select FWRT_PACKAGE_ZLIB 
    66        help 
  • trunk/freewrt/package/liblzo/Config.in

    r360 r1253  
    22        prompt "liblzo............................ Real-time data compression library" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          A real-time data compression library 
  • trunk/freewrt/package/libmad/Config.in

    r360 r1253  
    22        prompt "libmad............................ An high-quality MPEG audio decoding library" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          MAD is a high-quality MPEG audio decoder. It currently supports  
  • trunk/freewrt/package/libnet/Config.in

    r360 r1253  
    22        prompt "libnet............................ Low-level packet creation library" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        select FWRT_PACKAGE_LIBPCAP 
    66        help 
  • trunk/freewrt/package/libnids/Config.in

    r360 r1253  
    44        select FWRT_PACKAGE_LIBPCAP 
    55        select FWRT_PACKAGE_LIBNET 
    6         default m if CONFIG_DEVEL 
     6        default n 
    77        help 
    88          An implementation of an E-component of Network Intrusion Detection System. 
  • trunk/freewrt/package/libosip2/Config.in

    r360 r1253  
    22        prompt "libosip2.......................... The GNU oSIP library" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        select FWRT_PACKAGE_LIBPTHREAD 
    66        help 
  • trunk/freewrt/package/libpng/Config.in

    r360 r1253  
    22        prompt "libpng............................ PNG (Portable Network Graphics) format files handling library" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        select FWRT_PACKAGE_ZLIB 
    66        help 
  • trunk/freewrt/package/libtasn1/Config.in

    r360 r1253  
    22        prompt "libtasn1.......................... An ASN.1 and DER structures manipulation library" 
    33        tristate 
    4 #       default m if CONFIG_DEVEL 
    54        default n 
    65        help 
    7           This is a library for Abstract Syntax Notation One (ASN.1) and  
     6          This is a library for Abstract Syntax Notation One (ASN.1) and 
    87          Distinguish Encoding Rules (DER) manipulation. 
    9            
     8 
    109          ftp://ftp.gnutls.org/pub/gnutls/libtasn1/ 
    11  
  • trunk/freewrt/package/libtool/Config.in

    r360 r1253  
    66        prompt "libltdl........................... A generic dynamic object loading library" 
    77        tristate 
    8         default m if CONFIG_DEVEL 
     8        default n 
    99        select FWRT_COMPILE_LIBTOOL 
    1010        help 
  • trunk/freewrt/package/libupnp/Config.in

    r360 r1253  
    22        prompt "libupnp........................... Universal Plug and Play (UPnP) SDK library" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          The Universal Plug and Play (UPnP) SDK for Linux provides support  
  • trunk/freewrt/package/libusb/Config.in

    r360 r1253  
    22        prompt "libusb............................ A library for accessing Linux USB devices" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          A library for accessing Linux USB devices 
  • trunk/freewrt/package/libvorbisidec/Config.in

    r360 r1253  
    22        prompt "libvorbisidec..................... A fixed-point implementation (Tremor) of libogg/libvorbis" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          libvorbisidec is "tremor", a fixed-point implementation of libvorbis. 
  • trunk/freewrt/package/libxml2/Config.in

    r360 r1253  
    22        prompt "libxml2........................... Gnome XML library" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        select FWRT_PACKAGE_LIBPTHREAD 
    66        select FWRT_PACKAGE_ZLIB 
  • trunk/freewrt/package/libxslt/Config.in

    r360 r1253  
    22        prompt "libxslt........................... Gnome XSLT library" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        select FWRT_PACKAGE_LIBXML2 
    66        help 
  • trunk/freewrt/package/lighttpd/Config.in

    r414 r1253  
    44        prompt "lighttpd.......................... Flexible and lightweight web server" 
    55        tristate  
    6         default m if CONFIG_DEVEL 
     6        default n 
    77        select FWRT_PACKAGE_LIBOPENSSL 
    88        select FWRT_PACKAGE_LIBPCRE 
     
    1717        prompt   "  lighttpd-mod-accesslog........ Access logging module" 
    1818        tristate  
    19         default m if CONFIG_DEVEL 
     19        default n 
    2020        depends FWRT_PACKAGE_LIGHTTPD 
    2121 
     
    2323        prompt   "  lighttpd-mod-alias............ Directory alias module" 
    2424        tristate  
    25         default m if CONFIG_DEVEL 
     25        default n 
    2626        depends FWRT_PACKAGE_LIGHTTPD 
    2727 
     
    2929        prompt   "  lighttpd-mod-auth............. Authentication module" 
    3030        tristate  
    31         default m if CONFIG_DEVEL 
     31        default n 
    3232        depends FWRT_PACKAGE_LIGHTTPD 
    3333 
     
    3535        prompt   "  lighttpd-mod-cgi.............. CGI module" 
    3636        tristate  
    37         default m if CONFIG_DEVEL 
     37        default n 
    3838        depends FWRT_PACKAGE_LIGHTTPD 
    3939 
     
    4141        prompt   "  lighttpd-mod-evasive.......... Evasive module" 
    4242        tristate  
    43         default m if CONFIG_DEVEL 
     43        default n 
    4444        depends FWRT_PACKAGE_LIGHTTPD 
    4545 
     
    4747        prompt   "  lighttpd-mod-expire........... Expire module" 
    4848        tristate  
    49         default m if CONFIG_DEVEL 
     49        default n 
    5050        depends FWRT_PACKAGE_LIGHTTPD 
    5151 
     
    5353        prompt   "  lighttpd-mod-fastcgi.......... FastCGI module" 
    5454        tristate  
    55         default m if CONFIG_DEVEL 
     55        default n 
    5656        depends FWRT_PACKAGE_LIGHTTPD 
    5757 
     
    5959        prompt   "  lighttpd-mod-proxy............ Proxy module" 
    6060        tristate  
    61         default m if CONFIG_DEVEL 
     61        default n 
    6262        depends FWRT_PACKAGE_LIGHTTPD 
    6363 
     
    6565        prompt   "  lighttpd-mod-redirect......... URL redirection module" 
    6666        tristate  
    67         default m if CONFIG_DEVEL 
     67        default n 
    6868        depends FWRT_PACKAGE_LIGHTTPD 
    6969 
     
    7171        prompt   "  lighttpd-mod-rewrite.......... URL rewriting module" 
    7272        tristate  
    73         default m if CONFIG_DEVEL 
     73        default n 
    7474        depends FWRT_PACKAGE_LIGHTTPD 
    7575 
     
    7777        prompt   "  lighttpd-mod-setenv........... Environment variable setting module" 
    7878        tristate  
    79         default m if CONFIG_DEVEL 
     79        default n 
    8080        depends FWRT_PACKAGE_LIGHTTPD 
    8181 
     
    8383        prompt   "  lighttpd-mod-simple-vhost..... Simple virtual hosting module" 
    8484        tristate  
    85         default m if CONFIG_DEVEL 
     85        default n 
    8686        depends FWRT_PACKAGE_LIGHTTPD 
    8787 
     
    8989        prompt   "  lighttpd-mod-ssi.............. SSI module" 
    9090        tristate  
    91         default m if CONFIG_DEVEL 
     91        default n 
    9292        depends FWRT_PACKAGE_LIGHTTPD 
    9393 
     
    9595        prompt   "  lighttpd-mod-status........... Server status display module" 
    9696        tristate  
    97         default m if CONFIG_DEVEL 
     97        default n 
    9898        depends FWRT_PACKAGE_LIGHTTPD 
    9999 
     
    101101        prompt   "  lighttpd-mod-usertrack........ User tracking module" 
    102102        tristate  
    103         default m if CONFIG_DEVEL 
     103        default n 
    104104        depends FWRT_PACKAGE_LIGHTTPD 
    105105 
  • trunk/freewrt/package/lrzsz/Config.in

    r360 r1253  
    22        prompt "lrsz.............................. X,Y and Z-modem protocols" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66                Transfer files in your login sessions. 
  • trunk/freewrt/package/lua/Config.in

    r414 r1253  
    3434        prompt "lua............................... LUA programming language interpreter" 
    3535        tristate 
    36         default m if CONFIG_DEVEL 
     36        default n 
    3737        select FWRT_PACKAGE_LIBLUA 
    3838        help 
     
    6060        prompt "luac.............................. LUA programming language compiler" 
    6161        tristate 
    62         default m if CONFIG_DEVEL 
     62        default n 
    6363        select FWRT_PACKAGE_LIBLUA 
    6464        help 
     
    8686        prompt "lua-examples...................... LUA programming language examples" 
    8787        tristate 
    88         default m if CONFIG_DEVEL 
     88        default n 
    8989        select FWRT_PACKAGE_LUA 
    9090        help 
  • trunk/freewrt/package/macchanger/Config.in

    r360 r1253  
    11config FWRT_PACKAGE_MACCHANGER 
    22        tristate "macchanger........................ utility for viewing/manipulating the MAC address" 
    3         default m if CONFIG_DEVEL 
     3        default n 
    44        help 
    55                This is a GNU/Linux utility for viewing/manipulating the MAC address 
  • trunk/freewrt/package/madplay/Config.in

    r360 r1253  
    11config FWRT_PACKAGE_MADPLAY 
    22       tristate "madplay........................... MPEG audio player in fixed point" 
    3        default m if CONFIG_DEVELOPER 
     3       default nOPER 
    44       select FWRT_PACKAGE_LIBID3TAG  
    55       select FWRT_PACKAGE_LIBMAD 
  • trunk/freewrt/package/maradns/Config.in

    r360 r1253  
    22        prompt "maradns........................... Small and secure DNS Server" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          A small and secure DNS server 
  • trunk/freewrt/package/matrixssl/Config.in

    r360 r1253  
    66        prompt "libmatrixssl...................... Embedded SSL implementation" 
    77        tristate 
    8         default m if CONFIG_DEVEL 
     8        default n 
    99        select FWRT_COMPILE_MATRIXSSL 
    1010        select FWRT_PACKAGE_LIBPTHREAD 
  • trunk/freewrt/package/matrixtunnel/Config.in

    r360 r1253  
    22        prompt "matrixtunnel...................... stunnel based on matrixssl" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        select FWRT_PACKAGE_LIBMATRIXSSL 
    66        help 
  • trunk/freewrt/package/mgetty/Config.in

    r360 r1253  
    22        prompt "mgetty+sendfax.................... the data/fax solution for your analog modem" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66         mgetty now includes sendfax (and AutoPPP) 
  • trunk/freewrt/package/miau/Config.in

    r360 r1253  
    22        prompt "miau.............................. Another IRC-bouncer/proxy" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          In short, miau is an IRC-bouncer/proxy.  
  • trunk/freewrt/package/miax/Config.in

    r360 r1253  
    22        prompt "miax.............................. A console iax (asterisk) client" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        select FWRT_PACKAGE_BLUEZ_LIBS 
    66        select FWRT_PACKAGE_LIBPTHREAD 
  • trunk/freewrt/package/microcom/Config.in

    r360 r1253  
    22        prompt "microcom.......................... Serial terminal" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          microcom is a minicom-like serial terminal emulator with scripting  
  • trunk/freewrt/package/microperl/Config.in

    r360 r1253  
    22        prompt "microperl......................... A really minimal perl" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          Perl without operating-specific functions such as readdir. 
  • trunk/freewrt/package/mini_httpd/Config.in

    r414 r1253  
    99        prompt "mini-httpd........................ A small web server" 
    1010        tristate 
    11         default m if CONFIG_DEVEL 
     11        default n 
    1212        select FWRT_COMPILE_MINI_HTTPD 
    1313        help 
     
    3535        prompt "mini-httpd-htpasswd............... Utility to generate HTTP access files" 
    3636        tristate 
    37         default m if CONFIG_DEVEL 
     37        default n 
    3838        select FWRT_PACKAGE_MINI_HTTPD 
    3939        help 
     
    4343        prompt "mini-httpd-matrixssl.............. A small web server, built with SSL support using MatrixSSL" 
    4444        tristate 
    45         default m if CONFIG_DEVEL 
     45        default n 
    4646        select FWRT_COMPILE_MINI_HTTPD 
    4747        select FWRT_PACKAGE_LIBMATRIXSSL 
     
    7070        prompt "mini-httpd-openssl................ A small web server, built with SSL support using OpenSSL" 
    7171        tristate 
    72         default m if CONFIG_DEVEL 
     72        default n 
    7373        select FWRT_COMPILE_MINI_HTTPD 
    7474        select FWRT_PACKAGE_LIBOPENSSL 
  • trunk/freewrt/package/mini_sendmail/Config.in

    r360 r1253  
    22        prompt "mini-sendmail..................... A small sendmail-compatible mail forwarder" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          mini_sendmail reads its standard input up to an end-of-file and sends a  
  • trunk/freewrt/package/miredo/Config.in

    r360 r1253  
    77        prompt "miredo............................ Teredo (IPv6 tunneling over UDP through NAT) client and relay daemon" 
    88        tristate 
    9         default m if CONFIG_DEVEL 
     9        default n 
    1010        select FWRT_COMPILE_MIREDO 
    1111        select FWRT_PACKAGE_KMOD_IPV6 
     
    2727        prompt "miredo-server..................... Teredo (IPv6 tunneling over UDP through NAT) server daemon" 
    2828        tristate 
    29         default m if CONFIG_DEVEL 
     29        default n 
    3030        select FWRT_COMPILE_MIREDO 
    3131        select FWRT_PACKAGE_KMOD_IPV6 
  • trunk/freewrt/package/mksh/Config.in

    r443 r1253  
    22        prompt "mksh.............................. The MirBSD enhanced Korn Shell" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          mksh is the MirBSD enhanced version of the Public Domain Korn 
  • trunk/freewrt/package/monit/Config.in

    r360 r1253  
    1212        select FWRT_PACKAGE_LIBPTHREAD 
    1313        select FWRT_PACKAGE_LIBOPENSSL 
    14         default m if CONFIG_DEVEL 
     14        default n 
    1515        help 
    1616          An utility for monitoring services on a Unix system 
     
    2525        select FWRT_COMPILE_MONIT 
    2626        select FWRT_PACKAGE_LIBPTHREAD 
    27         default m if CONFIG_DEVEL 
     27        default n 
    2828        help 
    2929          An utility for monitoring services on a Unix system. 
  • trunk/freewrt/package/mpd/Config.in

    r414 r1253  
    44        prompt "mpd............................... Music Player Daemon" 
    55        tristate 
    6         default n if CONFIG_DEVEL 
     6        default n 
    77        help 
    88          MPD is a music player supporting flac, mp3 and ogg files. 
    99          It is typically controlled over a network using one of it's many 
    1010          clients including mpc(console), gmpc(gnome), phpmp(php) etc. 
    11            
     11 
    1212          http://www.musicpd.org/ 
    1313 
  • trunk/freewrt/package/mt-daapd/Config.in

    r360 r1253  
    22        prompt "mt-daapd.......................... A multi-threaded DAAP (Digital Audio Access Protocol) daemon" 
    33        tristate  
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        select FWRT_PACKAGE_LIBGDBM 
    66        select FWRT_PACKAGE_LIBHOWL 
  • trunk/freewrt/package/mtr/Config.in

    r360 r1253  
    22        prompt "mtr............................... Full screen ncurses traceroute tool" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        select FWRT_PACKAGE_LIBNCURSES 
    66        help 
  • trunk/freewrt/package/mutt/Config.in

    r360 r1253  
    22        prompt "mutt.............................. console mail client" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        select FWRT_PACKAGE_LIBNCURSES 
    66        select FWRT_PACKAGE_LIBOPENSSL 
  • trunk/freewrt/package/nano/Config.in

    r360 r1253  
    22        prompt "nano.............................. An enhanced clone of the Pico text editor" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        select FWRT_PACKAGE_LIBNCURSES 
    66        help 
  • trunk/freewrt/package/netperf/Config.in

    r360 r1253  
    22        prompt "netperf........................... network performance measurement tool" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          Program and service to do network performance measurement. 
  • trunk/freewrt/package/netstat-nat/Config.in

    r360 r1253  
    22        prompt "netstat-nat....................... A netstat variant for NAT connections" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          Netstat-nat is a small program written in C. 
  • trunk/freewrt/package/nocatsplash/Config.in

    r360 r1253  
    22        prompt "nocatsplash....................... Open public network gateway daemon" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          NoCatSplash is an Open Public Network Gateway Daemon. 
  • trunk/freewrt/package/ntpclient/Config.in

    r360 r1253  
    22        prompt "ntpclient......................... NTP (Network Time Protocol) client" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          NTP client for setting system time from NTP servers. 
  • trunk/freewrt/package/olsrd/Config.in

    r414 r1253  
    44        prompt "olsrd............................. OLSR (Optimized Link State Routing) daemon" 
    55        tristate 
    6         default m if CONFIG_DEVEL 
     6        default n 
    77        help 
    88          The Optimized Link State Routing daemon 
     
    1313        prompt   "  olsrd-mod-dot-draw............ Dot topology information plugin" 
    1414        tristate 
    15         default m if CONFIG_DEVEL 
     15        default n 
    1616        depends FWRT_PACKAGE_OLSRD 
    1717 
     
    1919        prompt   "  olsrd-mod-dyn-gw.............. Dynamic internet gateway plugin" 
    2020        tristate 
    21         default m if CONFIG_DEVEL 
     21        default n 
    2222        depends FWRT_PACKAGE_OLSRD 
    2323 
     
    2525        prompt   "  olsrd-mod-httpinfo............ Small informative web server plugin" 
    2626        tristate 
    27         default m if CONFIG_DEVEL 
     27        default n 
    2828        depends FWRT_PACKAGE_OLSRD 
    2929 
     
    3131        prompt   "  olsrd-mod-nameservice......... Lightweight hostname resolver plugin" 
    3232        tristate 
    33         default m if CONFIG_DEVEL 
     33        default n 
    3434        depends FWRT_PACKAGE_OLSRD 
    3535 
     
    3737        prompt   "  olsrd-mod-power............... Power status plugin" 
    3838        tristate 
    39         default m if CONFIG_DEVEL 
     39        default n 
    4040        depends FWRT_PACKAGE_OLSRD 
    4141 
     
    4343        prompt   "  olsrd-mod-secure.............. Message signing plugin to secure olsrd routing domain" 
    4444        tristate 
    45         default m if CONFIG_DEVEL 
     45        default n 
    4646        depends FWRT_PACKAGE_OLSRD 
    4747 
     
    4949        prompt   "  olsrd-mod-tas................. Tiny Application Server (TAS) plugin for olsrd" 
    5050        tristate 
    51         default m if CONFIG_DEVEL 
     51        default n 
    5252        depends FWRT_PACKAGE_OLSRD 
    5353 
  • trunk/freewrt/package/opencdk/Config.in

    r360 r1253  
    77        prompt "libopencdk........................ The Open Crypto Development Kit library" 
    88        tristate 
    9 #       default m if CONFIG_DEVEL 
    109        default n 
    1110        select FWRT_PACKAGE_OPENCDK 
     
    1716          parts of draft-ietf-openpgp-rfc2440bis-08.txt. If you want to exchange 
    1817          messages with earlier PGP version < 7, you should use the compat mode. 
    19            
     18 
    2019          ftp://ftp.gnutls.org/pub/gnutls/opencdk/ 
    21  
  • trunk/freewrt/package/openldap/Config.in

    r360 r1253  
    77        prompt "libopenldap....................... Open source LDAP (Lightweight Directory Access Protocol) client libraries" 
    88        tristate 
    9         default m if CONFIG_DEVEL 
     9        default n 
    1010        select FWRT_COMPILE_OPENLDAP 
    1111        help 
     
    2121        prompt   "openldap-utils.................. OpenLDAP client utilities" 
    2222        tristate 
    23         default m if CONFIG_DEVEL 
     23        default n 
    2424        depends FWRT_PACKAGE_LIBOPENLDAP 
    2525        help 
  • trunk/freewrt/package/openntpd/Config.in

    r1242 r1253  
    22        prompt "openntpd.......................... A free and easy to use NTP (Network Time Protocol) implementation" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          NTP server 
  • trunk/freewrt/package/openser/Config.in

    r414 r1253  
    44        prompt "openser........................... Configurable, free SIP server" 
    55        tristate 
    6         default m if CONFIG_DEVEL 
     6        default n 
    77        help 
    88         Open SIP Express Router (OpenSER) is a high-performance, 
     
    1212        prompt   "  openser-mod-auth.............. Authentication support" 
    1313        tristate 
    14         default m if CONFIG_DEVEL 
     14        default n 
    1515        depends FWRT_PACKAGE_OPENSER 
    1616        help 
     
    2020        prompt     "  openser-mod-auth-db......... Authentication with database support" 
    2121        tristate 
    22         default m if CONFIG_DEVEL 
     22        default n 
    2323        depends FWRT_PACKAGE_OPENSER_MOD_AUTH 
    2424        help 
     
    2828        prompt     "  openser-mod-auth-radius..... Authentication with RADIUS support" 
    2929        tristate 
    30         default m if CONFIG_DEVEL 
     30        default n 
    3131        depends FWRT_PACKAGE_OPENSER_MOD_AUTH 
    3232        select FWRT_PACKAGE_LIBRADIUSCLIENT_NG 
     
    3737        prompt   "  openser-mod-avp-radius........ AVP with RADIUS support" 
    3838        tristate 
    39         default m if CONFIG_DEVEL 
     39        default n 
    4040        depends FWRT_PACKAGE_OPENSER 
    4141        select FWRT_PACKAGE_LIBRADIUSCLIENT_NG 
     
    4646        prompt   "  openser-mod-avpops............ AVP options support" 
    4747        tristate 
    48         default m if CONFIG_DEVEL 
     48        default n 
    4949        depends FWRT_PACKAGE_OPENSER 
    5050        help 
     
    5454        prompt   "  openser-mod-dispatcher........ dispatcher support" 
    5555        tristate 
    56         default m if CONFIG_DEVEL 
     56        default n 
    5757        depends FWRT_PACKAGE_OPENSER 
    5858        help 
     
    6262        prompt   "  openser-mod-diversion......... diversion support" 
    6363        tristate 
    64         default m if CONFIG_DEVEL 
     64        default n 
    6565        depends FWRT_PACKAGE_OPENSER 
    6666        help 
     
    7070        prompt   "  openser-mod-flatstore......... flatstore support" 
    7171        tristate 
    72         default m if CONFIG_DEVEL 
     72        default n 
    7373        depends FWRT_PACKAGE_OPENSER 
    7474        help 
     
    7878        prompt   "  openser-mod-gflags............ gflags support" 
    7979        tristate 
    80         default m if CONFIG_DEVEL 
     80        default n 
    8181        depends FWRT_PACKAGE_OPENSER 
    8282        help 
     
    8686        prompt   "  openser-mod-group............. group support" 
    8787        tristate 
    88         default m if CONFIG_DEVEL 
     88        default n 
    8989        depends FWRT_PACKAGE_OPENSER 
    9090        help 
     
    9494        prompt   "  openser-mod-group-radius...... group with RADIUS support" 
    9595        tristate 
    96         default m if CONFIG_DEVEL 
     96        default n 
    9797        depends FWRT_PACKAGE_OPENSER 
    9898        help 
     
    102102        prompt   "  openser-mod-lcr............... Least Cost Routing support" 
    103103        tristate 
    104         default m if CONFIG_DEVEL 
     104        default n 
    105105        depends FWRT_PACKAGE_OPENSER 
    106106        select FWRT_PACKAGE_OPENSER_MOD_MYSQL 
     
    111111        prompt   "  openser-mod-mediaproxy........ Mediaproxy support" 
    112112        tristate 
    113         default m if CONFIG_DEVEL 
     113        default n 
    114114        depends FWRT_PACKAGE_OPENSER 
    115115        help 
     
    119119        prompt   "  openser-mod-msilo............. MSilo support" 
    120120        tristate 
    121         default m if CONFIG_DEVEL 
     121        default n 
    122122        depends FWRT_PACKAGE_OPENSER 
    123123        help 
     
    127127        prompt   "  openser-mod-mysql............. MySQL support" 
    128128        tristate 
    129         default m if CONFIG_DEVEL 
     129        default n 
    130130        depends FWRT_PACKAGE_OPENSER 
    131131        select FWRT_PACKAGE_LIBMYSQLCLIENT 
     
    136136        prompt   "  openser-mod-nathelper......... NAT helper support" 
    137137        tristate 
    138         default m if CONFIG_DEVEL 
     138        default n 
    139139        depends FWRT_PACKAGE_OPENSER 
    140140        help 
     
    144144        prompt   "  openser-mod-options........... options support" 
    145145        tristate 
    146         default m if CONFIG_DEVEL 
     146        default n 
    147147        depends FWRT_PACKAGE_OPENSER 
    148148        help 
     
    152152        prompt   "  openser-mod-pdt............... PDT support" 
    153153        tristate 
    154         default m if CONFIG_DEVEL 
     154        default n 
    155155        depends FWRT_PACKAGE_OPENSER 
    156156        help 
     
    160160        prompt   "  openser-mod-permissions....... Permissions support" 
    161161        tristate 
    162         default m if CONFIG_DEVEL 
     162        default n 
    163163        depends FWRT_PACKAGE_OPENSER 
    164164        help 
     
    168168        prompt   "  openser-mod-pike.............. PIKE support" 
    169169        tristate 
    170         default m if CONFIG_DEVEL 
     170        default n 
    171171        depends FWRT_PACKAGE_OPENSER 
    172172        help 
     
    176176        prompt   "  openser-mod-sms............... SMS support" 
    177177        tristate 
    178         default m if CONFIG_DEVEL 
     178        default n 
    179179        depends FWRT_PACKAGE_OPENSER 
    180180        help 
     
    184184        prompt   "  openser-mod-speeddial......... Speed Dial support" 
    185185        tristate 
    186         default m if CONFIG_DEVEL 
     186        default n 
    187187        depends FWRT_PACKAGE_OPENSER 
    188188        help 
     
    192192        prompt   "  openser-mod-uac............... UAC support" 
    193193        tristate 
    194         default m if CONFIG_DEVEL 
     194        default n 
    195195        depends FWRT_PACKAGE_OPENSER 
    196196        help 
     
    200200        prompt   "  openser-mod-uac............... UAC redirect support" 
    201201        tristate 
    202         default m if CONFIG_DEVEL 
     202        default n 
    203203        depends FWRT_PACKAGE_OPENSER 
    204204        help 
     
    208208        prompt   "  openser-mod-uri............... URI support" 
    209209        tristate 
    210         default m if CONFIG_DEVEL 
     210        default n 
    211211        depends FWRT_PACKAGE_OPENSER 
    212212        help 
     
    216216        prompt   "  openser-mod-uri-db............ URI database support" 
    217217        tristate 
    218         default m if CONFIG_DEVEL 
     218        default n 
    219219        depends FWRT_PACKAGE_OPENSER 
    220220        help 
     
    224224        prompt   "  openser-mod-uri-radius........ URI with RADIUS support" 
    225225        tristate 
    226         default m if CONFIG_DEVEL 
     226        default n 
    227227        depends FWRT_PACKAGE_OPENSER 
    228228        help 
     
    232232        prompt   "  openser-mod-xlog.............. Logging support" 
    233233        tristate 
    234         default m if CONFIG_DEVEL 
     234        default n 
    235235        depends FWRT_PACKAGE_OPENSER 
    236236        help 
  • trunk/freewrt/package/openssh/Config.in

    r1079 r1253  
    1010        prompt "openssh-client.................. OpenSSH client" 
    1111        tristate 
    12         default m if CONFIG_DEVEL 
     12        default n 
    1313        select FWRT_COMPILE_OPENSSH 
    1414        select FWRT_PACKAGE_LIBOPENSSL 
     
    3333        prompt   "openssh-client-utils.......... OpenSSH client utilities" 
    3434        tristate 
    35         default m if CONFIG_DEVEL 
     35        default n 
    3636        depends FWRT_PACKAGE_OPENSSH_CLIENT 
    3737        help 
     
    5353        prompt "openssh-server.................. OpenSSH server" 
    5454        tristate 
    55         default m if CONFIG_DEVEL 
     55        default n 
    5656        select FWRT_COMPILE_OPENSSH 
    5757        select FWRT_PACKAGE_LIBOPENSSL 
     
    7676        prompt "openssh-sftp-client............. OpenSSH SFTP client" 
    7777        tristate 
    78         default m if CONFIG_DEVEL 
     78        default n 
    7979        select FWRT_COMPILE_OPENSSH 
    8080        select FWRT_PACKAGE_LIBOPENSSL 
     
    100100        prompt "openssh-sftp-server............. OpenSSH SFTP server" 
    101101        tristate 
    102         default m if CONFIG_DEVEL 
     102        default n 
    103103        select FWRT_COMPILE_OPENSSH 
    104104        select FWRT_PACKAGE_LIBOPENSSL 
  • trunk/freewrt/package/openssl/Config.in

    r360 r1253  
    77        prompt "libopenssl........................ Open source SSL (Secure Socket Layer) libraries" 
    88        tristate 
    9         default m if CONFIG_DEVEL 
     9        default n 
    1010        select FWRT_COMPILE_OPENSSL 
    1111        help 
     
    2222        prompt   "openssl-util.................... OpenSSL command line tool" 
    2323        tristate 
    24         default m if CONFIG_DEVEL 
     24        default n 
    2525        depends FWRT_PACKAGE_LIBOPENSSL 
    2626        help 
  • trunk/freewrt/package/openvpn/Config.in

    r1242 r1253  
    33        prompt "openvpn........................... Open source VPN solution using SSL" 
    44        tristate 
    5         default m if CONFIG_DEVEL 
     5        default n 
    66        select FWRT_PACKAGE_KMOD_TUN 
    77        help 
  • trunk/freewrt/package/osiris/Config.in

    r360 r1253  
    77        prompt "osirisd........................... Host integrity monitoring system (scanning agent)" 
    88        tristate 
    9         default m if CONFIG_DEVEL 
     9        default n 
    1010        select FWRT_COMPILE_OSIRIS 
    1111        select FWRT_PACKAGE_LIBOPENSSL 
  • trunk/freewrt/package/owfs/Config.in

    r495 r1253  
    22        prompt "owfs.............................. 1-wire filesystem to map sensors to a directory" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        select FWRT_PACKAGE_FUSE_UTILS 
    66        help 
  • trunk/freewrt/package/p910nd/Config.in

    r360 r1253  
    22        prompt "p910nd............................ A small non-spooling printer server" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          p910nd  is a small daemon that copies any data received on 
  • trunk/freewrt/package/palantir/Config.in

    r360 r1253  
    22        prompt "palantir.......................... A multichannel interactive streaming solution" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        select FWRT_PACKAGE_LIBJPEG 
    66        help 
  • trunk/freewrt/package/parprouted/Config.in

    r360 r1253  
    22        prompt "parprouted........................ Proxy ARP daemon" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          parprouted is a daemon for transparent IP (Layer 3) proxy ARP bridging. 
  • trunk/freewrt/package/pciutils/Config.in

    r360 r1253  
    22        prompt "pciutils.......................... Linux PCI Utilities" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        help 
    66          This package contains various utilities for inspecting and setting of 
  • trunk/freewrt/package/pcre/Config.in

    r360 r1253  
    77        prompt "libpcre........................... A Perl Compatible Regular Expression library" 
    88        tristate 
    9         default m if CONFIG_DEVEL 
     9        default n 
    1010        select FWRT_COMPILE_PCRE 
    1111        help 
  • trunk/freewrt/package/peercast/Config.in

    r360 r1253  
    22        prompt "peercast.......................... P2P audio and video streaming server" 
    33        tristate 
    4         default m if CONFIG_DEVEL 
     4        default n 
    55        select FWRT_PACKAGE_LIBPTHREAD 
    66        select FWRT_PACKAGE_UCLIBCXX 
  • trunk/freewrt/package/php4/Config.in

    r414 r1253  
    1111        prompt "php4-cli.......................... PHP4 CLI (Command Line Interface)" 
    1212        tristate  
    13         default m if CONFIG_DEVEL 
     13        default n 
    1414        select FWRT_COMPILE_PHP4 
    1515        select FWRT_PACKAGE_LIBOPENSSL 
     
    2424        prompt "php4-cgi.......................... PHP4 built for CGI" 
    2525        tristate  
    26         default m if CONFIG_DEVEL 
     26        default n 
    2727        select FWRT_COMPILE_PHP4 
    2828        select FWRT_PACKAGE_LIBOPENSSL 
     
    3737        prompt "php4-fastcgi...................... PHP4 built for FastCGI" 
    3838        tristate  
    39         default m if CONFIG_DEVEL 
     39        default n 
    4040        select FWRT_COMPILE_PHP4 
    4141        select FWRT_PACKAGE_LIBOPENSSL 
     
    5252        prompt "php4-mod-curl..................... cURL module" 
    5353        tristate  
    54         default m if CONFIG_DEVEL 
     54        default n 
    5555        depends FWRT_COMPILE_PHP4 
    5656        select FWRT_PACKAGE_LIBCURL 
     
    5959        prompt "php4-mod-ftp...................... FTP module" 
    6060        tristate  
    61         default m if CONFIG_DEVEL 
     61        default n 
    6262        depends FWRT_COMPILE_PHP4 
    6363 
     
    6565        prompt "php4-mod-gd....................... GD graphics library module" 
    6666        tristate  
    67         default m if CONFIG_DEVEL 
     67        default n 
    6868        depends FWRT_COMPILE_PHP4 
    6969        select FWRT_PACKAGE_LIBGD 
     
    7373        prompt "php4-mod-gmp...................... GMP module" 
    7474        tristate  
    75         default m if CONFIG_DEVEL 
     75        default n 
    7676        depends FWRT_COMPILE_PHP4 
    7777        select FWRT_PACKAGE_LIBGMP 
     
    8080        prompt "php4-mod-ldap..................... LDAP module" 
    8181        tristate  
    82         default m if CONFIG_DEVEL 
     82        default n 
    8383        depends FWRT_COMPILE_PHP4 
    8484        select FWRT_PACKAGE_LIBOPENLDAP 
     
    8787        prompt "php4-mod-mysql.................... MySQL module" 
    8888        tristate  
    89         default m if CONFIG_DEVEL 
     89        default n 
    9090        depends FWRT_COMPILE_PHP4 
    9191        select FWRT_PACKAGE_LIBMYSQLCLIENT 
     
    9494        prompt "php4-mod-openssl.................. OpenSSL module" 
    9595        tristate  
    96         default m if CONFIG_DEVEL 
     96        default n 
    9797        depends FWRT_COMPILE_PHP4 
    9898        select FWRT_PACKAGE_LIBOPENSSL 
     
    101101        prompt "php4-mod-pcre..................... PCRE module" 
    102102        tristate  
    103         default m if CONFIG_DEVEL 
     103        default n 
    104104        depends FWRT_COMPILE_PHP4 
    105105        select FWRT_PACKAGE_LIBPCRE 
     
    108108        prompt "php4-mod-pgsql.................... PostgreSQL module" 
    109109        tristate  
    110         default m if CONFIG_DEVEL 
     110        default n 
    111111        depends FWRT_COMPILE_PHP4 
    112112        select FWRT_PACKAGE_LIBPQ 
     
    115115        prompt "php4-mod-session.................. Sessions module" 
    116116        tristate  
    117         default m if CONFIG_DEVEL 
     117        default n 
    118118