r157 - unstable/rt2400/debian/patches

Ben Hutchings benh at alioth.debian.org
Wed Apr 8 01:23:42 UTC 2009


Author: benh
Date: 2009-04-08 01:23:42 +0000 (Wed, 08 Apr 2009)
New Revision: 157

Modified:
   unstable/rt2400/debian/patches/000_if_name.diff
   unstable/rt2400/debian/patches/002_no_config_file.diff
   unstable/rt2400/debian/patches/003_use_netdev_functions.diff
Log:
Add comments


Modified: unstable/rt2400/debian/patches/000_if_name.diff
===================================================================
--- unstable/rt2400/debian/patches/000_if_name.diff	2009-04-08 01:20:15 UTC (rev 156)
+++ unstable/rt2400/debian/patches/000_if_name.diff	2009-04-08 01:23:42 UTC (rev 157)
@@ -1,3 +1,6 @@
+Linux network devices should be named generically, not depending on the
+manufacturer.
+
 --- rt2400.orig/Module/rtmp_main.c
 +++ rt2400/Module/rtmp_main.c
 @@ -64,7 +64,7 @@

Modified: unstable/rt2400/debian/patches/002_no_config_file.diff
===================================================================
--- unstable/rt2400/debian/patches/002_no_config_file.diff	2009-04-08 01:20:15 UTC (rev 156)
+++ unstable/rt2400/debian/patches/002_no_config_file.diff	2009-04-08 01:23:42 UTC (rev 157)
@@ -1,3 +1,6 @@
+Disable reading parameters from file; this was deprecated and the
+implementation fails to build for current kernels.
+
 --- rt2400-1.2.2+cvs20080623.orig/Module/rtmp_init.c
 +++ rt2400-1.2.2+cvs20080623/Module/rtmp_init.c
 @@ -1069,6 +1069,7 @@

Modified: unstable/rt2400/debian/patches/003_use_netdev_functions.diff
===================================================================
--- unstable/rt2400/debian/patches/003_use_netdev_functions.diff	2009-04-08 01:20:15 UTC (rev 156)
+++ unstable/rt2400/debian/patches/003_use_netdev_functions.diff	2009-04-08 01:23:42 UTC (rev 157)
@@ -1,3 +1,5 @@
+Use proper function to free the net_device.
+
 --- rt2400-1.2.2+cvs20080623.orig/Module/rtmp_main.c
 +++ rt2400-1.2.2+cvs20080623/Module/rtmp_main.c
 @@ -879,7 +879,7 @@




More information about the Pkg-ralink-commits mailing list