Changeset 413

Show
Ignore:
Timestamp:
07/25/06 15:42:01 (2 years ago)
Author:
tg
Message:

hard links are brokn

Files:

Legend:

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

    r1 r413  
    346346          that you really want this behaviour. 
    347347 
    348 choice 
    349        prompt "Applets links" 
    350        default BUSYBOX_CONFIG_INSTALL_APPLET_SYMLINKS 
    351        help 
    352          Choose how you install applets links. 
     348#choice 
     349#       prompt "Applets links" 
     350#       default BUSYBOX_CONFIG_INSTALL_APPLET_SYMLINKS 
     351#       help 
     352#         Choose how you install applets links. 
    353353 
    354354config BUSYBOX_CONFIG_INSTALL_APPLET_SYMLINKS 
    355        bool "as soft-links" 
    356        help 
    357          Install applets as soft-links to the busybox binary. This needs some 
    358          free inodes on the filesystem, but might help with filesystem 
    359          generators that can't cope with hard-links. 
    360  
    361 config BUSYBOX_CONFIG_INSTALL_APPLET_HARDLINKS 
    362        bool "as hard-links" 
    363        help 
    364          Install applets as hard-links to the busybox binary. This might count 
    365          on a filesystem with few inodes. 
    366  
    367 config BUSYBOX_CONFIG_INSTALL_APPLET_DONT 
    368        bool 
    369        prompt "not installed" 
    370        depends on BUSYBOX_CONFIG_FEATURE_INSTALLER || BUSYBOX_CONFIG_FEATURE_SH_STANDALONE_SHELL 
    371        help 
    372          Do not install applets links. Usefull when using the -install feature 
    373          or a standalone shell for rescue pruposes. 
    374  
    375 endchoice 
     355       bool #"as soft-links" 
     356        default y 
     357#       help 
     358#         Install applets as soft-links to the busybox binary. This needs some 
     359#         free inodes on the filesystem, but might help with filesystem 
     360#         generators that can't cope with hard-links. 
     361 
     362#config BUSYBOX_CONFIG_INSTALL_APPLET_HARDLINKS 
     363#       bool "as hard-links" 
     364#       help 
     365#         Install applets as hard-links to the busybox binary. This might count 
     366#         on a filesystem with few inodes. 
     367 
     368#config BUSYBOX_CONFIG_INSTALL_APPLET_DONT 
     369#       bool 
     370#       prompt "not installed" 
     371#       depends on BUSYBOX_CONFIG_FEATURE_INSTALLER || BUSYBOX_CONFIG_FEATURE_SH_STANDALONE_SHELL 
     372#       help 
     373#         Do not install applets links. Usefull when using the -install feature 
     374#         or a standalone shell for rescue pruposes. 
     375 
     376#endchoice 
    376377 
    377378config BUSYBOX_PREFIX