Changeset 4954a39 in freewrt


Ignore:
Timestamp:
Jul 25, 2006, 3:42:01 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
e3ea651
Parents:
3b914ab
Message:

hard links are brokn

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

File:
1 edited

Legend:

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

    r3b914ab r4954a39  
    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
Note: See TracChangeset for help on using the changeset viewer.