diff options
-rw-r--r-- | buildconf/local.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/buildconf/local.conf b/buildconf/local.conf index 7696f97..c82844b 100644 --- a/buildconf/local.conf +++ b/buildconf/local.conf @@ -44,6 +44,12 @@ MACHINE ??= "qemux86" MACHINE ?= "colibri-t20" # +# Licenses +# +COPY_LIC_MANIFEST = "1" +COPY_LIC_DIRS = "1" + +# # Where to place downloads # # During a first build the system will download many different source code tarballs |