Add disk/disk as fs dep
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/e5d09d2e Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/e5d09d2e Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/e5d09d2e Branch: refs/heads/develop Commit: e5d09d2e2eb049a10ae0b6280fe41192efb9d494 Parents: 2f8213b Author: Fabio Utzig <[email protected]> Authored: Thu Jan 5 20:33:21 2017 -0200 Committer: Fabio Utzig <[email protected]> Committed: Thu Jan 12 10:51:46 2017 -0200 ---------------------------------------------------------------------- fs/fs/pkg.yml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/e5d09d2e/fs/fs/pkg.yml ---------------------------------------------------------------------- diff --git a/fs/fs/pkg.yml b/fs/fs/pkg.yml index 7225192..431dc24 100644 --- a/fs/fs/pkg.yml +++ b/fs/fs/pkg.yml @@ -26,5 +26,8 @@ pkg.keywords: - filesystem - ffs +pkg.deps: + - fs/disk + pkg.deps.FS_CLI: - sys/shell
