From 285e49b17e515d5c7545c06efa5010cc4109865a Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Sun, 22 Feb 2009 19:51:24 +0000 Subject: [PATCH] [arm/iop32x, arm/ixp4xx] Unset NET_DSA since it bloats the kernel image too much and cannot be made modular at the moment. svn path=/dists/trunk/linux-2.6/; revision=12927 --- debian/changelog | 2 ++ debian/config/arm/config.iop32x | 3 +++ debian/config/arm/config.ixp4xx | 3 +++ 3 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3f1959c25..495b7b409 100644 --- a/debian/changelog +++ b/debian/changelog @@ -28,6 +28,8 @@ linux-2.6 (2.6.29~rc5-1~experimental.1) UNRELEASED; urgency=low * [arm/versatile, arm/iop32x, arm/ixp4xx] Make LLC2 modular. * [arm, mips, mipsel] Make MII modular. * [arm/ixp4xx] Make IXP4XX_WATCHDOG modular. + * [arm/iop32x, arm/ixp4xx] Unset NET_DSA since it bloats the kernel + image too much and cannot be made modular at the moment. -- maximilian attems Thu, 19 Feb 2009 13:25:20 +0100 diff --git a/debian/config/arm/config.iop32x b/debian/config/arm/config.iop32x index 2d33587f7..bd8f754b6 100644 --- a/debian/config/arm/config.iop32x +++ b/debian/config/arm/config.iop32x @@ -906,3 +906,6 @@ CONFIG_SND_RIPTIDE=m # CONFIG_DEBUG_KERNEL is not set +# Cannot be made modular at the moment and just bloats the kernel +# CONFIG_NET_DSA is not set + diff --git a/debian/config/arm/config.ixp4xx b/debian/config/arm/config.ixp4xx index ad0855ec3..526ed75d7 100644 --- a/debian/config/arm/config.ixp4xx +++ b/debian/config/arm/config.ixp4xx @@ -957,3 +957,6 @@ CONFIG_SND_PCXHR=m # CONFIG_DEBUG_KERNEL is not set +# Cannot be made modular at the moment and just bloats the kernel +# CONFIG_NET_DSA is not set +