busybox-initramfs: provide whoami applet.

This commit is contained in:
Juan RP 2010-05-26 02:08:01 +02:00
parent 781353fe56
commit 90a9ea320b
2 changed files with 2 additions and 2 deletions

View file

@ -259,7 +259,7 @@ CONFIG_UNIQ=y
CONFIG_WC=y CONFIG_WC=y
CONFIG_FEATURE_WC_LARGE=y CONFIG_FEATURE_WC_LARGE=y
# CONFIG_WHO is not set # CONFIG_WHO is not set
# CONFIG_WHOAMI is not set CONFIG_WHOAMI=y
CONFIG_YES=y CONFIG_YES=y
# #

View file

@ -1,7 +1,7 @@
# Build template for 'busybox-initramfs'. # Build template for 'busybox-initramfs'.
pkgname=busybox-initramfs pkgname=busybox-initramfs
version=1.16.1 version=1.16.1
revision=3 revision=4
wrksrc=busybox-$version wrksrc=busybox-$version
distfiles="http://www.busybox.net/downloads/busybox-$version.tar.bz2" distfiles="http://www.busybox.net/downloads/busybox-$version.tar.bz2"
build_style=gnu_makefile build_style=gnu_makefile