Disable ATH5K on ARM since it fails to compile.

svn path=/dists/trunk/linux-2.6/; revision=10147
This commit is contained in:
Martin Michlmayr 2008-01-19 19:15:32 +00:00
parent f87c795d41
commit 32090c4be3
3 changed files with 16 additions and 0 deletions

1
debian/changelog vendored
View File

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

View File

@ -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

View File

@ -0,0 +1 @@
+ bugfix/arm/disable-ath5k.patch