Skip to content

Commit 133a446

Browse files
committed
board/httpd: enable usage texts and default shell
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 7b5178d commit 133a446

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

board/httpd/busybox_defconfig

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Automatically generated make config: don't edit
33
# Busybox version: 1.36.0
4-
# Tue Feb 6 17:37:31 2024
4+
# Tue Feb 6 18:01:20 2024
55
#
66
CONFIG_HAVE_DOT_CONFIG=y
77

@@ -13,9 +13,9 @@ CONFIG_HAVE_DOT_CONFIG=y
1313
# CONFIG_FEDORA_COMPAT is not set
1414
CONFIG_INCLUDE_SUSv2=y
1515
CONFIG_LONG_OPTS=y
16-
# CONFIG_SHOW_USAGE is not set
17-
# CONFIG_FEATURE_VERBOSE_USAGE is not set
18-
# CONFIG_FEATURE_COMPRESS_USAGE is not set
16+
CONFIG_SHOW_USAGE=y
17+
CONFIG_FEATURE_VERBOSE_USAGE=y
18+
CONFIG_FEATURE_COMPRESS_USAGE=y
1919
CONFIG_LFS=y
2020
# CONFIG_PAM is not set
2121
CONFIG_FEATURE_DEVPTS=y
@@ -1128,12 +1128,12 @@ CONFIG_ASH_ECHO=y
11281128
CONFIG_ASH_PRINTF=y
11291129
CONFIG_ASH_TEST=y
11301130
CONFIG_ASH_SLEEP=y
1131-
CONFIG_ASH_HELP=y
1131+
# CONFIG_ASH_HELP is not set
11321132
CONFIG_ASH_GETOPTS=y
11331133
CONFIG_ASH_CMDCMD=y
11341134
# CONFIG_CTTYHACK is not set
11351135
# CONFIG_HUSH is not set
1136-
CONFIG_SHELL_HUSH=y
1136+
# CONFIG_SHELL_HUSH is not set
11371137
# CONFIG_HUSH_BASH_COMPAT is not set
11381138
# CONFIG_HUSH_BRACE_EXPANSION is not set
11391139
# CONFIG_HUSH_BASH_SOURCE_CURDIR is not set
@@ -1176,7 +1176,7 @@ CONFIG_SHELL_HUSH=y
11761176
# CONFIG_FEATURE_SH_MATH is not set
11771177
# CONFIG_FEATURE_SH_MATH_64 is not set
11781178
# CONFIG_FEATURE_SH_MATH_BASE is not set
1179-
# CONFIG_FEATURE_SH_EXTRA_QUIET is not set
1179+
CONFIG_FEATURE_SH_EXTRA_QUIET=y
11801180
# CONFIG_FEATURE_SH_STANDALONE is not set
11811181
# CONFIG_FEATURE_SH_NOFORK is not set
11821182
# CONFIG_FEATURE_SH_READ_FRAC is not set

configs/curios-httpd_amd64_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ BR2_STATIC_LIBS=y
88
BR2_TARGET_GENERIC_HOSTNAME="curiOS"
99
BR2_TARGET_GENERIC_ISSUE="Welcome to curiOS"
1010
BR2_INIT_NONE=y
11-
BR2_SYSTEM_BIN_SH_NONE=y
1211
# BR2_TARGET_GENERIC_GETTY is not set
1312
# BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW is not set
1413
BR2_ROOTFS_OVERLAY="$(BR2_EXTERNAL_CURIOS_PATH)/board/httpd/rootfs"

configs/curios-httpd_arm64_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ BR2_STATIC_LIBS=y
99
BR2_TARGET_GENERIC_HOSTNAME="curiOS"
1010
BR2_TARGET_GENERIC_ISSUE="Welcome to curiOS"
1111
BR2_INIT_NONE=y
12-
BR2_SYSTEM_BIN_SH_NONE=y
1312
# BR2_TARGET_GENERIC_GETTY is not set
1413
# BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW is not set
1514
BR2_ROOTFS_OVERLAY="$(BR2_EXTERNAL_CURIOS_PATH)/board/httpd/rootfs"

0 commit comments

Comments
 (0)