Date: Friday, February 5, 2010 @ 18:09:52 Author: thomas Revision: 67249
Add openvt to busybox Modified: mkinitcpio-busybox/trunk/PKGBUILD mkinitcpio-busybox/trunk/config ----------+ PKGBUILD | 4 ++-- config | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-02-05 23:09:06 UTC (rev 67248) +++ PKGBUILD 2010-02-05 23:09:52 UTC (rev 67249) @@ -2,7 +2,7 @@ # Maintainer: Thomas Bächler <[email protected]> pkgname=mkinitcpio-busybox pkgver=1.15.3 -pkgrel=3 +pkgrel=4 pkgdesc="base initramfs tools" arch=('i686' 'x86_64') url="http://www.busybox.net/" @@ -11,7 +11,7 @@ source=(http://busybox.net/downloads/busybox-${pkgver}.tar.bz2 config) sha256sums=('d74020ad2cc5a4dcc5109c44dbd0e22582d6ce42954b0f1ff29763c8c0ff03cb' - 'b6a18688acd0cca0671f322ce248cc3ea256f06e026f0c0577ad3c3d8c719a2d') + '28263e92651ba14bba00910546fdaf841e9b810ed23196869963e340ef1fd656') build() { cd "${srcdir}/busybox-${pkgver}" Modified: config =================================================================== --- config 2010-02-05 23:09:06 UTC (rev 67248) +++ config 2010-02-05 23:09:52 UTC (rev 67249) @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Busybox version: 1.15.3 -# Fri Jan 29 19:42:33 2010 +# Sat Feb 6 00:07:28 2010 # CONFIG_HAVE_DOT_CONFIG=y @@ -281,7 +281,7 @@ CONFIG_KBD_MODE=y CONFIG_LOADFONT=y CONFIG_LOADKMAP=y -# CONFIG_OPENVT is not set +CONFIG_OPENVT=y # CONFIG_RESET is not set # CONFIG_RESIZE is not set # CONFIG_FEATURE_RESIZE_PRINT is not set
