Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (4fee8fe1adb693af09374af175fca769811e4eed)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (4fee8fe1adb693af09374af175fca769811e4eed)
  • Date: Sun, 16 May 2010 09:59:30 -0500

GIT changes to master z-rejected grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

ChangeLog | 4 +
z-net/iwlwifi-6000-ucode/BUILD | 1
z-net/iwlwifi-6000-ucode/CONFIGURE | 1
z-net/iwlwifi-6000-ucode/DETAILS | 24
++++++++++
z-net/iwlwifi-6000-ucode/HISTORY | 3 +
z-net/iwlwifi-6000-ucode/INSTALL | 3 +
z-net/iwlwifi-6000-ucode/PRE_BUILD | 12 +++++
z-net/iwlwifi-6000-ucode/PROVIDES | 1
z-net/iwlwifi-6000-ucode/iwlwifi-6000-ucode-9.193.4.1.tgz.sig |binary
9 files changed, 49 insertions(+)

New commits:
commit 4fee8fe1adb693af09374af175fca769811e4eed
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

iwlwifi-6000-ucode: Added Firmware for the Intel Wireless 6000-series
Wi-Fi Adapters

diff --git a/ChangeLog b/ChangeLog
index 8a969d3..d01640d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-15 Eric Sandall <sandalle AT sourcemage.org>
+ * z-net/iwlwifi-6000-ucode: Added firmware for the Intel Wireless
+ 6000-series Wi-Fi Adapters
+
2010-05-01 Eric Sandall <sandalle AT sourcemage.org>
* z-net/ts3_client: Added a P2P talking over the net (client side)

diff --git a/z-net/iwlwifi-6000-ucode/BUILD b/z-net/iwlwifi-6000-ucode/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/z-net/iwlwifi-6000-ucode/BUILD
@@ -0,0 +1 @@
+true
diff --git a/z-net/iwlwifi-6000-ucode/CONFIGURE
b/z-net/iwlwifi-6000-ucode/CONFIGURE
new file mode 100755
index 0000000..cfee8df
--- /dev/null
+++ b/z-net/iwlwifi-6000-ucode/CONFIGURE
@@ -0,0 +1 @@
+. "$GRIMOIRE/REJECTED_MSG"
diff --git a/z-net/iwlwifi-6000-ucode/DETAILS
b/z-net/iwlwifi-6000-ucode/DETAILS
new file mode 100755
index 0000000..cc415c5
--- /dev/null
+++ b/z-net/iwlwifi-6000-ucode/DETAILS
@@ -0,0 +1,24 @@
+ SPELL=iwlwifi-6000-ucode
+ VERSION=9.193.4.1
+ SOURCE=$SPELL-$VERSION.tgz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://intellinuxwireless.org/iwlwifi/downloads/$SOURCE
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+ LICENSE[0]=http://intellinuxwireless.org/LICENSE.iwlwifi-ucode
+ WEB_SITE=http://intellinuxwireless.org/iwlwifi/
+ ENTERED=20100515
+ REJECT='Non-modification firmware license'
+ SHORT='Firmware for the Intel Wireless 6000-series Wi-Fi Adapters'
+cat << EOF
+The iwlwifi project provides a driver which utilizes the new mac80211
subsystem
+for the Intel Wireless WiFi Link 6200AGN and 6300AGN Adapters.
+
+In addition to using the new mac80211 subsystem, this project uses a new
+microcode image which removes the need for the user space regulatory daemon.
+This change should help to simplify installation, development, and
+redistribution of this driver package.
+
+NOTE: The iwlwifi driver is a development driver. If you are looking for a
+fully validated and stable driver, please visit the Intel Customer Support
+download page
+EOF
diff --git a/z-net/iwlwifi-6000-ucode/HISTORY
b/z-net/iwlwifi-6000-ucode/HISTORY
new file mode 100644
index 0000000..6070562
--- /dev/null
+++ b/z-net/iwlwifi-6000-ucode/HISTORY
@@ -0,0 +1,3 @@
+2010-05-15 Eric Sandall <sandalle AT sourcemage.org>
+ * Created
+
diff --git a/z-net/iwlwifi-6000-ucode/INSTALL
b/z-net/iwlwifi-6000-ucode/INSTALL
new file mode 100755
index 0000000..b32dea2
--- /dev/null
+++ b/z-net/iwlwifi-6000-ucode/INSTALL
@@ -0,0 +1,3 @@
+message "${MESSAGE_COLOR}Installing firmware...$DEFAULT_COLOR"
&&
+mkdir -p $INSTALL_ROOT/lib/firmware
&&
+cp -v $SOURCE_DIRECTORY/${SPELL/-ucode/}-4.ucode $INSTALL_ROOT/lib/firmware
diff --git a/z-net/iwlwifi-6000-ucode/PRE_BUILD
b/z-net/iwlwifi-6000-ucode/PRE_BUILD
new file mode 100755
index 0000000..c4c1238
--- /dev/null
+++ b/z-net/iwlwifi-6000-ucode/PRE_BUILD
@@ -0,0 +1,12 @@
+local _FW_LOADER=$(get_kernel_config CONFIG_FW_LOADER) &&
+
+if [[ $_FW_LOADER != y &&
+ $_FW_LOADER != m ]]
+then
+ message "${PROBLEM_COLOR}You don't have CONFIG_FW_LOADER" \
+ "enabled in your kernel configuration, cannot load" \
+ "$SPELL.${DEFAULT_COLOR}" &&
+ return 1
+fi &&
+
+default_pre_build
diff --git a/z-net/iwlwifi-6000-ucode/PROVIDES
b/z-net/iwlwifi-6000-ucode/PROVIDES
new file mode 100755
index 0000000..11c965a
--- /dev/null
+++ b/z-net/iwlwifi-6000-ucode/PROVIDES
@@ -0,0 +1 @@
+provides IWLWIFI-UCODE
diff --git a/z-net/iwlwifi-6000-ucode/UNATTEND_SAFE
b/z-net/iwlwifi-6000-ucode/UNATTEND_SAFE
new file mode 100644
index 0000000..e69de29
diff --git a/z-net/iwlwifi-6000-ucode/iwlwifi-6000-ucode-9.193.4.1.tgz.sig
b/z-net/iwlwifi-6000-ucode/iwlwifi-6000-ucode-9.193.4.1.tgz.sig
new file mode 100644
index 0000000..1feb82f
Binary files /dev/null and
b/z-net/iwlwifi-6000-ucode/iwlwifi-6000-ucode-9.193.4.1.tgz.sig differ



  • [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (4fee8fe1adb693af09374af175fca769811e4eed), Eric Sandall, 05/16/2010

Archive powered by MHonArc 2.6.24.

Top of Page