kernel: load softdog on boot
same as for hardware watchdogs, otherwise procd cannot initialize it. Signed-off-by: Ulrich Weber <uw@ocedo.com> SVN-Revision: 47394
This commit is contained in:
parent
016ba78041
commit
0aa7d8d0af
@ -408,7 +408,7 @@ define KernelPackage/softdog
|
|||||||
TITLE:=Software watchdog driver
|
TITLE:=Software watchdog driver
|
||||||
KCONFIG:=CONFIG_SOFT_WATCHDOG
|
KCONFIG:=CONFIG_SOFT_WATCHDOG
|
||||||
FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/softdog.ko
|
FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/softdog.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,50,softdog)
|
AUTOLOAD:=$(call AutoLoad,50,softdog,1)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/softdog/description
|
define KernelPackage/softdog/description
|
||||||
|
Loading…
Reference in New Issue
Block a user