iwlwifi-3945-ucode: updated to 15.28.2.8

This commit is contained in:
JoseVBeneyto 2009-02-20 09:13:22 +00:00
parent 35254cb787
commit 49b98e3a69
4 changed files with 20 additions and 9 deletions

View File

@ -1,4 +1,4 @@
drwxr-xr-x root/root lib/
drwxr-xr-x root/root lib/firmware/
-rw-r--r-- root/root lib/firmware/iwlwifi-3945-1.ucode
lrwxrwxrwx root/root lib/firmware/iwlwifi-3945.ucode -> /lib/firmware/iwlwifi-3945-1.ucode
-rw-r--r-- root/root lib/firmware/iwlwifi-3945-2.ucode
lrwxrwxrwx root/root lib/firmware/iwlwifi-3945.ucode -> /lib/firmware/iwlwifi-3945-2.ucode

View File

@ -1 +1 @@
56e605b59d3acc8bab22b699425a02d4 iwlwifi-3945-ucode-15.28.1.6.tgz
d28cf1697da981c3f11f3420af6a40c8 iwlwifi-3945-ucode-15.28.2.8.tgz

View File

@ -5,13 +5,13 @@
# Depends on:
name=iwlwifi-3945-ucode
version=15.28.1.6
version=15.28.2.8
release=1
source=(http://intellinuxwireless.org/iwlwifi/downloads/$name-$version.tgz)
build () {
install -D -m 0644 $name-$version/iwlwifi-3945-1.ucode \
$PKG/lib/firmware/iwlwifi-3945-1.ucode
ln -sf /lib/firmware/iwlwifi-3945-1.ucode \
install -D -m 0644 $name-$version/iwlwifi-3945-2.ucode \
$PKG/lib/firmware/iwlwifi-3945-2.ucode
ln -sf /lib/firmware/iwlwifi-3945-2.ucode \
$PKG/lib/firmware/iwlwifi-3945.ucode
}

View File

@ -2,11 +2,22 @@
README for iwlwifi-3945-ucode
This howto assumes that you're running Linux 2.6.24 or greater.
First of all, enable the iwl3945 driver in the kernel:
*** Note for kernel >= 2.6.24 ***
Check that you enabled the following config options in the kernel:
* CFG80211=m
* MAC80211=m
* WLAN_80211=y
* IWLWIFI=y
* IWL3945=m
The iwlwifi-3945 driver will look for the file iwlwifi-3945-2.ucode using the
kernel's firmware_loader infrastructure. In order to function correctly, you
need to have this support enabled in your kernel. When you configure the
kernel, you can find this option in the following location:
Device Drivers ->
Generic Driver Options ->
Hotplug firmware loading support