[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#419217: Kconfig for macintosh device drivers broken



Package: linux-source-2.6.20
Version: 2.6.20-1
Severity: normal
Tags: patch

drivers/macintosh/Kconfig depends on PPC_MAC while there only exists
PPC_PMAC  in the rest of the kernel source. As a result, these drivers
never get a chance to be build.
The attached patch fixes this.

elmar

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.18
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages linux-source-2.6.20 depends on:
ii  binutils                      2.17-3     The GNU assembler, linker and bina
ii  bzip2                         1.0.3-6    high-quality block-sorting file co

Versions of packages linux-source-2.6.20 recommends:
ii  gcc                           4:4.1.1-15 The GNU C compiler
ii  libc6-dev [libc-dev]          2.5-1      GNU C Library: Development Librari
ii  make                          3.81-3     The GNU version of the "make" util

-- no debconf information

-- 

 .'"`.                                                            /"\
| :' :   Elmar Hoffmann <elho@elho.net>    ASCII Ribbon Campaign  \ /
`. `'    GPG key available via pgp.net        against HTML email   X
  `-                                                    & vCards  / \
--- linux-source-2.6.20/drivers/macintosh/Kconfig~	2007-04-09 19:51:10.000000000 +0200
+++ linux-source-2.6.20/drivers/macintosh/Kconfig	2007-04-14 14:09:56.000000000 +0200
@@ -1,6 +1,6 @@
 
 menu "Macintosh device drivers"
-	depends on PPC_MAC || PPC_CHRP || MAC || X86
+	depends on PPC_PMAC || PPC_CHRP || MAC || X86
 
 config ADB
 	bool "Apple Desktop Bus (ADB) support"

Attachment: signature.asc
Description: Digital signature


Reply to: