xen-kernel: updated to 2.6.32.60.

This commit is contained in:
Arne Fitzenreiter
2012-10-09 20:34:18 +02:00
parent 1ae1ce18ae
commit 500f7b48cd
10 changed files with 1975 additions and 1969 deletions

View File

@@ -834,6 +834,8 @@ buildpackages() {
if [ $BUILD_IMAGES == 1 ] && ([ -e /dev/loop/0 ] || [ -e /dev/loop0 ]) && [ "${MACHINE_TYPE}" != "arm" ]; then
cp -f $BASEDIR/packages/linux-xen-*.ipfire $LFS/install/packages/
cp -f $BASEDIR/packages/meta-linux-xen $LFS/install/packages/
cp -f $BASEDIR/packages/linux-pae-*.ipfire $LFS/install/packages/
cp -f $BASEDIR/packages/meta-linux-pae $LFS/install/packages/
ipfiremake xen-image
rm -rf $LFS/install/packages/linux-xen-*.ipfire
rm -rf $LFS/install/packages/meta-linux-xen