Changeset 3538

Show
Ignore:
Timestamp:
08/20/07 15:11:51 (1 year ago)
Author:
tg
Message:

there is no “kmod-rc32434_wdt… Hardware watchdog driver for IDT RC32434”
because neither generic-2.4/ nor rb-2.4/ contains any patches to support
it on rb-2.4

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/mk/modules.mk

    r3505 r3538  
    885885,95)) 
    886886 
     887ifeq ($(KERNEL),2.6) 
    887888$(eval $(call KMOD_template,RC32434_WDT,rc32434-wdt,\ 
    888889        $(MODULES_DIR)/kernel/drivers/char/watchdog/rc32434_wdt \ 
    889890,95)) 
     891endif 
    890892 
    891893# 
  • trunk/freewrt/target/linux/config/Config.in.misc

    r3167 r3538  
    3333        default n 
    3434        select FWRT_KERNEL_WATCHDOG 
    35         default y if FWRT_LINUX_2_6_RB 
    36         depends FWRT_LINUX_2_4_RB || FWRT_LINUX_2_6_RB 
     35        depends on FWRT_LINUX_2_6_RB 
     36        default y 
    3737        help 
    3838          Hardware driver for the IDT RC32434 integrated watchdog.