diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-04-27 15:38:23 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-04-27 15:38:23 +0000 |
commit | b60dd046b2afb89123ce3a8797335ed1cefdd51b (patch) | |
tree | d6bd35513a53ce8fa6cd37f31f4a00f3cf728e2b /target/linux/rb532/patches-2.6.24/520-rc32434_wdt.patch | |
parent | 909e5fce036b8e88f0f7b8cab76f67ccac597ee3 (diff) | |
download | upstream-b60dd046b2afb89123ce3a8797335ed1cefdd51b.tar.gz upstream-b60dd046b2afb89123ce3a8797335ed1cefdd51b.tar.bz2 upstream-b60dd046b2afb89123ce3a8797335ed1cefdd51b.zip |
since the generic 2.6.24 support is gone, remove it for rb532 as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15444 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rb532/patches-2.6.24/520-rc32434_wdt.patch')
-rw-r--r-- | target/linux/rb532/patches-2.6.24/520-rc32434_wdt.patch | 31 |
1 files changed, 0 insertions, 31 deletions
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 cfcf69777b..0000000000 --- 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 |