| 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 |
|---|