From 5de06f6e31c1c48fbe8fed97c1415067cc9fc45a Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 9 Jul 2007 16:06:43 +0000 Subject: au1000 now runs .22, mtx-1 watchdog is mainline and i2c patch is planned for rewriting git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7900 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../au1000-2.6/patches/004-mtx1_watchdog.patch | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 target/linux/au1000-2.6/patches/004-mtx1_watchdog.patch (limited to 'target/linux/au1000-2.6/patches/004-mtx1_watchdog.patch') diff --git a/target/linux/au1000-2.6/patches/004-mtx1_watchdog.patch b/target/linux/au1000-2.6/patches/004-mtx1_watchdog.patch deleted file mode 100644 index 276659ade..000000000 --- a/target/linux/au1000-2.6/patches/004-mtx1_watchdog.patch +++ /dev/null @@ -1,29 +0,0 @@ -diff -urN linux-2.6.21.1/drivers/char/watchdog/Kconfig linux-2.6.21.1.new/drivers/char/watchdog/Kconfig ---- linux-2.6.21.1/drivers/char/watchdog/Kconfig 2007-04-27 23:49:26.000000000 +0200 -+++ linux-2.6.21.1.new/drivers/char/watchdog/Kconfig 2007-05-24 20:05:52.000000000 +0200 -@@ -586,6 +586,14 @@ - To compile this driver as a module, choose M here: the - module will be called rm9k_wdt. - -+config MTX1_WATCHDOG -+ tristate "MTX-1 Hardware Watchdog" -+ depends on WATCHDOG && MIPS_MTX1 -+ help -+ Hardware driver for the AccessCube MTX-1 watchdog. This is a -+ watchdog timer that will reboot the machine after a 100 seconds -+ timer expired. -+ - # S390 Architecture - - config ZVM_WATCHDOG -diff -urN linux-2.6.21.1/drivers/char/watchdog/Makefile linux-2.6.21.1.new/drivers/char/watchdog/Makefile ---- linux-2.6.21.1/drivers/char/watchdog/Makefile 2007-04-27 23:49:26.000000000 +0200 -+++ linux-2.6.21.1.new/drivers/char/watchdog/Makefile 2007-05-24 20:05:41.000000000 +0200 -@@ -74,6 +74,7 @@ - # MIPS Architecture - obj-$(CONFIG_INDYDOG) += indydog.o - obj-$(CONFIG_WDT_RM9K_GPI) += rm9k_wdt.o -+obj-$(CONFIG_MTX1_WATCHDOG) += mtx-1_watchdog.o - - # S390 Architecture - -- cgit v1.2.3