Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel2624.git;a=commitdiff;h=bf17141f817b06315a9dc8e483b97c9a520cea28

commit bf17141f817b06315a9dc8e483b97c9a520cea28
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date:   Mon Jan 28 03:09:24 2008 +0100

ipw3945-1.2.2-11-i686
blacklist by default to resolve conflict with in-kernel iwl3945

diff --git a/source/network-extra/ipw3945/FrugalBuild 
b/source/network-extra/ipw3945/FrugalBuild
index 14617c0..d6a3cdd 100644
--- a/source/network-extra/ipw3945/FrugalBuild
+++ b/source/network-extra/ipw3945/FrugalBuild
@@ -18,6 +18,8 @@ sha1sums=('a212551b7d0d6d2266b0a69459db82c20897719f' \
# there is an iwl3945 driver in the kernel but we should not remove this
# package till it's not fully functional (it does not support WPA for example
# ATM).
+# however, the in-kernel driver has a better quality, so try to use it when
+# possible and blacklist this by default.

build()
{
@@ -32,4 +34,6 @@ build()
make KVER=$_F_kernelmod_uname || return 1
Ffilerel $_F_kernelmod_dir/kernel/drivers/net/wireless/ipw3945/ipw3945.ko
Fbuild_kernelmod_scriptlet
+       echo "blacklist $pkgname" >$pkgname
+       Ffilerel /etc/modprobe.d/$pkgname
}
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to