Changeset 4954a39 in freewrt for package/busybox/config/Config.in
- Timestamp:
- Jul 25, 2006, 3:42:01 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- e3ea651
- Parents:
- 3b914ab
- File:
-
- 1 edited
-
package/busybox/config/Config.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
package/busybox/config/Config.in
r3b914ab r4954a39 346 346 that you really want this behaviour. 347 347 348 choice349 prompt "Applets links"350 default BUSYBOX_CONFIG_INSTALL_APPLET_SYMLINKS351 help352 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. 353 353 354 354 config 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 376 377 377 378 config BUSYBOX_PREFIX
Note:
See TracChangeset
for help on using the changeset viewer.
