busybox: Enable expand(1) utility
Required by perf(1), which is now in the debug tools tarball.
expand(1) expands /bin/busybox.nosuid by 468 bytes and adds one symlink
to the filesystem:
$ size a/bin/busybox.nosuid
text data bss dec hex filename
582385 1845 8816 593046 90c96 a/bin/busybox.nosuid
$ size b/bin/busybox.nosuid
text data bss dec hex filename
582853 1845 8816 593514 90e6a b/bin/busybox.nosuid
Resolves: openbmc/openbmc#2879
Change-Id: I999a12768ab7e0d740bed710b01dab49aa2a8019
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
1 file changed