It seems that the kernel symbol for the PCEngines WRAP watchdog was renamed. The attached patch fixes the issue.
Signed-off-by: Roberto Riggio <roberto.rig...@create-net.org> -- Index: package/kernel/modules/other.mk =================================================================== --- package/kernel/modules/other.mk (revision 14733) +++ package/kernel/modules/other.mk (working copy) @@ -546,7 +546,7 @@ SUBMENU:=$(OTHER_MENU) TITLE:=Natsemi SCX200 Watchdog support DEPENDS:=...@target_x86 - KCONFIG:=CONFIG_SC1200_WDT + KCONFIG:=CONFIG_SCx200_WDT FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/scx200_wdt.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,50,scx200_wdt) endef _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel