Skip to content

Commit

Permalink
busybox: Enable clear command by default
Browse files Browse the repository at this point in the history
It is really small, and generally useful.

Signed-off-by: Esben Haabendal <[email protected]>
  • Loading branch information
esben committed Oct 22, 2015
1 parent b8c49e7 commit 731f233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/busybox/busybox-configure.inc
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ BUSYBOX_SIMPLE_USE_FLAGS += "feature_preserve_hardlinks"
BUSYBOX_SIMPLE_USE_FLAGS += "chvt:util/"

# USE flag: enable clear utility
BUSYBOX_SIMPLE_USE_FLAGS += "clear:util/"
BUSYBOX_SIMPLE_USE_FLAGS += "clear=1:util/"

# USE flag: enable deallocvt utility
BUSYBOX_SIMPLE_USE_FLAGS += "deallocvt:util/"
Expand Down

0 comments on commit 731f233

Please sign in to comment.