[kernel] r10145 - in dists/trunk/linux-2.6/debian: . patches/bugfix/mips

Martin Michlmayr tbm at alioth.debian.org
Sat Jan 19 18:25:02 UTC 2008


Author: tbm
Date: Sat Jan 19 18:25:02 2008
New Revision: 10145

Log:
Don't build the AdvanSys driver on ARM since it fails to compile.


Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/patches/bugfix/mips/disable-advansys.patch

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Sat Jan 19 18:25:02 2008
@@ -1,3 +1,10 @@
+linux-2.6 (2.6.24~rc8-1~experimental.2) UNRELEASED; urgency=low
+
+  [ Martin Michlmayr ]
+  * Don't build the AdvanSys driver on ARM since it fails to compile.
+
+ -- Martin Michlmayr <tbm at cyrius.com>  Sat, 19 Jan 2008 19:23:50 +0100
+
 linux-2.6 (2.6.24~rc8-1~experimental.1) experimental; urgency=low
 
   * New upstream release

Modified: dists/trunk/linux-2.6/debian/patches/bugfix/mips/disable-advansys.patch
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/bugfix/mips/disable-advansys.patch	(original)
+++ dists/trunk/linux-2.6/debian/patches/bugfix/mips/disable-advansys.patch	Sat Jan 19 18:25:02 2008
@@ -10,7 +10,7 @@
  	tristate "AdvanSys SCSI support"
  	depends on SCSI && VIRT_TO_BUS
  	depends on ISA || EISA || PCI
-+	depends on (!MIPS || BROKEN)
++	depends on (!MIPS && !ARM) || BROKEN
  	help
  	  This is a driver for all SCSI host adapters manufactured by
  	  AdvanSys. It is documented in the kernel source in



More information about the Kernel-svn-changes mailing list