aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/amazon-2.6/patches
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2007-08-05 16:26:47 +0000
committerJohn Crispin <blogic@openwrt.org>2007-08-05 16:26:47 +0000
commita0925def9c62643bb9ad2d8f8f6fa76358305ef6 (patch)
treee005b2b8d846b670715427a31c6d3c5fc976c309 /target/linux/amazon-2.6/patches
parente8d7d2c4741d5fde65ebbae6321535dc1f2f42f1 (diff)
downloadmaster-187ad058-a0925def9c62643bb9ad2d8f8f6fa76358305ef6.tar.gz
master-187ad058-a0925def9c62643bb9ad2d8f8f6fa76358305ef6.tar.bz2
master-187ad058-a0925def9c62643bb9ad2d8f8f6fa76358305ef6.zip
added improved watchdog driver for amazon
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8346 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/amazon-2.6/patches')
-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 0000000000..b915ebe515
--- /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
+