Tweak some config defaults; fix MODPROBE_SMALL ordering in "make config"

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2016-12-22 14:36:49 +01:00
parent 2166952ec3
commit 326edc3e37
5 changed files with 41 additions and 39 deletions

View File

@@ -117,7 +117,7 @@
//config:
//config:config ASH_INTERNAL_GLOB
//config: bool "Use internal glob() implementation"
//config: default n
//config: default y # Y is bigger, but because of uclibc glob() bug, let Y be default for now
//config: depends on ASH
//config: help
//config: Do not use glob() function from libc, use internal implementation.
@@ -218,11 +218,10 @@
//config:
//config:config ASH_MAIL
//config: bool "Check for new mail on interactive shells"
//config: default n
//config: default y
//config: depends on ASH
//config: help
//config: Enable "check for new mail" function in the ash shell.
//config:
//applet:IF_ASH(APPLET(ash, BB_DIR_BIN, BB_SUID_DROP))
//applet:IF_FEATURE_SH_IS_ASH(APPLET_ODDNAME(sh, ash, BB_DIR_BIN, BB_SUID_DROP, sh))