summaryrefslogtreecommitdiff
path: root/iwlwifi-3945-ucode
diff options
context:
space:
mode:
authorJoseVBeneyto <sepen@users.sourceforge.net>2009-02-20 09:13:22 +0000
committerJoseVBeneyto <sepen@users.sourceforge.net>2009-02-20 09:13:22 +0000
commit49b98e3a698596c5ffb1f274611b051f5ff1938a (patch)
tree35796ed9248f12e1b33f8fe14a62ec974e468607 /iwlwifi-3945-ucode
parent35254cb78702e164b37459c00b7bbbccebfac404 (diff)
downloadcontrib-49b98e3a698596c5ffb1f274611b051f5ff1938a.tar.gz
contrib-49b98e3a698596c5ffb1f274611b051f5ff1938a.tar.xz
iwlwifi-3945-ucode: updated to 15.28.2.8
Diffstat (limited to 'iwlwifi-3945-ucode')
-rw-r--r--iwlwifi-3945-ucode/.footprint4
-rw-r--r--iwlwifi-3945-ucode/.md5sum2
-rw-r--r--iwlwifi-3945-ucode/Pkgfile8
-rw-r--r--iwlwifi-3945-ucode/README15
4 files changed, 20 insertions, 9 deletions
diff --git a/iwlwifi-3945-ucode/.footprint b/iwlwifi-3945-ucode/.footprint
index b627d704d..a23a1c7d9 100644
--- a/iwlwifi-3945-ucode/.footprint
+++ b/iwlwifi-3945-ucode/.footprint
@@ -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
diff --git a/iwlwifi-3945-ucode/.md5sum b/iwlwifi-3945-ucode/.md5sum
index 7999719f2..dec9ed860 100644
--- a/iwlwifi-3945-ucode/.md5sum
+++ b/iwlwifi-3945-ucode/.md5sum
@@ -1 +1 @@
-56e605b59d3acc8bab22b699425a02d4 iwlwifi-3945-ucode-15.28.1.6.tgz
+d28cf1697da981c3f11f3420af6a40c8 iwlwifi-3945-ucode-15.28.2.8.tgz
diff --git a/iwlwifi-3945-ucode/Pkgfile b/iwlwifi-3945-ucode/Pkgfile
index 5f3da7537..7f3162aee 100644
--- a/iwlwifi-3945-ucode/Pkgfile
+++ b/iwlwifi-3945-ucode/Pkgfile
@@ -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
}
diff --git a/iwlwifi-3945-ucode/README b/iwlwifi-3945-ucode/README
index ce619ba1b..f18455361 100644
--- a/iwlwifi-3945-ucode/README
+++ b/iwlwifi-3945-ucode/README
@@ -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
+

Generated by cgit