r155 - unstable/rt2400/debian/patches

Ben Hutchings benh at alioth.debian.org
Wed Apr 8 01:19:31 UTC 2009


Author: benh
Date: 2009-04-08 01:19:31 +0000 (Wed, 08 Apr 2009)
New Revision: 155

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


Added: unstable/rt2400/debian/patches/002_no_config_file.diff
===================================================================
--- unstable/rt2400/debian/patches/002_no_config_file.diff	                        (rev 0)
+++ unstable/rt2400/debian/patches/002_no_config_file.diff	2009-04-08 01:19:31 UTC (rev 155)
@@ -0,0 +1,18 @@
+--- rt2400-1.2.2+cvs20080623.orig/Module/rtmp_init.c
++++ rt2400-1.2.2+cvs20080623/Module/rtmp_init.c
+@@ -1069,6 +1069,7 @@
+ VOID RTMPReadParametersFromFile(
+ 	IN	PRTMP_ADAPTER pAd)
+ {
++#if 0
+ 	RTMP_PROFILE_SETTING	profile;
+ 	PUCHAR					src;
+ 	struct file				*srcf;
+@@ -1147,6 +1148,7 @@
+ 	set_fs(orgfs);
+ 	current->fsuid=orgfsuid;
+ 	current->fsgid=orgfsgid;
++#endif // 0
+ }
+ 
+ /*

Modified: unstable/rt2400/debian/patches/series
===================================================================
--- unstable/rt2400/debian/patches/series	2009-04-07 23:04:31 UTC (rev 154)
+++ unstable/rt2400/debian/patches/series	2009-04-08 01:19:31 UTC (rev 155)
@@ -1,2 +1,4 @@
 000_if_name.diff
 001_fix_probe_request_overflow.diff
+002_no_config_file.diff
+003_use_netdev_functions.diff




More information about the Pkg-ralink-commits mailing list