summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
Diffstat (limited to 'morph')
-rwxr-xr-xmorph4
1 files changed, 4 insertions, 0 deletions
diff --git a/morph b/morph
index 38e13ff2..112709f2 100755
--- a/morph
+++ b/morph
@@ -58,6 +58,10 @@ class Morph(cliapp.Application):
'build stuff in bootstrap mode; this is '
'DANGEROUS and will install stuff on your '
'system')
+ self.settings.boolean(['ignore-submodules'],
+ 'do not cache repositories of submodules and '
+ 'unpack them into the build directory',
+ default=True)
self.settings.boolean(['test-console'],
'show what the system outputs on the serial '