r158 - unstable/rt2500/debian/patches

Ben Hutchings benh at alioth.debian.org
Wed Apr 8 01:24:46 UTC 2009


Author: benh
Date: 2009-04-08 01:24:45 +0000 (Wed, 08 Apr 2009)
New Revision: 158

Added:
   unstable/rt2500/debian/patches/007_no_config_file.diff
Modified:
   unstable/rt2500/debian/patches/series
Log:
Disable reading parameters from file; this was deprecated and the implementation fails to build for current kernels


Added: unstable/rt2500/debian/patches/007_no_config_file.diff
===================================================================
--- unstable/rt2500/debian/patches/007_no_config_file.diff	                        (rev 0)
+++ unstable/rt2500/debian/patches/007_no_config_file.diff	2009-04-08 01:24:45 UTC (rev 158)
@@ -0,0 +1,21 @@
+Disable reading parameters from file; this was deprecated and the
+implementation fails to build for current kernels.
+
+--- rt2500-1.1.0-b4+cvs20080623.orig/Module/rtmp_init.c
++++ rt2500-1.1.0-b4+cvs20080623/Module/rtmp_init.c
+@@ -1385,6 +1385,7 @@
+ VOID RTMPReadParametersFromFile(
+     IN  PRTMP_ADAPTER pAd)
+ {
++#if 0
+     PUCHAR                                  src;
+     struct file                             *srcf;
+     INT                                     retval, orgfsuid, orgfsgid;
+@@ -1987,6 +1988,7 @@
+     current->fsuid = orgfsuid;
+     current->fsgid = orgfsgid;
+     kfree(buffer);
++#endif // 0
+ }
+ /*
+     ========================================================================

Modified: unstable/rt2500/debian/patches/series
===================================================================
--- unstable/rt2500/debian/patches/series	2009-04-08 01:23:42 UTC (rev 157)
+++ unstable/rt2500/debian/patches/series	2009-04-08 01:24:45 UTC (rev 158)
@@ -1,3 +1,4 @@
 000_if_name.diff
 005_fix_error_rate_vars.diff
 006_fix_probe_request_overflow.diff
+007_no_config_file.diff




More information about the Pkg-ralink-commits mailing list