Skip to content

Commit

Permalink
Bug fix - toybox conflicts with findutils.
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Nov 1, 2014
1 parent 1304747 commit d37910c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions flavors/console
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ PACKAGES="$PACKAGES
linux
isolinux
lok
findutils
rfkill
dhcpcd
iw
Expand Down
4 changes: 2 additions & 2 deletions packages/toybox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ CONFIG_ECHO=y
CONFIG_ENV=y
CONFIG_EXPAND=y
CONFIG_FALSE=y
CONFIG_FIND=y
# CONFIG_FIND is not set
CONFIG_GREP=y
CONFIG_HEAD=y
CONFIG_ID=y
Expand Down Expand Up @@ -91,7 +91,7 @@ CONFIG_UUDECODE=y
CONFIG_UUENCODE=y
CONFIG_WC=y
CONFIG_WHO=y
CONFIG_XARGS=y
# CONFIG_XARGS is not set
# CONFIG_XARGS_PEDANTIC is not set
#
Expand Down

0 comments on commit d37910c

Please sign in to comment.