[kernel] r10147 - in dists/trunk/linux-2.6/debian: . patches/bugfix/arm patches/series

Martin Michlmayr tbm at alioth.debian.org
Sat Jan 19 19:15:32 UTC 2008


Author: tbm
Date: Sat Jan 19 19:15:32 2008
New Revision: 10147

Log:
Disable ATH5K on ARM since it fails to compile.


Added:
   dists/trunk/linux-2.6/debian/patches/bugfix/arm/disable-ath5k.patch
   dists/trunk/linux-2.6/debian/patches/series/1~experimental.2
Modified:
   dists/trunk/linux-2.6/debian/changelog

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 19:15:32 2008
@@ -2,6 +2,7 @@
 
   [ Martin Michlmayr ]
   * Don't build the AdvanSys driver on ARM since it fails to compile.
+  * Disable ATH5K on ARM since it fails to compile.
   * [arm/iop32x] Activate DMADEVICES.
 
  -- Martin Michlmayr <tbm at cyrius.com>  Sat, 19 Jan 2008 19:23:50 +0100

Added: dists/trunk/linux-2.6/debian/patches/bugfix/arm/disable-ath5k.patch
==============================================================================
--- (empty file)
+++ dists/trunk/linux-2.6/debian/patches/bugfix/arm/disable-ath5k.patch	Sat Jan 19 19:15:32 2008
@@ -0,0 +1,14 @@
+  MODPOST 932 modules
+ERROR: "__bad_udelay" [drivers/net/wireless/ath5k/ath5k.ko] undefined!
+
+--- a/drivers/net/wireless/Kconfig	2008-01-19 19:13:01.000000000 +0000
++++ b/drivers/net/wireless/Kconfig	2008-01-19 19:13:25.000000000 +0000
+@@ -658,7 +658,7 @@
+ 
+ config ATH5K
+ 	tristate "Atheros 5xxx wireless cards support"
+-	depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
++	depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL && (!ARM || BROKEN)
+ 	default m
+ 	---help---
+ 	  This module adds support for wireless adapters based on

Added: dists/trunk/linux-2.6/debian/patches/series/1~experimental.2
==============================================================================
--- (empty file)
+++ dists/trunk/linux-2.6/debian/patches/series/1~experimental.2	Sat Jan 19 19:15:32 2008
@@ -0,0 +1 @@
++ bugfix/arm/disable-ath5k.patch



More information about the Kernel-svn-changes mailing list