[kernel] r8676 - in dists/trunk/linux-2.6/debian: . arch/alpha arch/amd64 arch/arm arch/hppa arch/i386 arch/ia64 arch/mips arch/mipsel arch/powerpc

Maximilian Attems maks at alioth.debian.org
Mon May 21 16:22:46 UTC 2007


Author: maks
Date: Mon May 21 16:22:46 2007
New Revision: 8676

Log:
also enable CONFIG_WLAN_80211=y

now ipw and friends should build again


Modified:
   dists/trunk/linux-2.6/debian/arch/alpha/config
   dists/trunk/linux-2.6/debian/arch/amd64/config
   dists/trunk/linux-2.6/debian/arch/arm/config.iop32x
   dists/trunk/linux-2.6/debian/arch/arm/config.ixp4xx
   dists/trunk/linux-2.6/debian/arch/hppa/config
   dists/trunk/linux-2.6/debian/arch/i386/config
   dists/trunk/linux-2.6/debian/arch/ia64/config
   dists/trunk/linux-2.6/debian/arch/mips/config.4kc-malta
   dists/trunk/linux-2.6/debian/arch/mipsel/config.4kc-malta
   dists/trunk/linux-2.6/debian/arch/mipsel/config.r5k-cobalt
   dists/trunk/linux-2.6/debian/arch/powerpc/config
   dists/trunk/linux-2.6/debian/changelog

Modified: dists/trunk/linux-2.6/debian/arch/alpha/config
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/alpha/config	(original)
+++ dists/trunk/linux-2.6/debian/arch/alpha/config	Mon May 21 16:22:46 2007
@@ -580,6 +580,7 @@
 CONFIG_WAVELAN=m
 CONFIG_PCMCIA_WAVELAN=m
 CONFIG_PCMCIA_NETWAVE=m
+CONFIG_WLAN_80211=y
 CONFIG_PCMCIA_RAYCS=m
 CONFIG_HERMES=m
 CONFIG_PLX_HERMES=m

Modified: dists/trunk/linux-2.6/debian/arch/amd64/config
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/amd64/config	(original)
+++ dists/trunk/linux-2.6/debian/arch/amd64/config	Mon May 21 16:22:46 2007
@@ -517,6 +517,7 @@
 CONFIG_STRIP=m
 CONFIG_PCMCIA_WAVELAN=m
 CONFIG_PCMCIA_NETWAVE=m
+CONFIG_WLAN_80211=y
 CONFIG_PCMCIA_RAYCS=m
 CONFIG_HERMES=m
 CONFIG_PLX_HERMES=m

Modified: dists/trunk/linux-2.6/debian/arch/arm/config.iop32x
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/arm/config.iop32x	(original)
+++ dists/trunk/linux-2.6/debian/arch/arm/config.iop32x	Mon May 21 16:22:46 2007
@@ -863,11 +863,8 @@
 # Wireless LAN (non-hamradio)
 #
 CONFIG_WLAN_PRE80211=y
-
-#
-# Obsolete Wireless cards support (pre-802.11)
-#
 CONFIG_STRIP=m
+CONFIG_WLAN_80211=y
 
 #
 # Wireless 802.11b ISA/PCI cards support

Modified: dists/trunk/linux-2.6/debian/arch/arm/config.ixp4xx
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/arm/config.ixp4xx	(original)
+++ dists/trunk/linux-2.6/debian/arch/arm/config.ixp4xx	Mon May 21 16:22:46 2007
@@ -846,11 +846,8 @@
 # Wireless LAN (non-hamradio)
 #
 CONFIG_WLAN_PRE80211=y
-
-#
-# Obsolete Wireless cards support (pre-802.11)
-#
 CONFIG_STRIP=m
+CONFIG_WLAN_80211=y
 
 #
 # Wireless 802.11b ISA/PCI cards support

Modified: dists/trunk/linux-2.6/debian/arch/hppa/config
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/hppa/config	(original)
+++ dists/trunk/linux-2.6/debian/arch/hppa/config	Mon May 21 16:22:46 2007
@@ -369,6 +369,7 @@
 # CONFIG_WAVELAN is not set
 CONFIG_PCMCIA_WAVELAN=m
 CONFIG_PCMCIA_NETWAVE=m
+CONFIG_WLAN_80211=y
 CONFIG_PCMCIA_RAYCS=m
 CONFIG_HERMES=m
 # CONFIG_PLX_HERMES is not set

Modified: dists/trunk/linux-2.6/debian/arch/i386/config
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/i386/config	(original)
+++ dists/trunk/linux-2.6/debian/arch/i386/config	Mon May 21 16:22:46 2007
@@ -661,6 +661,7 @@
 CONFIG_WAVELAN=m
 CONFIG_PCMCIA_WAVELAN=m
 CONFIG_PCMCIA_NETWAVE=m
+CONFIG_WLAN_80211=y
 CONFIG_PCMCIA_RAYCS=m
 CONFIG_HERMES=m
 CONFIG_PLX_HERMES=m

Modified: dists/trunk/linux-2.6/debian/arch/ia64/config
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/ia64/config	(original)
+++ dists/trunk/linux-2.6/debian/arch/ia64/config	Mon May 21 16:22:46 2007
@@ -483,6 +483,7 @@
 CONFIG_STRIP=m
 CONFIG_PCMCIA_WAVELAN=m
 CONFIG_PCMCIA_NETWAVE=m
+CONFIG_WLAN_80211=y
 CONFIG_PCMCIA_RAYCS=m
 CONFIG_HERMES=m
 CONFIG_PLX_HERMES=m

Modified: dists/trunk/linux-2.6/debian/arch/mips/config.4kc-malta
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/mips/config.4kc-malta	(original)
+++ dists/trunk/linux-2.6/debian/arch/mips/config.4kc-malta	Mon May 21 16:22:46 2007
@@ -1425,11 +1425,8 @@
 # Wireless LAN (non-hamradio)
 #
 CONFIG_WLAN_PRE80211=y
-
-#
-# Obsolete Wireless cards support (pre-802.11)
-#
 CONFIG_STRIP=m
+CONFIG_WLAN_80211=y
 
 #
 # Wireless 802.11b ISA/PCI cards support

Modified: dists/trunk/linux-2.6/debian/arch/mipsel/config.4kc-malta
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/mipsel/config.4kc-malta	(original)
+++ dists/trunk/linux-2.6/debian/arch/mipsel/config.4kc-malta	Mon May 21 16:22:46 2007
@@ -1426,11 +1426,8 @@
 # Wireless LAN (non-hamradio)
 #
 CONFIG_WLAN_PRE80211=y
-
-#
-# Obsolete Wireless cards support (pre-802.11)
-#
 CONFIG_STRIP=m
+CONFIG_WLAN_80211=y
 
 #
 # Wireless 802.11b ISA/PCI cards support

Modified: dists/trunk/linux-2.6/debian/arch/mipsel/config.r5k-cobalt
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/mipsel/config.r5k-cobalt	(original)
+++ dists/trunk/linux-2.6/debian/arch/mipsel/config.r5k-cobalt	Mon May 21 16:22:46 2007
@@ -759,11 +759,8 @@
 # Wireless LAN (non-hamradio)
 #
 CONFIG_WLAN_PRE80211=y
-
-#
-# Obsolete Wireless cards support (pre-802.11)
-#
 # CONFIG_STRIP is not set
+CONFIG_WLAN_80211=y
 
 #
 # Wireless 802.11b ISA/PCI cards support

Modified: dists/trunk/linux-2.6/debian/arch/powerpc/config
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/powerpc/config	(original)
+++ dists/trunk/linux-2.6/debian/arch/powerpc/config	Mon May 21 16:22:46 2007
@@ -435,6 +435,7 @@
 CONFIG_STRIP=m
 CONFIG_PCMCIA_WAVELAN=m
 CONFIG_PCMCIA_NETWAVE=m
+CONFIG_WLAN_80211=y
 CONFIG_PCMCIA_RAYCS=m
 CONFIG_HERMES=m
 CONFIG_APPLE_AIRPORT=m

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Mon May 21 16:22:46 2007
@@ -11,9 +11,9 @@
     DM_DELAY in topconfig.
   * [amd64, i386]: Take care of the renaming acpi-ibm to thinkpad-acpi.
     Enable KINGSUN_DONGLE, AF_RXRPC, RXKAD, MTD_NAND_PLATFORM, BLINK.
-  * Enable WLAN_PRE80211 on all archs that had NET_RADIO enabled.
+  * Enable WLAN_PRE80211 and WLAN_80211 on all archs with NET_RADIO enabled.
 
- -- maximilian attems <maks at debian.org>  Mon, 21 May 2007 18:17:55 +0200
+ -- maximilian attems <maks at debian.org>  Mon, 21 May 2007 18:24:02 +0200
 
 linux-2.6 (2.6.21-3) UNRELEASED; urgency=low
 



More information about the Kernel-svn-changes mailing list