summaryrefslogtreecommitdiff
path: root/iwlwifi-3945-ucode
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@users.sourceforge.net>2008-04-22 20:23:13 +0200
committerJose V Beneyto <sepen@users.sourceforge.net>2008-04-22 20:23:13 +0200
commit831bc8932eb52f01823afb7c754025540b9595f0 (patch)
tree011107f1a4f23f0d138375c561c829649a35c05e /iwlwifi-3945-ucode
parent0fbd08b1aa098275bc2f4c690c07f8ee40c94acc (diff)
downloadcontrib-831bc8932eb52f01823afb7c754025540b9595f0.tar.gz
contrib-831bc8932eb52f01823afb7c754025540b9595f0.tar.xz
iwlwifi-3945-ucode: New port.
Diffstat (limited to 'iwlwifi-3945-ucode')
-rw-r--r--iwlwifi-3945-ucode/.footprint3
-rw-r--r--iwlwifi-3945-ucode/.md5sum1
-rw-r--r--iwlwifi-3945-ucode/Pkgfile15
-rw-r--r--iwlwifi-3945-ucode/README12
4 files changed, 31 insertions, 0 deletions
diff --git a/iwlwifi-3945-ucode/.footprint b/iwlwifi-3945-ucode/.footprint
new file mode 100644
index 000000000..0afc3d96d
--- /dev/null
+++ b/iwlwifi-3945-ucode/.footprint
@@ -0,0 +1,3 @@
+drwxr-xr-x root/root lib/
+drwxr-xr-x root/root lib/firmware/
+-rw-r--r-- root/root lib/firmware/iwlwifi-3945-1.ucode
diff --git a/iwlwifi-3945-ucode/.md5sum b/iwlwifi-3945-ucode/.md5sum
new file mode 100644
index 000000000..7fce1f260
--- /dev/null
+++ b/iwlwifi-3945-ucode/.md5sum
@@ -0,0 +1 @@
+a8122d3e026561055f488dc654ccfcd1 iwlwifi-3945-ucode-2.14.1.5.tgz
diff --git a/iwlwifi-3945-ucode/Pkgfile b/iwlwifi-3945-ucode/Pkgfile
new file mode 100644
index 000000000..89dd33016
--- /dev/null
+++ b/iwlwifi-3945-ucode/Pkgfile
@@ -0,0 +1,15 @@
+# Description: Microcode image for the Intel Wireless WiFi link driver
+# URL: http://intellinuxwireless.org/?p=iwlwifi
+# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
+# Packager: Rouven Schuerch, rs at tegonal dot com
+# Depends on:
+
+name=iwlwifi-3945-ucode
+version=2.14.1.5
+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
+}
diff --git a/iwlwifi-3945-ucode/README b/iwlwifi-3945-ucode/README
new file mode 100644
index 000000000..ce619ba1b
--- /dev/null
+++ b/iwlwifi-3945-ucode/README
@@ -0,0 +1,12 @@
+
+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:
+
+ * CFG80211=m
+ * MAC80211=m
+ * WLAN_80211=y
+ * IWLWIFI=y
+ * IWL3945=m

Generated by cgit