wok diff linux/receipt @ rev 12570
linux: add opt --no64
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 28 20:00:42 2012 +0200 (2012-04-28) |
parents | 873a0ed5aab7 |
children | 8106b97b965e |
line diff
1.1 --- a/linux/receipt Sat Apr 28 14:44:50 2012 +0200 1.2 +++ b/linux/receipt Sat Apr 28 20:00:42 2012 +0200 1.3 @@ -110,6 +110,9 @@ 1.4 fi 1.5 cd $src 1.6 1.7 + case "$opt" in 1.8 + *--no64*);; 1.9 + *) 1.10 # 1.11 # Arch x86_64 1.12 # 1.13 @@ -153,6 +156,7 @@ 1.14 mv arch/x86/boot/bzImage $DESTDIR/linux64/boot/vmlinuz-$VERSION-slitaz 1.15 ln System.map System.map-modules64 1.16 ln Module.symvers Module.symvers-modules64 1.17 + esac 1.18 1.19 # 1.20 # Standard kernel