Revision: 2241
Author: alextreme
Date: 2006-05-20 17:04:29 -0700 (Sat, 20 May 2006)
ViewCVS: http://svn.sourceforge.net/morphix/?rev=2241&view=rev
Log Message:
-----------
* adding atmel firmware, fixed end-tag
Modified Paths:
--------------
trunk/scripts-mini/wififirm/MiniModuleWifiFirmware.xml
Modified: trunk/scripts-mini/wififirm/MiniModuleWifiFirmware.xml
===================================================================
--- trunk/scripts-mini/wififirm/MiniModuleWifiFirmware.xml 2006-05-20 23:21:49 UTC (rev 2240)
+++ trunk/scripts-mini/wififirm/MiniModuleWifiFirmware.xml 2006-05-21 00:04:29 UTC (rev 2241)
@@ -2,23 +2,26 @@
<group>
<minimod>
<version>0.0.1</version>
- <description>MorphMini for loading wireless devices needing external firmware</description>
+ <description>MorphMini for loading wlan devices needing
+ external firmware. The kernel packages/drivers do need to be
+ installed for the wlan devices to work</description>
<minitag>Wififirm</minitag>
<maintag>ALL</maintag>
<bootoption>wififirm=yes</bootoption> <!-- Requires morphing-tools 0.2-20 + -->
<filelist> <!-- files to be added to minimod available as $1/morphix/files/ -->
<remote>
<file>http://bughost.org/firmware/ipw2200-fw-2.4.tgz</file>
-<!-- ipw2200 >=1.07 < 1.1.1 -->
+<!-- ipw2200 >=1.07 < 1.1.1, packagename ipw2200-source -->
<file>http://bughost.org/firmware/ipw2200-fw-3.0.tgz</file>
-<!-- ipw2200 >= 1.1.1 -->
+<!-- ipw2200 >= 1.1.1, packagename ipw2200-source -->
<file>http://bughost.org/firmware/ipw2100-fw-1.3.tgz</file>
-<!-- ipw2100 -->
+<!-- ipw2100, packagename ipw2100-source -->
<file>http://acx100.erley.org/acx_fw/acx100usb_dlink_dwl120+/fw1/ACX100_USB.bin</file>
-<!-- acx100 usb -->
- <file>http://acx100.erley.org/acx_fw/acx111_netgear_wg311v2/fw1/FwRad16.bin_1.2.1.34/file>
-<!-- acx111 1.2.1.34 -->
-
+<!-- acx100 usb, packagename acx100-source -->
+ <file>http://acx100.erley.org/acx_fw/acx111_netgear_wg311v2/fw1/FwRad16.bin_1.2.1.34</file>
+<!-- acx111 1.2.1.34, packagename acx100-source -->
+ <file>http://www.thekelleys.org.uk/atmel/atmel-firmware-1.3.tar.gz</file>
+<!-- Atmel firmware, packagename at76c503a-source -->
</remote>
</filelist>
<commandlist> <!-- Commands to be started from minimodule -->
@@ -29,6 +32,9 @@
<command>tar zxvf $1/morphix/files/*.tgz /lib/firmware/</command>
<command>cp $1/morphix/files/ACX100_USB.bin /lib/firmware/</command>
<command>cp $1/morphix/files/FwRad16.bin_1.2.1.34 /lib/firmware/</command>
+ <command>cp $1/morphix/files/atmel-firmware-1.3.tar.gz /tmp/</command>
+ <command>cd /tmp && tar zxvf atmel-firmware-1.3.tar.gz</command>
+ <command>sh /tmp/atmel-firmware-1.3/install.sh</command>
<command>/etc/init.d/hotplug restart</command>
</preX>
</commandlist>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&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.