Skip to content

Commit

Permalink
busybox: refresh configs
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
  • Loading branch information
antonlacon committed Feb 5, 2021
1 parent 3420901 commit b58ae35
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
8 changes: 5 additions & 3 deletions packages/sysutils/busybox/config/busybox-host.conf
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Busybox version: 1.32.0.git
# Sun Feb 2 19:48:47 2020
# Busybox version: 1.32.1
# Thu Feb 4 21:32:49 2021
#
CONFIG_HAVE_DOT_CONFIG=y

Expand Down Expand Up @@ -788,6 +788,7 @@ CONFIG_FEATURE_LESS_MAXLINES=0
# CONFIG_FEATURE_MAKEDEVS_TABLE is not set
# CONFIG_MAN is not set
# CONFIG_MICROCOM is not set
# CONFIG_MIM is not set
# CONFIG_MT is not set
# CONFIG_NANDWRITE is not set
# CONFIG_NANDDUMP is not set
Expand Down Expand Up @@ -1074,6 +1075,7 @@ CONFIG_SH_IS_NONE=y
# CONFIG_BASH_IS_ASH is not set
# CONFIG_BASH_IS_HUSH is not set
CONFIG_BASH_IS_NONE=y
# CONFIG_SHELL_ASH is not set
# CONFIG_ASH is not set
# CONFIG_ASH_OPTIMIZE_FOR_SIZE is not set
# CONFIG_ASH_INTERNAL_GLOB is not set
Expand All @@ -1094,6 +1096,7 @@ CONFIG_BASH_IS_NONE=y
# CONFIG_ASH_CMDCMD is not set
# CONFIG_CTTYHACK is not set
# CONFIG_HUSH is not set
# CONFIG_SHELL_HUSH is not set
# CONFIG_HUSH_BASH_COMPAT is not set
# CONFIG_HUSH_BRACE_EXPANSION is not set
# CONFIG_HUSH_LINENO_VAR is not set
Expand Down Expand Up @@ -1129,7 +1132,6 @@ CONFIG_BASH_IS_NONE=y
# CONFIG_HUSH_UMASK is not set
# CONFIG_HUSH_GETOPTS is not set
# CONFIG_HUSH_MEMLEAK is not set
# CONFIG_SHELL_HUSH is not set

#
# Options common to all shells
Expand Down
8 changes: 5 additions & 3 deletions packages/sysutils/busybox/config/busybox-init.conf
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Busybox version: 1.32.0.git
# Sun Feb 2 19:50:06 2020
# Busybox version: 1.32.1
# Thu Feb 4 21:25:28 2021
#
CONFIG_HAVE_DOT_CONFIG=y

Expand Down Expand Up @@ -812,6 +812,7 @@ CONFIG_FEATURE_LESS_MAXLINES=9999999
# CONFIG_FEATURE_MAKEDEVS_TABLE is not set
# CONFIG_MAN is not set
# CONFIG_MICROCOM is not set
# CONFIG_MIM is not set
# CONFIG_MT is not set
CONFIG_NANDWRITE=y
# CONFIG_NANDDUMP is not set
Expand Down Expand Up @@ -1098,6 +1099,7 @@ CONFIG_SH_IS_ASH=y
# CONFIG_BASH_IS_ASH is not set
# CONFIG_BASH_IS_HUSH is not set
CONFIG_BASH_IS_NONE=y
CONFIG_SHELL_ASH=y
CONFIG_ASH=y
# CONFIG_ASH_OPTIMIZE_FOR_SIZE is not set
CONFIG_ASH_INTERNAL_GLOB=y
Expand All @@ -1118,6 +1120,7 @@ CONFIG_ASH_GETOPTS=y
# CONFIG_ASH_CMDCMD is not set
CONFIG_CTTYHACK=y
# CONFIG_HUSH is not set
# CONFIG_SHELL_HUSH is not set
# CONFIG_HUSH_BASH_COMPAT is not set
# CONFIG_HUSH_BRACE_EXPANSION is not set
# CONFIG_HUSH_LINENO_VAR is not set
Expand Down Expand Up @@ -1153,7 +1156,6 @@ CONFIG_CTTYHACK=y
# CONFIG_HUSH_UMASK is not set
# CONFIG_HUSH_GETOPTS is not set
# CONFIG_HUSH_MEMLEAK is not set
# CONFIG_SHELL_HUSH is not set

#
# Options common to all shells
Expand Down
8 changes: 5 additions & 3 deletions packages/sysutils/busybox/config/busybox-target.conf
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Busybox version: 1.32.0.git
# Fri Nov 13 18:57:19 2020
# Busybox version: 1.32.1
# Thu Feb 4 21:33:53 2021
#
CONFIG_HAVE_DOT_CONFIG=y

Expand Down Expand Up @@ -808,6 +808,7 @@ CONFIG_FEATURE_LESS_ENV=y
# CONFIG_FEATURE_MAKEDEVS_TABLE is not set
# CONFIG_MAN is not set
# CONFIG_MICROCOM is not set
# CONFIG_MIM is not set
# CONFIG_MT is not set
CONFIG_NANDWRITE=y
# CONFIG_NANDDUMP is not set
Expand Down Expand Up @@ -1094,6 +1095,7 @@ CONFIG_SH_IS_ASH=y
CONFIG_BASH_IS_ASH=y
# CONFIG_BASH_IS_HUSH is not set
# CONFIG_BASH_IS_NONE is not set
CONFIG_SHELL_ASH=y
CONFIG_ASH=y
# CONFIG_ASH_OPTIMIZE_FOR_SIZE is not set
# CONFIG_ASH_INTERNAL_GLOB is not set
Expand All @@ -1114,6 +1116,7 @@ CONFIG_ASH_GETOPTS=y
CONFIG_ASH_CMDCMD=y
# CONFIG_CTTYHACK is not set
# CONFIG_HUSH is not set
# CONFIG_SHELL_HUSH is not set
# CONFIG_HUSH_BASH_COMPAT is not set
# CONFIG_HUSH_BRACE_EXPANSION is not set
# CONFIG_HUSH_LINENO_VAR is not set
Expand Down Expand Up @@ -1149,7 +1152,6 @@ CONFIG_ASH_CMDCMD=y
# CONFIG_HUSH_UMASK is not set
# CONFIG_HUSH_GETOPTS is not set
# CONFIG_HUSH_MEMLEAK is not set
# CONFIG_SHELL_HUSH is not set

#
# Options common to all shells
Expand Down

0 comments on commit b58ae35

Please sign in to comment.