Changeset ca73306 in freewrt


Ignore:
Timestamp:
Oct 23, 2006, 10:17:52 PM (19 years ago)
Author:
Dirk Nehring <dnehring@…>
Children:
ea5d44e4
Parents:
a30702e
Message:

some tuning to default busybox parameters

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

Location:
package/busybox/config
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • package/busybox/config/archival/Config.in

    ra30702e rca73306  
    160160config BUSYBOX_CONFIG_FEATURE_TAR_BZIP2
    161161        bool "Enable -j option to handle .tar.bz2 files"
    162         default y
     162        default n
    163163        depends on BUSYBOX_CONFIG_TAR
    164164        help
     
    200200config BUSYBOX_CONFIG_FEATURE_TAR_OLDGNU_COMPATIBILITY
    201201        bool "Enable support for old tar header format"
    202         default N
     202        default n
    203203        depends on BUSYBOX_CONFIG_TAR
    204204        help
  • package/busybox/config/miscutils/Config.in

    ra30702e rca73306  
    179179          Get/Set hard drive parameters.  Primarily intended for ATA
    180180          drives.  Adds about 13k (or around 30k if you enable the
    181           CONFIG_FEATURE_HDPARM_GET_IDENTITY option)....
     181          BUSYBOX_CONFIG_FEATURE_HDPARM_GET_IDENTITY option)....
    182182
    183183config BUSYBOX_CONFIG_FEATURE_HDPARM_GET_IDENTITY
     
    344344
    345345endmenu
    346 
  • package/busybox/config/networking/Config.in

    ra30702e rca73306  
    2323        default n
    2424        help
    25           Small and static DNS server daemon. 
     25          Small and static DNS server daemon.
    2626
    2727config BUSYBOX_CONFIG_ETHER_WAKE
    2828        bool "ether-wake"
    29         default n
     29        default y
    3030        help
    3131          Send a magic packet to wake up sleeping machines.
     
    132132        depends on BUSYBOX_CONFIG_FEATURE_HTTPD_CGI
    133133        help
    134           This option enables support for running scripts through an 
    135           interpreter. Turn this on if you want PHP scripts to work 
    136           properly. You need to supply an addition line in your httpd 
     134          This option enables support for running scripts through an
     135          interpreter. Turn this on if you want PHP scripts to work
     136          properly. You need to supply an addition line in your httpd
    137137          config BUSYBOX_file:
    138138          *.php:/path/to/your/php
     
    211211          use of either "ifconfig" and "route" or the "ip" command to actually
    212212          configure network interfaces.  Therefore, you will probably also want
    213           to enable either CONFIG_IFCONFIG and CONFIG_ROUTE, or enable
    214           CONFIG_FEATURE_IFUPDOWN_IP and the various CONFIG_IP options.  Of
     213          to enable either BUSYBOX_CONFIG_IFCONFIG and BUSYBOX_CONFIG_ROUTE, or enable
     214          BUSYBOX_CONFIG_FEATURE_IFUPDOWN_IP and the various BUSYBOX_CONFIG_IP options.  Of
    215215          course you could use non-busybox versions of these programs, so
    216216          against my better judgement (since this will surely result in plenty
     
    446446          A simple Unix utility which reads and writes data across network
    447447          connections.
    448          
     448
    449449config BUSYBOX_CONFIG_NETMSG
    450450        bool "netmsg"
     
    685685config BUSYBOX_CONFIG_FEATURE_WGET_IP6_LITERAL
    686686        bool "Enable IPv6 literal addresses"
    687         default y
     687        default n
    688688        depends on BUSYBOX_CONFIG_WGET && BUSYBOX_CONFIG_FEATURE_IPV6
    689689        help
  • package/busybox/config/util-linux/Config.in

    ra30702e rca73306  
    457457        bool "Support for the old /etc/mtab file"
    458458        default n
    459         depends on CONFIG_MOUNT || CONFIG_UMOUNT
     459        depends on BUSYBOX_CONFIG_MOUNT || BUSYBOX_CONFIG_UMOUNT
    460460        help
    461461          Historically, Unix systems kept track of the currently mounted
     
    478478
    479479endmenu
    480 
Note: See TracChangeset for help on using the changeset viewer.