Accepting request 60302 from home:vbotka:branches:hardware

tested ok

OBS-URL: https://build.opensuse.org/request/show/60302
OBS-URL: https://build.opensuse.org/package/show/hardware/wireless-tools?expand=0&rev=14
This commit is contained in:
Vladimir Botka
2011-02-08 13:47:00 +00:00
committed by Git OBS Bridge
parent b8d69ed865
commit 194a487b6d
2 changed files with 8 additions and 3 deletions

View File

@@ -1,11 +1,16 @@
-------------------------------------------------------------------
Wed Dec 1 16:31:59 CET 2010 - vlado@suse.cz
Tue Feb 8 13:46:48 CET 2011 - vbotka@suse.de
- fixed typo in specfile; shall be /etc/modprobe.d/50-iwlagn.conf
-------------------------------------------------------------------
Wed Dec 1 16:31:59 CET 2010 - vbotka@suse.cz
- added iwlagn.modprobe with option to enable 11n connections
options iwlagn 11n_disable=0
-------------------------------------------------------------------
Fri Feb 5 20:22:05 CET 2010 - vlado@suse.cz
Fri Feb 5 20:22:05 CET 2010 - vbotka@suse.cz
- iwl3945.modprobe added, bnc #556665

View File

@@ -116,7 +116,7 @@ install -m755 ../lwepgen/lwepgen %{buildroot}/usr/sbin
mkdir -p %{buildroot}/etc/modprobe.d
install -m644 %{SOURCE4} %{buildroot}/etc/modprobe.d/50-ipw2200.conf
install -m644 %{SOURCE10} %{buildroot}/etc/modprobe.d/50-iwl3945.conf
install -m644 %{SOURCE11} %{buildroot}/etc/modprobe.d/50-iwagn.conf
install -m644 %{SOURCE11} %{buildroot}/etc/modprobe.d/50-iwlagn.conf
%ifarch %ix86 x86_64
install -m644 %{SOURCE5} %{buildroot}/etc/modprobe.d/50-prism54.conf
%endif