From 61e855da4b411cdcc541fe759548bfa15d008899 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 14 Nov 2018 18:40:41 +0100 Subject: [PATCH] Add desription header comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- conf/distro/mortsgna.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/distro/mortsgna.conf b/conf/distro/mortsgna.conf index 3a85f78..904225c 100644 --- a/conf/distro/mortsgna.conf +++ b/conf/distro/mortsgna.conf @@ -58,8 +58,10 @@ LICENSE_FLAGS_WHITELIST += "commercial" # Can be "glibc" or "musl" TCLIBC ?= "glibc" +# libc tweaks require conf/distro/include/mortsgna-${TCLIBC}.inc +# Add INHERITs require conf/distro/include/mortsgna-inherits.inc # Generate locales on the buildsystem instead of on the target. Speeds up first boot, set to "1" to enable