[kernel] r5989 - dists/trunk/linux-2.6/debian/patches

Martin Michlmayr tbm at costa.debian.org
Mon Feb 27 23:49:10 UTC 2006


Author: tbm
Date: Mon Feb 27 23:49:05 2006
New Revision: 5989

Modified:
   dists/trunk/linux-2.6/debian/patches/mips-makefile.patch
Log:
make the patch apply


Modified: dists/trunk/linux-2.6/debian/patches/mips-makefile.patch
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/mips-makefile.patch	(original)
+++ dists/trunk/linux-2.6/debian/patches/mips-makefile.patch	Mon Feb 27 23:49:05 2006
@@ -16,8 +16,8 @@
  SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \
  				  -e s/arm.*/arm/ -e s/sa110/arm/ \
  				  -e s/s390x/s390/ -e s/parisc64/parisc/ \
--				  -e s/ppc64/powerpc/ )
-+				  -e s/ppc64/powerpc/ -e s/mips.*/mips/ )
+-				  -e s/ppc.*/powerpc/ )
++				  -e s/ppc.*/powerpc/ -e s/mips.*/mips/ )
  
  # Cross compiling and selecting different set of gcc/bin-utils
  # ---------------------------------------------------------------------------



More information about the Kernel-svn-changes mailing list