Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/networking/Config.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 983 by niro, Fri Apr 24 18:33:46 2009 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 12  config FEATURE_IPV6 Line 12  config FEATURE_IPV6
12    Enable IPv6 support in busybox.    Enable IPv6 support in busybox.
13    This adds IPv6 support in the networking applets.    This adds IPv6 support in the networking applets.
14    
15    config FEATURE_UNIX_LOCAL
16     bool "Enable Unix domain socket support (usually not needed)"
17     default n
18     help
19      Enable Unix domain socket support in all busybox networking
20      applets.  Address of the form local:/path/to/unix/socket
21      will be recognized.
22    
23      This extension is almost never used in real world usage.
24      You most likely want to say N.
25    
26  config FEATURE_PREFER_IPV4_ADDRESS  config FEATURE_PREFER_IPV4_ADDRESS
27   bool "Preferentially use IPv4 addresses from DNS queries"   bool "Prefer IPv4 addresses from DNS queries"
28   default y   default y
29   depends on FEATURE_IPV6   depends on FEATURE_IPV6
30   help   help
# Line 93  config FAKEIDENTD Line 104  config FAKEIDENTD
104    fakeidentd listens on the ident port and returns a predefined    fakeidentd listens on the ident port and returns a predefined
105    fake value on any query.    fake value on any query.
106    
107    config FTPD
108     bool "ftpd"
109     default n
110     help
111      simple FTP daemon. You have to run it via inetd.
112    
113    config FEATURE_FTP_WRITE
114     bool "Enable upload commands"
115     default y
116     depends on FTPD
117     help
118      Enable all kinds of FTP upload commands (-w option)
119    
120    config FEATURE_FTPD_ACCEPT_BROKEN_LIST
121     bool "Enable workaround for RFC-violating clients"
122     default y
123     depends on FTPD
124     help
125      Some ftp-clients (among them KDE's Konqueror) issue illegal
126      "LIST -la" requests. This option works around those problems.
127      It might prevent you from listing files starting with "-" and
128      it increases the code size by ~40 bytes.
129      Most other ftp servers seem to behave similar to this.
130    
131  config FTPGET  config FTPGET
132   bool "ftpget"   bool "ftpget"
133   default n   default n
# Line 108  config FTPPUT Line 143  config FTPPUT
143  config FEATURE_FTPGETPUT_LONG_OPTIONS  config FEATURE_FTPGETPUT_LONG_OPTIONS
144   bool "Enable long options in ftpget/ftpput"   bool "Enable long options in ftpget/ftpput"
145   default n   default n
146   depends on GETOPT_LONG && (FTPGET || FTPPUT)   depends on LONG_OPTS && (FTPGET || FTPPUT)
147   help   help
148    Support long options for the ftpget/ftpput applet.    Support long options for the ftpget/ftpput applet.
149    
# Line 141  config FEATURE_HTTPD_USE_SENDFILE Line 176  config FEATURE_HTTPD_USE_SENDFILE
176    When enabled, httpd will use the kernel sendfile() function    When enabled, httpd will use the kernel sendfile() function
177    instead of read/write loop.    instead of read/write loop.
178    
 config FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP  
  bool "Support reloading of global config file on HUP signal"  
  default n  
  depends on HTTPD  
  help  
   This option enables processing of SIGHUP to reload cached  
   configuration settings.  
   
179  config FEATURE_HTTPD_SETUID  config FEATURE_HTTPD_SETUID
180   bool "Enable -u <user> option"   bool "Enable -u <user> option"
181   default n   default n
# Line 175  config FEATURE_HTTPD_AUTH_MD5 Line 202  config FEATURE_HTTPD_AUTH_MD5
202    Enables basic per URL authentication from /etc/httpd.conf    Enables basic per URL authentication from /etc/httpd.conf
203    using md5 passwords.    using md5 passwords.
204    
 config FEATURE_HTTPD_CONFIG_WITH_MIME_TYPES  
  bool "Support loading additional MIME types at run-time"  
  default n  
  depends on HTTPD  
  help  
   This option enables support for additional MIME types at  
   run-time to be specified in the configuration file.  
   
205  config FEATURE_HTTPD_CGI  config FEATURE_HTTPD_CGI
206   bool "Support Common Gateway Interface (CGI)"   bool "Support Common Gateway Interface (CGI)"
207   default y   default y
# Line 299  config IFENSLAVE Line 318  config IFENSLAVE
318    Userspace application to bind several interfaces    Userspace application to bind several interfaces
319    to a logical interface (use with kernel bonding driver).    to a logical interface (use with kernel bonding driver).
320    
321    config IFPLUGD
322     bool "ifplugd"
323     default n
324     help
325      Network interface plug detection daemon.
326    
327  config IFUPDOWN  config IFUPDOWN
328   bool "ifupdown"   bool "ifupdown"
329   default n   default n
# Line 564  config FEATURE_IPCALC_FANCY Line 589  config FEATURE_IPCALC_FANCY
589  config FEATURE_IPCALC_LONG_OPTIONS  config FEATURE_IPCALC_LONG_OPTIONS
590   bool "Enable long options"   bool "Enable long options"
591   default n   default n
592   depends on IPCALC && GETOPT_LONG   depends on IPCALC && LONG_OPTS
593   help   help
594    Support long options for the ipcalc applet.    Support long options for the ipcalc applet.
595    
# Line 647  config NSLOOKUP Line 672  config NSLOOKUP
672   help   help
673    nslookup is a tool to query Internet name servers.    nslookup is a tool to query Internet name servers.
674    
675    config NTPD
676     bool "ntpd"
677     default n
678     help
679      The NTP client/server daemon.
680    
681    config FEATURE_NTPD_SERVER
682            bool "Make ntpd usable as a NTP server"
683            default y
684            depends on NTPD
685            help
686      Make ntpd usable as a NTP server. If you disable this option
687      ntpd will be usable only as a NTP client.
688    
689  config PING  config PING
690   bool "ping"   bool "ping"
691   default n   default n
# Line 774  config FEATURE_TELNETD_STANDALONE Line 813  config FEATURE_TELNETD_STANDALONE
813   help   help
814    Selecting this will make telnetd able to run standalone.    Selecting this will make telnetd able to run standalone.
815    
816    config FEATURE_TELNETD_INETD_WAIT
817     bool "Support -w SEC option (inetd wait mode)"
818     default n
819     depends on FEATURE_TELNETD_STANDALONE
820     help
821      This option allows you to run telnetd in "inet wait" mode.
822      Example inetd.conf line (note "wait", not usual "nowait"):
823    
824      telnet stream tcp wait root /bin/telnetd telnetd -w10
825    
826      In this example, inetd passes _listening_ socket_ as fd 0
827      to telnetd when connection appears.
828      telnetd will wait for connections until all existing
829      connections are closed, and no new connections
830      appear during 10 seconds. Then it exits, and inetd continues
831      to listen for new connections.
832    
833      This option is rarely used. "tcp nowait" is much more usual
834      way of running tcp services, including telnetd.
835      You most probably want to say N here.
836    
837  config TFTP  config TFTP
838   bool "tftp"   bool "tftp"
839   default n   default n
# Line 811  config FEATURE_TFTP_PUT Line 871  config FEATURE_TFTP_PUT
871    Also enable download support in tftpd, if tftpd is selected.    Also enable download support in tftpd, if tftpd is selected.
872    
873  config FEATURE_TFTP_BLOCKSIZE  config FEATURE_TFTP_BLOCKSIZE
874   bool "Enable \"blksize\" protocol option"   bool "Enable 'blksize' and 'tsize' protocol options"
875   default n   default n
876   depends on TFTP || TFTPD   depends on TFTP || TFTPD
877   help   help
878    Allow tftp to specify block size, and tftpd to understand    Allow tftp to specify block size, and tftpd to understand
879    "blksize" option.    "blksize" and "tsize" options.
880    
881    config FEATURE_TFTP_PROGRESS_BAR
882     bool "Enable tftp progress meter"
883     default n
884     depends on TFTP && FEATURE_TFTP_BLOCKSIZE
885     help
886      Show progress bar.
887    
888  config TFTP_DEBUG  config TFTP_DEBUG
889   bool "Enable debug"   bool "Enable debug"
890   default n   default n
891   depends on TFTP   depends on TFTP || TFTPD
892   help   help
893    Enable debug settings for tftp. This is useful if you're running    Make tftp[d] print debugging messages on stderr.
894    into problems with tftp as the protocol doesn't help you much when    This is useful if you are diagnosing a bug in tftp[d].
   you run into problems.  
895    
896  config TRACEROUTE  config TRACEROUTE
897   bool "traceroute"   bool "traceroute"
898   default n   default n
899   help   help
900    Utility to trace the route of IP packets    Utility to trace the route of IP packets.
901    
902    config TRACEROUTE6
903     bool "traceroute6"
904     default n
905     depends on FEATURE_IPV6 && TRACEROUTE
906     help
907      Utility to trace the route of IPv6 packets.
908    
909  config FEATURE_TRACEROUTE_VERBOSE  config FEATURE_TRACEROUTE_VERBOSE
910   bool "Enable verbose output"   bool "Enable verbose output"
911   default n   default n
912   depends on TRACEROUTE   depends on TRACEROUTE
913   help   help
914    Add some verbosity to traceroute. This includes amongst other things    Add some verbosity to traceroute. This includes among other things
915    hostnames and ICMP response types.    hostnames and ICMP response types.
916    
917  config FEATURE_TRACEROUTE_SOURCE_ROUTE  config FEATURE_TRACEROUTE_SOURCE_ROUTE
# Line 854  config FEATURE_TRACEROUTE_USE_ICMP Line 927  config FEATURE_TRACEROUTE_USE_ICMP
927   default n   default n
928   depends on TRACEROUTE   depends on TRACEROUTE
929   help   help
930    Add feature to allow for ICMP ECHO instead of UDP datagrams.    Add option -I to use ICMP ECHO instead of UDP datagrams.
931    
932  source networking/udhcp/Config.in  source networking/udhcp/Config.in
933    
934    config IFUPDOWN_UDHCPC_CMD_OPTIONS
935     string "ifup udhcpc command line options"
936     default "-R -n"
937     depends on IFUPDOWN && UDHCPC
938     help
939      Command line options to pass to udhcpc from ifup.
940      Intended to alter options not available in /etc/network/interfaces.
941      (IE: --syslog --background etc...)
942    
943  config VCONFIG  config VCONFIG
944   bool "vconfig"   bool "vconfig"
945   default n   default n
# Line 888  config FEATURE_WGET_AUTHENTICATION Line 970  config FEATURE_WGET_AUTHENTICATION
970  config FEATURE_WGET_LONG_OPTIONS  config FEATURE_WGET_LONG_OPTIONS
971   bool "Enable long options"   bool "Enable long options"
972   default n   default n
973   depends on WGET && GETOPT_LONG   depends on WGET && LONG_OPTS
974   help   help
975    Support long options for the wget applet.    Support long options for the wget applet.
976    
# Line 911  config TCPSVD Line 993  config TCPSVD
993    tcpsvd listens on a TCP port and runs a program for each new    tcpsvd listens on a TCP port and runs a program for each new
994    connection.    connection.
995    
996    config TUNCTL
997     bool "tunctl"
998     default n
999     help
1000      tunctl creates or deletes tun devices.
1001    
1002    config FEATURE_TUNCTL_UG
1003     bool "Support owner:group assignment"
1004     default n
1005     depends on TUNCTL
1006     help
1007      Allow to specify owner and group of newly created interface.
1008      340 bytes of pure bloat. Say no here.
1009    
1010  config UDPSVD  config UDPSVD
1011   bool "udpsvd"   bool "udpsvd"
1012   default n   default n

Legend:
Removed from v.983  
changed lines
  Added in v.984