wok-undigest diff ovzkernel/receipt @ rev 955

move from wok: mesa-dri-* linmodem-*
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 13 09:54:45 2013 +0100 (2013-03-13)
parents fba163536f84
children 17ff2d12a619
line diff
     1.1 --- a/ovzkernel/receipt	Fri Mar 08 12:38:28 2013 +0100
     1.2 +++ b/ovzkernel/receipt	Wed Mar 13 09:54:45 2013 +0100
     1.3 @@ -10,7 +10,7 @@
     1.4  SOURCE="linux"
     1.5  TARBALL="$SOURCE-$VERSION.tar.xz"
     1.6  WEB_SITE="http://www.kernel.org/"
     1.7 -WGET_URL="http://www.kernel.org/pub/linux/kernel/v${VERSION:0:3}/$TARBALL"
     1.8 +WGET_URL="https://www.kernel.org/pub/linux/kernel/v${VERSION:0:3}/$TARBALL"
     1.9  PROVIDE="linux"
    1.10  EXTRAVERSION="-i686"
    1.11  
    1.12 @@ -54,7 +54,7 @@
    1.13  	[ -f scripts/setlocalversion ] && mv scripts/setlocalversion scripts/setlocalversion.disabled
    1.14  	
    1.15  	# Apply kernel config and build
    1.16 -	make  oldconfig && \
    1.17 +	yes '' | make  oldconfig && \
    1.18  		make LOCALVERSION=${LOCALVERSION} prepare 
    1.19  	make bzImage && \
    1.20  	make modules