X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Frb532%2Fpatches-2.6.24%2F520-rc32434_wdt.patch;fp=target%2Flinux%2Frb532%2Fpatches-2.6.24%2F520-rc32434_wdt.patch;h=0000000000000000000000000000000000000000;hb=1bd395156bbd03ababfb76e56296d27b6e05f0ab;hp=cfcf69777b3028ab43266b7f49d89a8a1700d6ec;hpb=a9737455cbb503fa725f33db496715bf27e4708e;p=openwrt-10.03%2F.git diff --git a/target/linux/rb532/patches-2.6.24/520-rc32434_wdt.patch b/target/linux/rb532/patches-2.6.24/520-rc32434_wdt.patch deleted file mode 100644 index cfcf69777..000000000 --- a/target/linux/rb532/patches-2.6.24/520-rc32434_wdt.patch +++ /dev/null @@ -1,31 +0,0 @@ ---- a/arch/mips/kernel/time.c -+++ b/arch/mips/kernel/time.c -@@ -75,6 +75,7 @@ EXPORT_SYMBOL(perf_irq); - */ - - unsigned int mips_hpt_frequency; -+EXPORT_SYMBOL(mips_hpt_frequency); - - void __init clocksource_set_clock(struct clocksource *cs, unsigned int clock) - { ---- a/drivers/watchdog/Kconfig -+++ b/drivers/watchdog/Kconfig -@@ -639,6 +639,18 @@ config AR7_WDT - help - Hardware driver for the TI AR7 Watchdog Timer. - -+config RC32434_WDT -+ tristate "IDT Interprise 79RC32434 SoC hardware watchdog" -+ depends on WATCHDOG && MIKROTIK_RB500 -+ help -+ This is a driver for hardware watchdog integrated in IDT Interprise -+ 79RC32434 SoC. This watchdog simply watches your kernel to make sure -+ it doesn't freeze, and if it does, it reboots your computer after a -+ certain amount of time. -+ -+ To compile this driver as a module, choose M here: the module will be -+ called rc32434_wdt. -+ - # PARISC Architecture - - # POWERPC Architecture