[kernel] r11635 - in dists/trunk/linux-2.6/debian: . config/arm config/mipsel

Martin Michlmayr tbm at alioth.debian.org
Sat Jun 14 09:14:15 UTC 2008


Author: tbm
Date: Sat Jun 14 09:14:12 2008
New Revision: 11635

Log:
Enable HAMRADIO on the request of Heinz Janssen.


Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/arm/config.iop32x
   dists/trunk/linux-2.6/debian/config/arm/config.ixp4xx
   dists/trunk/linux-2.6/debian/config/arm/config.orion5x
   dists/trunk/linux-2.6/debian/config/mipsel/config.r5k-cobalt

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Sat Jun 14 09:14:12 2008
@@ -55,6 +55,8 @@
   * [arm/iop32x, arm/ixp4xx, arm/versatile] Enable ARM_THUMB (closes: #484524).
   * [arm/iop32x] Add LED driver for Thecus N2100 (Riku Voipio).
   * [mips/r5k-ip32] Enable USB.
+  * [arm/orion5x, arm/iop32x, arm/ixp4xx, mipsel/r5k-cobalt] Enable HAMRADIO
+    on the request of Heinz Janssen.
 
   [ Ian Campbell ]
   * Readme.build updated on how to generate orig tarballs.

Modified: dists/trunk/linux-2.6/debian/config/arm/config.iop32x
==============================================================================
--- dists/trunk/linux-2.6/debian/config/arm/config.iop32x	(original)
+++ dists/trunk/linux-2.6/debian/config/arm/config.iop32x	Sat Jun 14 09:14:12 2008
@@ -749,7 +749,11 @@
 ##
 ## file: net/ax25/Kconfig
 ##
-# CONFIG_HAMRADIO is not set
+CONFIG_HAMRADIO=y
+CONFIG_AX25=m
+# CONFIG_AX25_DAMA_SLAVE is not set
+CONFIG_NETROM=m
+CONFIG_ROSE=m
 
 ##
 ## file: net/bridge/netfilter/Kconfig

Modified: dists/trunk/linux-2.6/debian/config/arm/config.ixp4xx
==============================================================================
--- dists/trunk/linux-2.6/debian/config/arm/config.ixp4xx	(original)
+++ dists/trunk/linux-2.6/debian/config/arm/config.ixp4xx	Sat Jun 14 09:14:12 2008
@@ -749,7 +749,11 @@
 ##
 ## file: net/ax25/Kconfig
 ##
-# CONFIG_HAMRADIO is not set
+CONFIG_HAMRADIO=y
+CONFIG_AX25=m
+# CONFIG_AX25_DAMA_SLAVE is not set
+CONFIG_NETROM=m
+CONFIG_ROSE=m
 
 ##
 ## file: net/bridge/netfilter/Kconfig

Modified: dists/trunk/linux-2.6/debian/config/arm/config.orion5x
==============================================================================
--- dists/trunk/linux-2.6/debian/config/arm/config.orion5x	(original)
+++ dists/trunk/linux-2.6/debian/config/arm/config.orion5x	Sat Jun 14 09:14:12 2008
@@ -462,6 +462,15 @@
 # CONFIG_RESOURCES_64BIT is not set
 
 ##
+## file: net/ax25/Kconfig
+##
+CONFIG_HAMRADIO=y
+CONFIG_AX25=m
+# CONFIG_AX25_DAMA_SLAVE is not set
+CONFIG_NETROM=m
+CONFIG_ROSE=m
+
+##
 ## file: unknown
 ##
 CONFIG_MACH_MV2120=y

Modified: dists/trunk/linux-2.6/debian/config/mipsel/config.r5k-cobalt
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mipsel/config.r5k-cobalt	(original)
+++ dists/trunk/linux-2.6/debian/config/mipsel/config.r5k-cobalt	Sat Jun 14 09:14:12 2008
@@ -800,7 +800,11 @@
 ##
 ## file: net/ax25/Kconfig
 ##
-# CONFIG_HAMRADIO is not set
+CONFIG_HAMRADIO=y
+CONFIG_AX25=m
+# CONFIG_AX25_DAMA_SLAVE is not set
+CONFIG_NETROM=m
+CONFIG_ROSE=m
 
 ##
 ## file: net/bluetooth/Kconfig



More information about the Kernel-svn-changes mailing list