]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- added (commented by default) the kernel-usb_reset.patch (for T41)
authorwitekfl <witekfl@pld-linux.org>
Tue, 26 Oct 2010 14:44:13 +0000 (14:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- do not remove it. It is easier to uncomment two lines, then patch
  kernel.spec every time.

Changed files:
    kernel.spec -> 1.854

kernel.spec

index 8cfd5fd7f2a3917657750f89912226b233c82de6..41448745fc56aa2fc42e2df954665a76a7340ea5 100644 (file)
@@ -304,6 +304,10 @@ Patch10000:        kernel-grsec-caps.patch
 Patch10001:    kernel-grsec-common.patch
 Patch10002:    kernel-grsec_fixes.patch
 
+# Do not remove this line, please. It is easier for me to uncomment two lines, then patch
+# kernel.spec every time.
+#Patch50000:   kernel-usb_reset.patch
+
 URL:           http://www.kernel.org/
 BuildRequires: binutils >= 3:2.18
 %ifarch sparc sparc64
@@ -807,6 +811,9 @@ sed -i 's/-Werror//' arch/alpha/kernel/Makefile
 %patch2001 -p1
 #%patch2003 -p1
 
+# Do not remove this, please!
+#%patch50000 -p1
+
 # Fix EXTRAVERSION in main Makefile
 sed -i 's#EXTRAVERSION =.*#EXTRAVERSION = %{postver}%{?alt_kernel:_%{alt_kernel}}#g' Makefile
 
This page took 0.053642 seconds and 4 git commands to generate.