fa52fcb861a303a584ef8ddbbffd241decbc04be
[openwrt/svn-archive/archive.git] / target / linux / amazon / patches / 017-wdt-driver.patch
1 Index: linux-2.6.21.7/drivers/char/watchdog/Makefile
2 ===================================================================
3 --- linux-2.6.21.7.orig/drivers/char/watchdog/Makefile
4 +++ linux-2.6.21.7/drivers/char/watchdog/Makefile
5 @@ -74,6 +74,7 @@ obj-$(CONFIG_WATCHDOG_RTAS) += wdrtas.o
6 # MIPS Architecture
7 obj-$(CONFIG_INDYDOG) += indydog.o
8 obj-$(CONFIG_WDT_RM9K_GPI) += rm9k_wdt.o
9 +obj-$(CONFIG_AMAZON_WDT) += amazon_wdt.o
10
11 # S390 Architecture
12