summaryrefslogtreecommitdiff
path: root/target/linux/amazon/patches-2.6.32/017-wdt-driver.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2010-01-31 15:13:14 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2010-01-31 15:13:14 +0000
commit6a78996e768731f8018c2081dbbcec2d48027a89 (patch)
tree50e23602247ee97b74043a661293341ed465f96e /target/linux/amazon/patches-2.6.32/017-wdt-driver.patch
parent4d1bfc37607ebbd9842c2555bd4ded9c0c231649 (diff)
downloadmtk-20170518-6a78996e768731f8018c2081dbbcec2d48027a89.zip
mtk-20170518-6a78996e768731f8018c2081dbbcec2d48027a89.tar.gz
mtk-20170518-6a78996e768731f8018c2081dbbcec2d48027a89.tar.bz2
Add kernel 2.6.32 support
SVN-Revision: 19458
Diffstat (limited to 'target/linux/amazon/patches-2.6.32/017-wdt-driver.patch')
-rw-r--r--target/linux/amazon/patches-2.6.32/017-wdt-driver.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/amazon/patches-2.6.32/017-wdt-driver.patch b/target/linux/amazon/patches-2.6.32/017-wdt-driver.patch
new file mode 100644
index 0000000..433abd5
--- /dev/null
+++ b/target/linux/amazon/patches-2.6.32/017-wdt-driver.patch
@@ -0,0 +1,10 @@
+--- a/drivers/watchdog/Makefile
++++ b/drivers/watchdog/Makefile
+@@ -113,6 +113,7 @@ obj-$(CONFIG_WDT_RM9K_GPI) += rm9k_wdt.o
+ obj-$(CONFIG_SIBYTE_WDOG) += sb_wdog.o
+ obj-$(CONFIG_AR7_WDT) += ar7_wdt.o
+ obj-$(CONFIG_TXX9_WDT) += txx9wdt.o
++obj-$(CONFIG_AMAZON_WDT) += amazon_wdt.o
+
+ # PARISC Architecture
+