wok-current diff linux/receipt @ rev 13930
linux: update check_modules.sh
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 26 11:53:53 2013 +0100 (2013-01-26) |
parents | 47a7ea2215ab |
children | 69557c05e267 |
line diff
1.1 --- a/linux/receipt Sat Jan 05 12:34:10 2013 -0500 1.2 +++ b/linux/receipt Sat Jan 26 11:53:53 2013 +0100 1.3 @@ -188,7 +188,7 @@ 1.4 # Build bzImage64 with modules 1.5 cp -f $stuff/$PACKAGE-slitaz.config64 .config 1.6 #make ARCH=x86_64 oldconfig 1.7 - ln .config $WOK/$PACKAGE/slitaz/config64 1.8 + ln .config $WOK/$PACKAGE/source/slitaz/config64 1.9 make -j 4 ARCH=x86_64 CROSS_COMPILE=uclibc-x86_64- bzImage && 1.10 make -j 4 ARCH=x86_64 CROSS_COMPILE=uclibc-x86_64- modules && 1.11 make ARCH=x86_64 INSTALL_MOD_PATH=$DESTDIR/linux64 modules_install &&