New commits:
commit 7786bc0fc5b2b02cbb6e4c03221eb645ff496a4d
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
iwlwifi: Does *not* need ieee80211, it was a fluke that fixed it
commit 4fcefcc125a1dd772ec8eff3f820c56e1d903af0
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
ieee80211: Added correct linux .config modfication code to BUILD
-echo y | make KVER=$KERNEL_VER &&
-make KVER=$KERNEL_VER patch_kernel &&
-cd $INSTALL_ROOT/lib/modules/$KERNEL_VER/build &&
-echo n | make oldconfig &&
+echo y | make KVER=$KERNEL_VER &&
+echo y | make KVER=$KERNEL_VER patch_kernel &&
+cd $INSTALL_ROOT/lib/modules/$KERNEL_VER/build &&
+sed -i 's:.*CONFIG_IEEE80211.*:CONFIG_IEEE80211=m:' .config &&
+echo n | make oldconfig &&
make modules
diff --git a/kernels/ieee80211/HISTORY b/kernels/ieee80211/HISTORY
index 38ab993..7a714b9 100644
--- a/kernels/ieee80211/HISTORY
+++ b/kernels/ieee80211/HISTORY
@@ -1,3 +1,6 @@
+2007-10-08 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD: Added *correct* .config code for IEEE80211
+
2007-10-07 Eric Sandall <sandalle AT sourcemage.org>
* BUILD,INSTALL: Properly install ieee80211 kernel modules in the
kernel tree
diff --git a/kernels/iwlwifi/DEPENDS b/kernels/iwlwifi/DEPENDS
index e2aa448..27fc5a7 100755
--- a/kernels/iwlwifi/DEPENDS
+++ b/kernels/iwlwifi/DEPENDS
@@ -1,3 +1,2 @@
-depends ieee80211 &&
depends IWLWIFI-UCODE '' '' 'z-rejected' &&
depends mac80211
diff --git a/kernels/iwlwifi/HISTORY b/kernels/iwlwifi/HISTORY
index cc2833c..e906ed8 100644
--- a/kernels/iwlwifi/HISTORY
+++ b/kernels/iwlwifi/HISTORY
@@ -1,3 +1,7 @@
+2007-10-09 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Nope, it just doesn't work often and it happened to be a
fluke that
+ iwlwifi worked again after installing ieee80211. Only needs mac80211
+
2007-10-08 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Also seems to depend on ieee80211 to work properly
[SM-Commit] GIT changes to master grimoire by Eric Sandall (7786bc0fc5b2b02cbb6e4c03221eb645ff496a4d),
Eric Sandall, 10/09/2007