commit | 416de97f8ae8ecb938f2a05d5c46c3bdb33cb111 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Fri May 26 15:35:44 2017 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Sun Jun 04 02:04:30 2017 +0000 |
tree | 790462e6a60a7e027f5bff56e5bbac78127d7988 | |
parent | b36c0046d8684e64257b7de7767cdb546d7d4879 [diff] |
busybox: Install watchdog Enable the watchdog application Change-Id: I83829b7e4270359a4dcf2a7aad92035f783b9a6c Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/meta-phosphor/common/recipes-core/busybox/busybox/busybox.cfg b/meta-phosphor/common/recipes-core/busybox/busybox/busybox.cfg index 9e78838..6afeed5 100644 --- a/meta-phosphor/common/recipes-core/busybox/busybox/busybox.cfg +++ b/meta-phosphor/common/recipes-core/busybox/busybox/busybox.cfg
@@ -2,3 +2,4 @@ CONFIG_FEATURE_LS_COLOR_IS_DEFAULT=y CONFIG_FEATURE_LESS_TRUNCATE=y CONFIG_FEATURE_LESS_REGEXP=y +CONFIG_WATCHDOG=y