wok-6.x diff linux/receipt @ rev 7666
Moved Module.sysvers to Module.sysvers-modules. This is cause i think making linux-without-modules bzImage is was change that file. Removed /usr/src/linux in pre_remove function in linux-module-headers. Added /usr/src/linux soft link to post_install in linux-module-headers.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Dec 16 12:59:54 2010 +0000 (2010-12-16) |
parents | ad0d39a286a5 |
children | 26db9394c095 |
line diff
1.1 --- a/linux/receipt Wed Dec 15 23:52:20 2010 +0100 1.2 +++ b/linux/receipt Thu Dec 16 12:59:54 2010 +0000 1.3 @@ -87,6 +87,7 @@ 1.4 # Compress all modules. 1.5 $WOK/$PACKAGE/stuff/gztazmod.sh $PWD/_pkg/lib/modules/$VERSION-slitaz 1.6 mv System.map System.map-modules 1.7 + mv Module.symvers Module.symvers-modules 1.8 sed -i 's/CONFIG_MODULES=y/# CONFIG_MODULES is not set/' .config 1.9 # We can't keep every driver in staging 1.10 sed -i -e 's/^CONFIG_RTL8192/#&/' \