SF.net SVN: morphix: [2176] trunk/kernelconfig/build-modules.sh

[email protected]
Newsgroups gmane.linux.morphix.cvs
Message-ID <[email protected]>
Revision: 2176
Author:   alextreme
Date:     2006-03-28 02:41:45 -0800 (Tue, 28 Mar 2006)
ViewCVS:  http://svn.sourceforge.net/morphix/?rev=2176&view=rev

Log Message:
-----------
  * adding kernel module buildscript

Added Paths:
-----------
    trunk/kernelconfig/build-modules.sh
Added: trunk/kernelconfig/build-modules.sh
===================================================================
--- trunk/kernelconfig/build-modules.sh	                        (rev 0)
+++ trunk/kernelconfig/build-modules.sh	2006-03-28 10:41:45 UTC (rev 2176)
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+# Kernel Module build script
+#
+# A handy-dandy way to build a range of modules available in Debian. 
+# Modules will be placed in /usr/src, and skips on broken/unbuildable modules
+
+HEADERDIR="/usr/src/linux"
+LIST="at76c503a spca5xx madwifi bcm43xx ipw2100 ipw2200 ndiswrapper ov511 pwc rt2400 rt2500 zd1211 acx100 linux-wlan-ng"
+
+module-assistant get $LIST
+module-assistant build $LIST -i -k $HEADERDIR
+


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.