[Debian-live-changes] r1532 - dists/trunk/live-helper/examples

matth-guest at alioth.debian.org matth-guest at alioth.debian.org
Thu May 17 23:36:00 UTC 2007


Author: matth-guest
Date: 2007-05-17 23:36:00 +0000 (Thu, 17 May 2007)
New Revision: 1532

Modified:
   dists/trunk/live-helper/examples/rt2x00-hook.sh
Log:
get the firmware from ralinktech.com


Modified: dists/trunk/live-helper/examples/rt2x00-hook.sh
===================================================================
--- dists/trunk/live-helper/examples/rt2x00-hook.sh	2007-05-17 23:32:22 UTC (rev 1531)
+++ dists/trunk/live-helper/examples/rt2x00-hook.sh	2007-05-17 23:36:00 UTC (rev 1532)
@@ -12,3 +12,11 @@
 which m-a || apt-get install --yes module-assistant
 m-a update
 m-a a-i rt2x00-source
+
+# get the firmware for rt73usb
+cd /tmp
+wget "http://www.ralinktech.com.tw/data/RT73_Linux_STA_Drv1.0.4.0.tar.gz"
+tar zxvf RT73_Linux_STA_Drv1.0.4.0.tar.gz
+cp RT73_Linux_STA_Drv1.0.4.0/Module/rt73.bin /lib/firmware/
+rm -fr RT73_Linux_STA_Drv*
+cd ${OLDPWD}




More information about the Debian-live-changes mailing list