From 3c8bc2bbca41293c6b54498ad8eac9673008ee9b Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Mon, 16 Feb 2009 20:29:57 +0000 Subject: [PATCH] [arm/orion5x] Unset FIXED_PHY to work around a clash with fixed mdio bus and mv643xx_eth. svn path=/dists/trunk/linux-2.6/; revision=12816 --- debian/changelog | 2 ++ debian/config/arm/config.orion5x | 2 ++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index c76d972d7..11a05e0d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -78,6 +78,8 @@ linux-2.6 (2.6.28-1~experimental.1) UNRELEASED; urgency=low SERIO, JFFS2_FS, and CRAMFS. * [arm/iop32x, arm/ixp4xx] Unset DEBUG_KERNEL so the kernel will fit in flash. + * [arm/orion5x] Unset FIXED_PHY to work around a clash with fixed + mdio bus and mv643xx_eth. [ Ian Campbell ] * [x86]: Enable Xen guest support in amd64 flavour. (closes: #495590) diff --git a/debian/config/arm/config.orion5x b/debian/config/arm/config.orion5x index ae2ae4d0a..e39e73a56 100644 --- a/debian/config/arm/config.orion5x +++ b/debian/config/arm/config.orion5x @@ -590,3 +590,5 @@ CONFIG_WAN_ROUTER=m ## CONFIG_X25=m +# To workaround clash with fixed mdio bus and mv643xx_eth +# CONFIG_FIXED_PHY is not set