Skip to Content.
Sympa Menu

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

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 (a5e8aad4732051bebe075f807fe0b3cd9efd627f)
  • Date: Sat, 22 Sep 2007 01:36:05 -0500

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

z-kernels/ipw3945/HISTORY | 5 +++++
z-kernels/ipw3945/PRE_BUILD | 8 --------
2 files changed, 5 insertions(+), 8 deletions(-)

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

ipw3945: Doesn't seem to require CONFIG_NET_RADIO anymore

diff --git a/z-kernels/ipw3945/HISTORY b/z-kernels/ipw3945/HISTORY
index 9333ed8..598a033 100644
--- a/z-kernels/ipw3945/HISTORY
+++ b/z-kernels/ipw3945/HISTORY
@@ -1,5 +1,10 @@
+2007-09-21 Eric Sandall <sandalle AT sourcemage.org>
+ * PRE_BUILD: Doesn't seem to require CONFIG_NET_RADIO (which I cannot
+ find in my linux-2.6.22/.config anyways)
+
2007-05-15 David Brown <dmlb2000 AT gmail.com>
* DETAILS: updated to 1.2.1

2007-04-23 David Brown <dmlb2000 AT gmail.com>
* ALL: created spell (really forked the ipw2200 and changes things)
+
diff --git a/z-kernels/ipw3945/PRE_BUILD b/z-kernels/ipw3945/PRE_BUILD
index 55b794a..7d2e8c2 100755
--- a/z-kernels/ipw3945/PRE_BUILD
+++ b/z-kernels/ipw3945/PRE_BUILD
@@ -1,11 +1,3 @@
-if [[ $(get_kernel_config CONFIG_NET_RADIO) != y ]]
-then
- message "${PROBLEM_COLOR}You don't have CONFIG_NET_RADIO" \
- "enabled in your kernel configuration, cannot build" \
- "ipw2200.${DEFAULT_COLOR}" &&
- return 1
-fi &&
-
local _FW_LOADER=$(get_kernel_config CONFIG_FW_LOADER) &&

if [[ $_FW_LOADER != y &&



  • [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (a5e8aad4732051bebe075f807fe0b3cd9efd627f), Eric Sandall, 09/22/2007

Archive powered by MHonArc 2.6.24.

Top of Page