[ramips] adds ethernet driver, esw needs to be moved to swconfig, driver is missing...
[openwrt.git] / target / linux / ramips / patches-2.6.30 / 104-watchdog.patch
1 Index: linux-2.6.30.5/drivers/watchdog/Kconfig
2 ===================================================================
3 --- linux-2.6.30.5.orig/drivers/watchdog/Kconfig 2009-08-16 23:19:38.000000000 +0200
4 +++ linux-2.6.30.5/drivers/watchdog/Kconfig 2009-09-04 15:19:34.000000000 +0200
5 @@ -764,6 +764,13 @@
6 help
7 Hardware driver for the built-in watchdog timer on TXx9 MIPS SoCs.
8
9 +config RAMIPS_WDT
10 + tristate "Ralink Watchdog Timer"
11 + depends on MIPS_RALINK
12 + help
13 + Hardware driver for the built-in watchdog timer on Ralink MIPS SoCs.
14 +
15 +
16 # PARISC Architecture
17
18 # POWERPC Architecture
19 Index: linux-2.6.30.5/drivers/watchdog/Makefile
20 ===================================================================
21 --- linux-2.6.30.5.orig/drivers/watchdog/Makefile 2009-08-16 23:19:38.000000000 +0200
22 +++ linux-2.6.30.5/drivers/watchdog/Makefile 2009-09-04 15:19:34.000000000 +0200
23 @@ -105,6 +105,7 @@
24 obj-$(CONFIG_SIBYTE_WDOG) += sb_wdog.o
25 obj-$(CONFIG_AR7_WDT) += ar7_wdt.o
26 obj-$(CONFIG_TXX9_WDT) += txx9wdt.o
27 +obj-$(CONFIG_RAMIPS_WDT) += ramipswdt.o
28
29 # PARISC Architecture
30
This page took 0.046958 seconds and 5 git commands to generate.