r102 - / unstable/rt73/debian unstable/rt73/debian/conf

dexter at alioth.debian.org dexter at alioth.debian.org
Sun Nov 25 21:55:14 UTC 2007


Author: dexter
Date: 2007-11-25 21:55:13 +0000 (Sun, 25 Nov 2007)
New Revision: 102

Modified:
   /
   unstable/rt73/debian/README.modules
   unstable/rt73/debian/changelog
   unstable/rt73/debian/conf/rt73.rules
   unstable/rt73/debian/packages
Log:
rt73 (1:1.0.3.6-cvs20071123-dfsg1-2) unstable; urgency=low

  * Really remove /lib/firmware/rt73.bin symlink. Closes: #451772.
  * Do not use deprecated udev rule. Closes: #451906.



Property changes on: 
___________________________________________________________________
Name: svk:merge
   - a768dc91-4809-499b-a2f1-8fca22b1f4b0:/local:82
bea672ba-e00a-4fc0-a772-acead0b0dd41:/local:105
   + a768dc91-4809-499b-a2f1-8fca22b1f4b0:/local:82
bea672ba-e00a-4fc0-a772-acead0b0dd41:/local:109

Modified: unstable/rt73/debian/README.modules
===================================================================
--- unstable/rt73/debian/README.modules	2007-11-25 21:41:19 UTC (rev 101)
+++ unstable/rt73/debian/README.modules	2007-11-25 21:55:13 UTC (rev 102)
@@ -49,7 +49,8 @@
 
 The rt73.bin firmware file can be downloaded with update-rt73-firmware
 command.  The firmware file will be placed in /etc/firmware directory and
-symlinked as /lib/firmware/rt73.bin.
+symlinked as /lib/firmware/rt73.bin.  The symlink will be created only if
+/usr/firmware/rt73.bin file does not exist.
 
 Be careful!  The driver can hang up and generate kernel OOPS if the firmware
 can not be loaded!

Modified: unstable/rt73/debian/changelog
===================================================================
--- unstable/rt73/debian/changelog	2007-11-25 21:41:19 UTC (rev 101)
+++ unstable/rt73/debian/changelog	2007-11-25 21:55:13 UTC (rev 102)
@@ -1,3 +1,10 @@
+rt73 (1:1.0.3.6-cvs20071123-dfsg1-2) unstable; urgency=low
+
+  * Really remove /lib/firmware/rt73.bin symlink. Closes: #451772.
+  * Do not use deprecated udev rule. Closes: #451906.
+
+ -- Piotr Roszatycki <dexter at debian.org>  Sun, 25 Nov 2007 21:56:55 +0100
+
 rt73 (1:1.0.3.6-cvs20071123-dfsg1-1) unstable; urgency=low
 
   * New CVS snapshot.

Modified: unstable/rt73/debian/conf/rt73.rules
===================================================================
--- unstable/rt73/debian/conf/rt73.rules	2007-11-25 21:41:19 UTC (rev 101)
+++ unstable/rt73/debian/conf/rt73.rules	2007-11-25 21:55:13 UTC (rev 102)
@@ -1 +1,2 @@
-SUBSYSTEM=="net", ACTION=="add", ENV{PHYSDEVDRIVER}=="rt73", RUN+="/sbin/ifconfig $env{INTERFACE} up"
+# automatically set up the rt73 interface so iwconfig can be used
+DRIVERS=="rt73", ACTION=="add", RUN+="/sbin/ifconfig $env{INTERFACE} up"

Modified: unstable/rt73/debian/packages
===================================================================
--- unstable/rt73/debian/packages	2007-11-25 21:41:19 UTC (rev 101)
+++ unstable/rt73/debian/packages	2007-11-25 21:55:13 UTC (rev 102)
@@ -86,7 +86,6 @@
  yada install -man debian/scripts/update-rt73-firmware.8
  yada install -conf -into /etc/modprobe.d -as rt73 debian/conf/rt73.modprobe
  yada install -conf -into /etc/udev/rules.d -as 85-rt73.rules debian/conf/rt73.rules
- yada symlink -into /lib/firmware /etc/firmware/rt73.bin
  yada install -doc README Module/iwpriv_usage.txt
  yada install -doc -as README.Debian debian/README
  yada install -doc -as NEWS.Debian -gzip debian/NEWS




More information about the Pkg-ralink-commits mailing list