X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Config.in;h=499233bc162157ad5d11b85a8da75b4feb3ef8a7;hb=aeb4bdd582d6b11adcdb128d97076101c3c61f1d;hp=2066e42f9be6c0ae2deaca33e31d96fb63280e08;hpb=2f0c0d0b8829b8aea97bc09833e172c59b55cd94;p=oweals%2Fbusybox.git diff --git a/Config.in b/Config.in index 2066e42f9..499233bc1 100644 --- a/Config.in +++ b/Config.in @@ -426,31 +426,30 @@ config INSTALL_NO_USR that you really want this behaviour. choice - prompt "Applets links" - default INSTALL_APPLET_SYMLINKS - help - Choose how you install applets links. + prompt "Applets links" + default INSTALL_APPLET_SYMLINKS + help + Choose how you install applets links. config INSTALL_APPLET_SYMLINKS - bool "as soft-links" - help - Install applets as soft-links to the busybox binary. This needs some - free inodes on the filesystem, but might help with filesystem - generators that can't cope with hard-links. + bool "as soft-links" + help + Install applets as soft-links to the busybox binary. This needs some + free inodes on the filesystem, but might help with filesystem + generators that can't cope with hard-links. config INSTALL_APPLET_HARDLINKS - bool "as hard-links" - help - Install applets as hard-links to the busybox binary. This might count - on a filesystem with few inodes. + bool "as hard-links" + help + Install applets as hard-links to the busybox binary. This might count + on a filesystem with few inodes. config INSTALL_APPLET_DONT - bool - prompt "not installed" - depends on FEATURE_INSTALLER || FEATURE_SH_STANDALONE_SHELL || FEATURE_EXEC_PREFER_APPLETS - help - Do not install applet links. Useful when using the -install feature - or a standalone shell for rescue pruposes. + bool "not installed" + depends on FEATURE_INSTALLER || FEATURE_SH_STANDALONE_SHELL || FEATURE_EXEC_PREFER_APPLETS + help + Do not install applet links. Useful when using the -install feature + or a standalone shell for rescue pruposes. endchoice