Skip to content

Commit 2c2e4e2

Browse files
committed
Add missing id and cat tools
Small is great, but it must also be usable. Fixes #11 Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 8020dc4 commit 2c2e4e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

board/httpd/busybox_defconfig

Lines changed: 3 additions & 3 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 18:01:20 2024
4+
# Fri May 24 13:38:40 2024
55
#
66
CONFIG_HAVE_DOT_CONFIG=y
77

@@ -209,7 +209,7 @@ CONFIG_GZIP_FAST=0
209209
# CONFIG_FEATURE_PRESERVE_HARDLINKS is not set
210210
# CONFIG_FEATURE_HUMAN_READABLE is not set
211211
# CONFIG_BASENAME is not set
212-
# CONFIG_CAT is not set
212+
CONFIG_CAT=y
213213
# CONFIG_FEATURE_CATN is not set
214214
# CONFIG_FEATURE_CATV is not set
215215
# CONFIG_CHGRP is not set
@@ -255,7 +255,7 @@ CONFIG_FEATURE_FANCY_ECHO=y
255255
# CONFIG_HEAD is not set
256256
# CONFIG_FEATURE_FANCY_HEAD is not set
257257
# CONFIG_HOSTID is not set
258-
# CONFIG_ID is not set
258+
CONFIG_ID=y
259259
# CONFIG_GROUPS is not set
260260
# CONFIG_INSTALL is not set
261261
# CONFIG_FEATURE_INSTALL_LONG_OPTIONS is not set

0 commit comments

Comments
 (0)