From: Romain Naour Date: Fri, 10 Jan 2020 22:38:08 +0000 (+0100) Subject: package/glibc: add missing comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=62c621990ba8f5351bbf31d4a23dd5d447d3a6b5;p=buildroot.git package/glibc: add missing comment Since [1], glibc package has a new option to install glibc utils to the target. But this option is displayed below "Kernel Header Options". As for uClibc package, add a comment line to separate Glibc options from kernel header options. [1] c6cd512fe2e954b2ccc0412717c1c3380bc5f69b Signed-off-by: Romain Naour Signed-off-by: Thomas Petazzoni --- diff --git a/package/glibc/Config.in b/package/glibc/Config.in index cc178468b5..5ecd058145 100644 --- a/package/glibc/Config.in +++ b/package/glibc/Config.in @@ -1,5 +1,7 @@ if BR2_TOOLCHAIN_BUILDROOT_GLIBC +comment "Glibc Options" + config BR2_PACKAGE_GLIBC bool default y