diff --git a/debian/changelog b/debian/changelog index 6c27374af..591a34c9e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -55,6 +55,8 @@ linux-2.6 (2.6.26~rc6-1~experimental.1) UNRELEASED; urgency=low * [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. diff --git a/debian/config/arm/config.iop32x b/debian/config/arm/config.iop32x index 411362d2d..8a774b9e6 100644 --- a/debian/config/arm/config.iop32x +++ b/debian/config/arm/config.iop32x @@ -749,7 +749,11 @@ CONFIG_ATM_BR2684=m ## ## 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 diff --git a/debian/config/arm/config.ixp4xx b/debian/config/arm/config.ixp4xx index b0d1adb74..a6c8f777d 100644 --- a/debian/config/arm/config.ixp4xx +++ b/debian/config/arm/config.ixp4xx @@ -749,7 +749,11 @@ CONFIG_ATM_BR2684=m ## ## 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 diff --git a/debian/config/arm/config.orion5x b/debian/config/arm/config.orion5x index aa1d42b38..9c3d55979 100644 --- a/debian/config/arm/config.orion5x +++ b/debian/config/arm/config.orion5x @@ -461,6 +461,15 @@ CONFIG_FLATMEM_MANUAL=y ## end choice # 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 ## diff --git a/debian/config/mipsel/config.r5k-cobalt b/debian/config/mipsel/config.r5k-cobalt index 63de9592b..050f598ae 100644 --- a/debian/config/mipsel/config.r5k-cobalt +++ b/debian/config/mipsel/config.r5k-cobalt @@ -800,7 +800,11 @@ CONFIG_FLATMEM_MANUAL=y ## ## 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