diff options
author | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-01-24 08:24:43 +0000 |
---|---|---|
committer | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-01-24 08:24:43 +0000 |
commit | 3fd6463a96de798c83115336cc34f154af57894d (patch) | |
tree | b6fc9b23de83c245f88cf6fe6f93eb0ae9cb1145 /Config.in | |
parent | d31382da10abe1a770e441a4dc79b478ec4d505d (diff) | |
download | busybox-w32-3fd6463a96de798c83115336cc34f154af57894d.tar.gz busybox-w32-3fd6463a96de798c83115336cc34f154af57894d.tar.bz2 busybox-w32-3fd6463a96de798c83115336cc34f154af57894d.zip |
correct file format errors
git-svn-id: svn://busybox.net/trunk/busybox@17490 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 38 |
1 files changed, 19 insertions, 19 deletions
@@ -426,31 +426,31 @@ config INSTALL_NO_USR | |||
426 | that you really want this behaviour. | 426 | that you really want this behaviour. |
427 | 427 | ||
428 | choice | 428 | choice |
429 | prompt "Applets links" | 429 | prompt "Applets links" |
430 | default INSTALL_APPLET_SYMLINKS | 430 | default INSTALL_APPLET_SYMLINKS |
431 | help | 431 | help |
432 | Choose how you install applets links. | 432 | Choose how you install applets links. |
433 | 433 | ||
434 | config INSTALL_APPLET_SYMLINKS | 434 | config INSTALL_APPLET_SYMLINKS |
435 | bool "as soft-links" | 435 | bool "as soft-links" |
436 | help | 436 | help |
437 | Install applets as soft-links to the busybox binary. This needs some | 437 | Install applets as soft-links to the busybox binary. This needs some |
438 | free inodes on the filesystem, but might help with filesystem | 438 | free inodes on the filesystem, but might help with filesystem |
439 | generators that can't cope with hard-links. | 439 | generators that can't cope with hard-links. |
440 | 440 | ||
441 | config INSTALL_APPLET_HARDLINKS | 441 | config INSTALL_APPLET_HARDLINKS |
442 | bool "as hard-links" | 442 | bool "as hard-links" |
443 | help | 443 | help |
444 | Install applets as hard-links to the busybox binary. This might count | 444 | Install applets as hard-links to the busybox binary. This might count |
445 | on a filesystem with few inodes. | 445 | on a filesystem with few inodes. |
446 | 446 | ||
447 | config INSTALL_APPLET_DONT | 447 | config INSTALL_APPLET_DONT |
448 | bool | 448 | bool |
449 | prompt "not installed" | 449 | prompt "not installed" |
450 | depends on FEATURE_INSTALLER || FEATURE_SH_STANDALONE_SHELL || FEATURE_EXEC_PREFER_APPLETS | 450 | depends on FEATURE_INSTALLER || FEATURE_SH_STANDALONE_SHELL || FEATURE_EXEC_PREFER_APPLETS |
451 | help | 451 | help |
452 | Do not install applet links. Useful when using the -install feature | 452 | Do not install applet links. Useful when using the -install feature |
453 | or a standalone shell for rescue pruposes. | 453 | or a standalone shell for rescue pruposes. |
454 | 454 | ||
455 | endchoice | 455 | endchoice |
456 | 456 | ||