Skip to content

Commit

Permalink
Add grep to busybox
Browse files Browse the repository at this point in the history
  • Loading branch information
roleoroleo committed Jun 29, 2024
1 parent db31ed8 commit a896c78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/busybox/.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Busybox version: 1.36.1
# Mon Jan 8 14:40:19 2024
# Sat Jun 29 15:54:55 2024
#
CONFIG_HAVE_DOT_CONFIG=y

Expand Down Expand Up @@ -240,7 +240,7 @@ CONFIG_FEATURE_CATV=y
# CONFIG_FEATURE_DD_STATUS is not set
# CONFIG_DF is not set
# CONFIG_FEATURE_DF_FANCY is not set
CONFIG_FEATURE_SKIP_ROOTFS=y
# CONFIG_FEATURE_SKIP_ROOTFS is not set
CONFIG_DIRNAME=y
# CONFIG_DOS2UNIX is not set
# CONFIG_UNIX2DOS is not set
Expand Down Expand Up @@ -475,10 +475,10 @@ CONFIG_FEATURE_FIND_PATH=y
CONFIG_FEATURE_FIND_REGEX=y
# CONFIG_FEATURE_FIND_CONTEXT is not set
CONFIG_FEATURE_FIND_LINKS=y
# CONFIG_GREP is not set
CONFIG_GREP=y
# CONFIG_EGREP is not set
# CONFIG_FGREP is not set
# CONFIG_FEATURE_GREP_CONTEXT is not set
CONFIG_FEATURE_GREP_CONTEXT=y
CONFIG_XARGS=y
CONFIG_FEATURE_XARGS_SUPPORT_CONFIRMATION=y
CONFIG_FEATURE_XARGS_SUPPORT_QUOTES=y
Expand Down
2 changes: 2 additions & 0 deletions src/busybox/install.busybox
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ echo "#!/tmp/sd/yi-hack/bin/busybox" > ../../build/yi-hack/bin/base64
chmod 0755 ../../build/yi-hack/bin/base64
echo "#!/tmp/sd/yi-hack/bin/busybox" > ../../build/yi-hack/bin/dmesg
chmod 0755 ../../build/yi-hack/bin/dmesg
echo "#!/tmp/sd/yi-hack/bin/busybox" > ../../build/yi-hack/bin/grep
chmod 0755 ../../build/yi-hack/bin/grep
echo "#!/tmp/sd/yi-hack/bin/busybox" > ../../build/yi-hack/bin/gzip
chmod 0755 ../../build/yi-hack/bin/gzip
echo "#!/tmp/sd/yi-hack/bin/busybox" > ../../build/yi-hack/bin/hostname
Expand Down

0 comments on commit a896c78

Please sign in to comment.