wok-stable diff linux/receipt @ rev 5450

Up: x11vnc (0.9.10)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 05 15:31:57 2010 +0200 (2010-05-05)
parents 08b3c59fff77
children 33dfd49cdf84
line diff
     1.1 --- a/linux/receipt	Tue Mar 23 20:06:35 2010 +0100
     1.2 +++ b/linux/receipt	Wed May 05 15:31:57 2010 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="linux"
     1.7 -VERSION="2.6.30.6"
     1.8 +VERSION="2.6.33.2"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="The Linux kernel and modules."
    1.11  DEPENDS="depmod"
    1.12 @@ -18,9 +18,9 @@
    1.13  	# Aufs2 from git repository
    1.14  	if [ ! -d aufs2 ]; then
    1.15  		git clone http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-standalone.git aufs2
    1.16 -		#cd aufs2 && git checkout origin/aufs2-30
    1.17 +		cd aufs2 && git checkout origin/aufs2-33
    1.18  		#Use a well known version rather than the last one...
    1.19 -		cd aufs2 && git checkout ee5557abdf9bb6fda673c19d239bb85869418045
    1.20 +		#cd aufs2 && git checkout ee5557abdf9bb6fda673c19d239bb85869418045
    1.21  	fi
    1.22  	cd aufs2
    1.23  	cp -a Documentation fs include $src
    1.24 @@ -45,15 +45,15 @@
    1.25  		echo "Apply $patch_file"
    1.26  		patch -p1 < slitaz/$patch_file || exit 1
    1.27  		touch done.$patch_file
    1.28 +		#$PACKAGE-freeinitrd-$VERSION.u
    1.29 +		#$PACKAGE-squashfs-lzma-$VERSION.u
    1.30  	done <<EOT
    1.31  $PACKAGE-diff-$VERSION.u
    1.32 -$PACKAGE-freeinitrd-$VERSION.u
    1.33  $PACKAGE-unlzma-$VERSION.u
    1.34 +$PACKAGE-header-$VERSION.u
    1.35  aufs2-base.patch
    1.36  aufs2-kbuild.patch
    1.37  aufs2-standalone.patch
    1.38 -$PACKAGE-header-$VERSION.u
    1.39 -$PACKAGE-squashfs-lzma-$VERSION.u
    1.40  EOT
    1.41  	make mrproper
    1.42  	cd Documentation/lguest