From: <bob...@us...> - 2006-08-28 13:16:12
|
Revision: 561 Author: bobofdoom Date: 2006-08-28 06:15:58 -0700 (Mon, 28 Aug 2006) ViewCVS: http://svn.sourceforge.net/hackndev/?rev=561&view=rev Log Message: ----------- initramfs: Both Cris and I had lots of trouble with switch_root in Busybox 1.2.1, changing to 1.1.0. Modified Paths: -------------- linux4palm/initramfs/Makefile Modified: linux4palm/initramfs/Makefile =================================================================== --- linux4palm/initramfs/Makefile 2006-08-28 12:44:22 UTC (rev 560) +++ linux4palm/initramfs/Makefile 2006-08-28 13:15:58 UTC (rev 561) @@ -6,7 +6,7 @@ OUTDIR?=build -BBSRC?=busybox-1.2.1 +BBSRC?=busybox-1.1.0 BBTAR?=${BBSRC}.tar.bz2 BBURL?="http://www.busybox.net/downloads/${BBTAR}" @@ -53,7 +53,7 @@ clean: ${SUDO} rm -Rf ${OUTDIR} - rm -Rf ${BBSRC} + rm -Rf ${BBSRC} initramfs_data.cpio* checkroot: if [ `id -u` -ne 0 ]; then echo Please run make using fakeroot.; exit 1; fi This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |