You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2017/04/19 18:18:22 UTC

[26/30] incubator-mynewt-core git commit: net/ip; add sys/shell as conditional dependency.

net/ip; add sys/shell as conditional dependency.


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/ed273edb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/ed273edb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/ed273edb

Branch: refs/heads/master
Commit: ed273edbe3e3f79b93170dccd12a16ad35cb6030
Parents: 39ad85d
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Mon Apr 17 15:01:02 2017 -0700
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Mon Apr 17 15:01:02 2017 -0700

----------------------------------------------------------------------
 net/ip/pkg.yml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/ed273edb/net/ip/pkg.yml
----------------------------------------------------------------------
diff --git a/net/ip/pkg.yml b/net/ip/pkg.yml
index 0f657f1..8fb6af6 100644
--- a/net/ip/pkg.yml
+++ b/net/ip/pkg.yml
@@ -32,5 +32,8 @@ pkg.deps:
     - net/ip/lwip_base
     - net/ip/mn_socket
 
+pkg.deps.LWIP_CLI:
+    - sys/shell
+
 pkg.init:
     ip_init: 200