You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2016/09/26 23:26:32 UTC

incubator-mynewt-core git commit: sys/config - enable CLI/newtmgr if deps present.

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop fdc06afc6 -> 263d87624


sys/config - enable CLI/newtmgr if deps present.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/263d8762
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/263d8762
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/263d8762

Branch: refs/heads/develop
Commit: 263d8762485ee1b8183be838f3b622b454bbad08
Parents: fdc06af
Author: Christopher Collins <cc...@apache.org>
Authored: Mon Sep 26 16:26:11 2016 -0700
Committer: Christopher Collins <cc...@apache.org>
Committed: Mon Sep 26 16:26:11 2016 -0700

----------------------------------------------------------------------
 sys/config/pkg.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/263d8762/sys/config/pkg.yml
----------------------------------------------------------------------
diff --git a/sys/config/pkg.yml b/sys/config/pkg.yml
index 05b1f94..f674867 100644
--- a/sys/config/pkg.yml
+++ b/sys/config/pkg.yml
@@ -63,8 +63,8 @@ pkg.syscfg_defs:
 
     CONFIG_NEWTMGR:
         description: 'TBD'
-        value: 0
+        value: 'MYNEWT_PKG_LIBS_NEWTMGR'
 
     CONFIG_CLI:
         description: 'TBD'
-        value: 0
+        value: 'MYNEWT_PKG_LIBS_SHELL'