I'm not quite sure if this is the right approach. Probably it would be better to check for version greater than 2.6.24 or to make "watchdog" the default value and handle the exceptions.
What do you think? Signed-off-by: Roberto Riggio <[EMAIL PROTECTED]> -- Index: package/kernel/modules/other.mk =================================================================== --- package/kernel/modules/other.mk (revisione 11047) +++ package/kernel/modules/other.mk (copia locale) @@ -273,6 +273,9 @@ ifeq ($(KERNEL_PATCHVER),2.6.24) WATCHDOG_DIR=watchdog endif +ifeq ($(KERNEL_PATCHVER),2.6.25) + WATCHDOG_DIR=watchdog +endif WATCHDOG_DIR?=char/watchdog define KernelPackage/softdog _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel