wok-next diff linux/receipt @ rev 12293

linux: fix linux64 config file
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 16 09:30:43 2012 +0200 (2012-04-16)
parents 915b15656dc4
children 2e8cd6aba55c
line diff
     1.1 --- a/linux/receipt	Sun Apr 15 20:53:12 2012 +0200
     1.2 +++ b/linux/receipt	Mon Apr 16 09:30:43 2012 +0200
     1.3 @@ -151,7 +151,7 @@
     1.4  	[ ! -x /usr/bin/cook ] && report step "Make bzImage64 without modules first"
     1.5  
     1.6  	# Build bzImage64 without modules first
     1.7 -	cp -f $stuff/$PACKAGE-$VERSION-slitaz.config64 .config
     1.8 +	cp -f $stuff/$PACKAGE-slitaz.config64 .config
     1.9  	sed -i 's/CONFIG_MODULES=y/# CONFIG_MODULES is not set/' .config
    1.10  	
    1.11  	# We can't keep every driver in staging 
    1.12 @@ -171,7 +171,7 @@
    1.13  	[ ! -x /usr/bin/cook ] && report step "Now build bzImage64 with modules"
    1.14  	
    1.15  	# Build bzImage64 with modules
    1.16 -	cp -f $stuff/$PACKAGE-$VERSION-slitaz.config64 .config
    1.17 +	cp -f $stuff/$PACKAGE-slitaz.config64 .config
    1.18  	#make ARCH=x86_64 oldconfig
    1.19  	ln .config $WOK/$PACKAGE/slitaz/config64
    1.20  	make -j 4 ARCH=x86_64 CROSS_COMPILE=uclibc-x86_64- bzImage &&