Updated compiz and linux

This commit is contained in:
Rubén Rodríguez 2012-12-14 13:27:00 +01:00
parent 4a6eb1d5e1
commit 68972bc31d
2 changed files with 6 additions and 6 deletions

View file

@ -46,10 +46,10 @@ echo > debian.master/d-i/firmware/scsi-modules
echo > debian.master/d-i/firmware/nic-modules
# Removing some extra Ubuntu modules
rm -rf ubuntu/ndiswrapper
sed /ndiswrapper/d -i ubuntu/Makefile ubuntu/Kconfig
rm -rf ubuntu/rtl8192se
sed /rtl8192se/d ubuntu/Makefile ubuntu/Kconfig -i
#rm -rf ubuntu/ndiswrapper
#sed /ndiswrapper/d -i ubuntu/Makefile ubuntu/Kconfig
#rm -rf ubuntu/rtl8192se
#sed /rtl8192se/d ubuntu/Makefile ubuntu/Kconfig -i
# Compile with less modules and avoid abi check
echo 'skipmodule = true' >> debian.master/rules.d/0-common-vars.mk
@ -67,4 +67,4 @@ changelog "Removed non-free bits"
cp debian/changelog debian.master/changelog
compile
PARALLEL=true compile