wok diff linux/receipt @ rev 20169

Add linux-dev
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 16 11:15:42 2018 +0100 (2018-01-16)
parents ffc20f9bd49f
children e564e12169b9
line diff
     1.1 --- a/linux/receipt	Wed Jan 10 15:30:44 2018 +0100
     1.2 +++ b/linux/receipt	Tue Jan 16 11:15:42 2018 +0100
     1.3 @@ -259,6 +259,8 @@
     1.4  			[ -d $DESTDIR ] || mkdir -p $DESTDIR/linux64
     1.5  			mv arch/x86/boot/bzImage $DESTDIR/linux64
     1.6  			mv System.map System.map-without-modules64
     1.7 +			mv vmlinux vmlinux-without-modules64
     1.8 +			mv .config config-without-modules64
     1.9  		fi
    1.10  		
    1.11  		# Build bzImage64 with modules
    1.12 @@ -277,6 +279,7 @@
    1.13  		KVERSION=$VERSION-slitaz64
    1.14  		install_module_headers $DESTDIR/linux64
    1.15  		ln System.map System.map-modules64
    1.16 +		ln vmlinux vmlinux-modules64
    1.17  		ln Module.symvers Module.symvers-modules64
    1.18  	else
    1.19  		echo "* Skipping: x86_64 Kernel..."
    1.20 @@ -302,6 +305,8 @@
    1.21  		[ -d $DESTDIR ] || mkdir -p $DESTDIR
    1.22  		mv arch/x86/boot/bzImage $DESTDIR
    1.23  		mv System.map System.map-without-modules
    1.24 +		mv vmlinux vmlinux-without-modules
    1.25 +		mv .config config-without-modules
    1.26  	fi
    1.27  	
    1.28  	# Build bzImage with modules
    1.29 @@ -330,6 +335,7 @@
    1.30  		$stuff/gztazmod.sh $DESTDIR/linux64/lib/modules/$VERSION-slitaz64
    1.31  	fi
    1.32  	ln System.map System.map-modules
    1.33 +	ln vmlinux vmlinux-modules
    1.34  	ln Module.symvers Module.symvers-modules
    1.35  }
    1.36