busybox-initramfs: provide whoami applet.
This commit is contained in:
parent
781353fe56
commit
90a9ea320b
|
@ -259,7 +259,7 @@ CONFIG_UNIQ=y
|
|||
CONFIG_WC=y
|
||||
CONFIG_FEATURE_WC_LARGE=y
|
||||
# CONFIG_WHO is not set
|
||||
# CONFIG_WHOAMI is not set
|
||||
CONFIG_WHOAMI=y
|
||||
CONFIG_YES=y
|
||||
|
||||
#
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Build template for 'busybox-initramfs'.
|
||||
pkgname=busybox-initramfs
|
||||
version=1.16.1
|
||||
revision=3
|
||||
revision=4
|
||||
wrksrc=busybox-$version
|
||||
distfiles="http://www.busybox.net/downloads/busybox-$version.tar.bz2"
|
||||
build_style=gnu_makefile
|
||||
|
|
Loading…
Reference in New Issue