Accepting request 31670 from home:vbotka:branches:hardware

Copy from home:vbotka:branches:hardware/wireless-tools via accept of submit request 31670 revision 2.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/31670
OBS-URL: https://build.opensuse.org/package/show/hardware/wireless-tools?expand=0&rev=9
This commit is contained in:
Vladimir Botka
2010-02-05 19:31:19 +00:00
committed by Git OBS Bridge
parent 63ebab179a
commit 8569dd4627
3 changed files with 8 additions and 0 deletions

1
iwl3945.modprobe Normal file
View File

@@ -0,0 +1 @@
options iwl3945 disable_hw_scan=1

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 5 20:22:05 CET 2010 - vlado@suse.cz
- iwl3945.modprobe added, bnc 556665
-------------------------------------------------------------------
Sun Jan 31 20:56:53 CET 2010 - meissner@suse.de

View File

@@ -38,6 +38,7 @@ Source5: prism54.modprobe
Source6: lwepgen.tar.bz2
Source8: iwlwifi-led.sh
Source9: 99-iwlwifi-led.rules
Source10: iwl3945.modprobe
Requires: libiw = %{version}
%package -n libiw30
@@ -113,6 +114,7 @@ install -m755 install_acx100_firmware %{buildroot}/usr/sbin
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
%ifarch %ix86 x86_64
install -m644 %{SOURCE5} %{buildroot}/etc/modprobe.d/50-prism54.conf
%endif