Author: maks Date: Tue Jan 8 01:23:52 2008 New Revision: 10076 Log: fix trying to assign nonexistent symbol NET_RADIO
Modified: dists/trunk/linux-2.6/debian/config/arm/config.footbridge dists/trunk/linux-2.6/debian/config/arm/config.versatile dists/trunk/linux-2.6/debian/config/m68k/config dists/trunk/linux-2.6/debian/config/mips/config.r4k-ip22 dists/trunk/linux-2.6/debian/config/mips/config.r5k-ip32 dists/trunk/linux-2.6/debian/config/mips/config.sb1-bcm91250a dists/trunk/linux-2.6/debian/config/mips/config.sb1a-bcm91480b dists/trunk/linux-2.6/debian/config/mipsel/config.sb1-bcm91250a dists/trunk/linux-2.6/debian/config/mipsel/config.sb1a-bcm91480b dists/trunk/linux-2.6/debian/config/s390/config dists/trunk/linux-2.6/debian/config/sparc/config Modified: dists/trunk/linux-2.6/debian/config/arm/config.footbridge ============================================================================== --- dists/trunk/linux-2.6/debian/config/arm/config.footbridge (original) +++ dists/trunk/linux-2.6/debian/config/arm/config.footbridge Tue Jan 8 01:23:52 2008 @@ -663,11 +663,6 @@ # CONFIG_TR is not set # -# Wireless LAN (non-hamradio) -# -# CONFIG_NET_RADIO is not set - -# # Wan interfaces # # CONFIG_WAN is not set Modified: dists/trunk/linux-2.6/debian/config/arm/config.versatile ============================================================================== --- dists/trunk/linux-2.6/debian/config/arm/config.versatile (original) +++ dists/trunk/linux-2.6/debian/config/arm/config.versatile Tue Jan 8 01:23:52 2008 @@ -682,11 +682,6 @@ # CONFIG_TR is not set # -# Wireless LAN (non-hamradio) -# -# CONFIG_NET_RADIO is not set - -# # Wan interfaces # # CONFIG_WAN is not set Modified: dists/trunk/linux-2.6/debian/config/m68k/config ============================================================================== --- dists/trunk/linux-2.6/debian/config/m68k/config (original) +++ dists/trunk/linux-2.6/debian/config/m68k/config Tue Jan 8 01:23:52 2008 @@ -82,7 +82,6 @@ # CONFIG_BONDING is not set CONFIG_EQUALIZER=m # CONFIG_TUN is not set -# CONFIG_NET_RADIO is not set # CONFIG_WAN is not set CONFIG_PPP=m # CONFIG_PPP_MULTILINK is not set Modified: dists/trunk/linux-2.6/debian/config/mips/config.r4k-ip22 ============================================================================== --- dists/trunk/linux-2.6/debian/config/mips/config.r4k-ip22 (original) +++ dists/trunk/linux-2.6/debian/config/mips/config.r4k-ip22 Tue Jan 8 01:23:52 2008 @@ -404,11 +404,6 @@ # CONFIG_TR is not set # -# Wireless LAN (non-hamradio) -# -# CONFIG_NET_RADIO is not set - -# # ISDN subsystem # # CONFIG_ISDN is not set Modified: dists/trunk/linux-2.6/debian/config/mips/config.r5k-ip32 ============================================================================== --- dists/trunk/linux-2.6/debian/config/mips/config.r5k-ip32 (original) +++ dists/trunk/linux-2.6/debian/config/mips/config.r5k-ip32 Tue Jan 8 01:23:52 2008 @@ -442,11 +442,6 @@ # CONFIG_TR is not set # -# Wireless LAN (non-hamradio) -# -# CONFIG_NET_RADIO is not set - -# # ISDN subsystem # # CONFIG_ISDN is not set Modified: dists/trunk/linux-2.6/debian/config/mips/config.sb1-bcm91250a ============================================================================== --- dists/trunk/linux-2.6/debian/config/mips/config.sb1-bcm91250a (original) +++ dists/trunk/linux-2.6/debian/config/mips/config.sb1-bcm91250a Tue Jan 8 01:23:52 2008 @@ -742,11 +742,6 @@ # CONFIG_TR is not set # -# Wireless LAN (non-hamradio) -# -# CONFIG_NET_RADIO is not set - -# # Wan interfaces # # CONFIG_WAN is not set Modified: dists/trunk/linux-2.6/debian/config/mips/config.sb1a-bcm91480b ============================================================================== --- dists/trunk/linux-2.6/debian/config/mips/config.sb1a-bcm91480b (original) +++ dists/trunk/linux-2.6/debian/config/mips/config.sb1a-bcm91480b Tue Jan 8 01:23:52 2008 @@ -738,11 +738,6 @@ # CONFIG_TR is not set # -# Wireless LAN (non-hamradio) -# -# CONFIG_NET_RADIO is not set - -# # Wan interfaces # # CONFIG_WAN is not set Modified: dists/trunk/linux-2.6/debian/config/mipsel/config.sb1-bcm91250a ============================================================================== --- dists/trunk/linux-2.6/debian/config/mipsel/config.sb1-bcm91250a (original) +++ dists/trunk/linux-2.6/debian/config/mipsel/config.sb1-bcm91250a Tue Jan 8 01:23:52 2008 @@ -742,11 +742,6 @@ # CONFIG_TR is not set # -# Wireless LAN (non-hamradio) -# -# CONFIG_NET_RADIO is not set - -# # Wan interfaces # # CONFIG_WAN is not set Modified: dists/trunk/linux-2.6/debian/config/mipsel/config.sb1a-bcm91480b ============================================================================== --- dists/trunk/linux-2.6/debian/config/mipsel/config.sb1a-bcm91480b (original) +++ dists/trunk/linux-2.6/debian/config/mipsel/config.sb1a-bcm91480b Tue Jan 8 01:23:52 2008 @@ -738,11 +738,6 @@ # CONFIG_TR is not set # -# Wireless LAN (non-hamradio) -# -# CONFIG_NET_RADIO is not set - -# # Wan interfaces # # CONFIG_WAN is not set Modified: dists/trunk/linux-2.6/debian/config/s390/config ============================================================================== --- dists/trunk/linux-2.6/debian/config/s390/config (original) +++ dists/trunk/linux-2.6/debian/config/s390/config Tue Jan 8 01:23:52 2008 @@ -143,7 +143,6 @@ # CONFIG_IRDA is not set # CONFIG_BT is not set # CONFIG_DUMMY is not set -# CONFIG_NET_RADIO is not set # CONFIG_WAN is not set # CONFIG_PPP is not set # CONFIG_SLIP is not set Modified: dists/trunk/linux-2.6/debian/config/sparc/config ============================================================================== --- dists/trunk/linux-2.6/debian/config/sparc/config (original) +++ dists/trunk/linux-2.6/debian/config/sparc/config Tue Jan 8 01:23:52 2008 @@ -238,7 +238,6 @@ # Ftape, the floppy tape device driver # PHY device support # CONFIG_FB_NVIDIA is not set -# CONFIG_NET_RADIO is not set # Generic Driver Options # CONFIG_SERIO_SERPORT is not set # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) _______________________________________________ Kernel-svn-changes mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

