load module lib80211_crypt_tkip to fix problems with some ap [release 6.30.223.248-2mamba;Wed Jan 14 2015]
This commit is contained in:
parent
9be9cc891c
commit
f0b62b04ab
@ -2,7 +2,7 @@
|
|||||||
Name: broadcom-sta
|
Name: broadcom-sta
|
||||||
Version: 6.30.223.248
|
Version: 6.30.223.248
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Broadcom STA driver for BCM4311-,BCM4312-,BCM4313-,BCM4321-,BCM4322-,BCM43224-,BCM43225-,BCM43227-,BCM43228- based hardware
|
Summary: Broadcom STA driver for BCM4311-,BCM4312-,BCM4313-,BCM4321-,BCM4322-,BCM43224-,BCM43225-,BCM43227-,BCM43228- based hardware
|
||||||
Group: System/Kernel and Hardware/Drivers
|
Group: System/Kernel and Hardware/Drivers
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -80,6 +80,11 @@ blacklist bcma
|
|||||||
blacklist brcmsmac
|
blacklist brcmsmac
|
||||||
__EOF
|
__EOF
|
||||||
|
|
||||||
|
mkdir -p %{buildroot}%{_prefix}/lib/modules-load.d/
|
||||||
|
cat > %{buildroot}%{_prefix}/lib/modules-load.d/wl.conf << __EOF
|
||||||
|
lib80211_crypt_tkip
|
||||||
|
__EOF
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -99,11 +104,15 @@ fi
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_sysconfdir}/modprobe.d/wl.conf
|
%{_sysconfdir}/modprobe.d/wl.conf
|
||||||
|
%{_prefix}/lib/modules-load.d/wl.conf
|
||||||
%dir %{_prefix}/src/%{name}-%{version}
|
%dir %{_prefix}/src/%{name}-%{version}
|
||||||
%{_prefix}/src/%{name}-%{version}/*
|
%{_prefix}/src/%{name}-%{version}/*
|
||||||
%{_docdir}/broadcom-sta-%{broadcom_sta_ver}/LICENSE.txt
|
%{_docdir}/broadcom-sta-%{broadcom_sta_ver}/LICENSE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 14 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 6.30.223.248-2mamba
|
||||||
|
- load module lib80211_crypt_tkip to fix problems with some ap
|
||||||
|
|
||||||
* Thu Oct 30 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 6.30.223.248-1mamba
|
* Thu Oct 30 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 6.30.223.248-1mamba
|
||||||
- update to 6.30.223.248
|
- update to 6.30.223.248
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user