Author: nbd Date: 2015-11-06 11:53:11 +0100 (Fri, 06 Nov 2015) New Revision: 47394
Modified: trunk/package/kernel/linux/modules/other.mk Log: kernel: load softdog on boot same as for hardware watchdogs, otherwise procd cannot initialize it. Signed-off-by: Ulrich Weber <[email protected]> Modified: trunk/package/kernel/linux/modules/other.mk =================================================================== --- trunk/package/kernel/linux/modules/other.mk 2015-11-06 10:53:07 UTC (rev 47393) +++ trunk/package/kernel/linux/modules/other.mk 2015-11-06 10:53:11 UTC (rev 47394) @@ -408,7 +408,7 @@ TITLE:=Software watchdog driver KCONFIG:=CONFIG_SOFT_WATCHDOG FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/softdog.ko - AUTOLOAD:=$(call AutoLoad,50,softdog) + AUTOLOAD:=$(call AutoLoad,50,softdog,1) endef define KernelPackage/softdog/description _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
