summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2007-04-03 14:14:45 -0700
committerEric Sandall2007-04-10 21:17:01 -0700
commitb509cfa9434f4f10ad77df070198f2f3533cc023 (patch)
tree414b02723d264726209fe1cdf098a7b2eba48c7c
parentf9dfcab416b39df6d3593a54e0db52eada73cd75 (diff)
madwifi: No longer prompt during install (Bug #13622)
(cherry picked from commit da5ef4213ecf7e1c0fe31048cddd16613b6427b5)
-rw-r--r--kernels/madwifi/HISTORY3
-rwxr-xr-xkernels/madwifi/PRE_BUILD3
2 files changed, 5 insertions, 1 deletions
diff --git a/kernels/madwifi/HISTORY b/kernels/madwifi/HISTORY
index b0dd82e580..bc8ff781ff 100644
--- a/kernels/madwifi/HISTORY
+++ b/kernels/madwifi/HISTORY
@@ -1,3 +1,6 @@
+2007-04-03 Eric Sandall <sandalle@sourcemage.org>
+ * PRE_BUILD: Remove calls to find-madwifi-modules.sh (Bug #13622)
+
2007-03-15 Eric Sandall <sandalle@sourcemage.org>
* DETAILS: SVN URL changed to svn.madwifi.org/trunk
Use svn:// instead of svn_http://
diff --git a/kernels/madwifi/PRE_BUILD b/kernels/madwifi/PRE_BUILD
index 476965f2f6..3fda5e45c7 100755
--- a/kernels/madwifi/PRE_BUILD
+++ b/kernels/madwifi/PRE_BUILD
@@ -5,4 +5,5 @@ if [[ "$MADWIFI_SVN" != "y" ]]; then
patch -p1 < $SCRIPT_DIRECTORY/linux-config.patch
fi &&
-sedit 's:-Werror::' Makefile.inc
+sedit 's:-Werror::' Makefile.inc &&
+sedit 's:.*find-madwifi-modules.sh.*::g' Makefile