From 20812ce652e99aaac50110148569e4bdd55b36e1 Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Sun, 15 Feb 2009 18:34:33 +0000 Subject: [PATCH] disable the Orion watchdog driver until it's fixed svn path=/dists/trunk/linux-2.6/; revision=12805 --- debian/patches/bugfix/arm/disable-orion5x_wdt.patch | 13 +++++++++++++ debian/patches/series/1~experimental.1 | 1 + 2 files changed, 14 insertions(+) create mode 100644 debian/patches/bugfix/arm/disable-orion5x_wdt.patch diff --git a/debian/patches/bugfix/arm/disable-orion5x_wdt.patch b/debian/patches/bugfix/arm/disable-orion5x_wdt.patch new file mode 100644 index 000000000..bc329fca0 --- /dev/null +++ b/debian/patches/bugfix/arm/disable-orion5x_wdt.patch @@ -0,0 +1,13 @@ +diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig +index 09a3d55..380409f 100644 +--- a/drivers/watchdog/Kconfig ++++ b/drivers/watchdog/Kconfig +@@ -233,7 +233,7 @@ config DAVINCI_WATCHDOG + + config ORION5X_WATCHDOG + tristate "Orion5x watchdog" +- depends on ARCH_ORION5X ++ depends on ARCH_ORION5X && BROKEN + help + Say Y here if to include support for the watchdog timer + in the Orion5x ARM SoCs. diff --git a/debian/patches/series/1~experimental.1 b/debian/patches/series/1~experimental.1 index 8360d4542..a5f60dd91 100644 --- a/debian/patches/series/1~experimental.1 +++ b/debian/patches/series/1~experimental.1 @@ -16,6 +16,7 @@ #+ bugfix/ia64/hardcode-arch-script-output.patch + bugfix/mips/disable-advansys.patch + bugfix/arm/disable-scsi_acard.patch ++ bugfix/arm/disable-orion5x_wdt.patch + bugfix/fix-hifn_795X-divdi3.patch + bugfix/powerpc/mm-mol.patch + bugfix/powerpc/lpar-console.patch