summaryrefslogtreecommitdiff
path: root/target/linux/amazon-2.6/patches/017-wdt-driver.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2007-08-05 16:26:47 +0000
committerJohn Crispin <john@openwrt.org>2007-08-05 16:26:47 +0000
commit9474a045bfd8515a2d7180c9d0c779e735ab2bf4 (patch)
tree6f9764905df180e5032774cc6df20c2eb3cfb612 /target/linux/amazon-2.6/patches/017-wdt-driver.patch
parentb829716e6d6b1ec732a47fb05641eb20e9d4a040 (diff)
downloadmtk-20170518-9474a045bfd8515a2d7180c9d0c779e735ab2bf4.zip
mtk-20170518-9474a045bfd8515a2d7180c9d0c779e735ab2bf4.tar.gz
mtk-20170518-9474a045bfd8515a2d7180c9d0c779e735ab2bf4.tar.bz2
added improved watchdog driver for amazon
SVN-Revision: 8346
Diffstat (limited to 'target/linux/amazon-2.6/patches/017-wdt-driver.patch')
-rw-r--r--target/linux/amazon-2.6/patches/017-wdt-driver.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/amazon-2.6/patches/017-wdt-driver.patch b/target/linux/amazon-2.6/patches/017-wdt-driver.patch
new file mode 100644
index 0000000..b915ebe
--- /dev/null
+++ b/target/linux/amazon-2.6/patches/017-wdt-driver.patch
@@ -0,0 +1,10 @@
+--- linux-2.6.21.5/drivers/char/watchdog/Makefile.orig 2007-08-05 11:13:29.177013987 +0200
++++ linux-2.6.21.5/drivers/char/watchdog/Makefile 2007-08-05 11:13:52.190325445 +0200
+@@ -74,6 +74,7 @@
+ # MIPS Architecture
+ obj-$(CONFIG_INDYDOG) += indydog.o
+ obj-$(CONFIG_WDT_RM9K_GPI) += rm9k_wdt.o
++obj-$(CONFIG_AMAZON_WDT) += amazon_wdt.o
+
+ # S390 Architecture
+