package/glibc: add missing comment
authorRomain Naour <romain.naour@gmail.com>
Fri, 10 Jan 2020 22:38:08 +0000 (23:38 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 11 Jan 2020 14:36:31 +0000 (15:36 +0100)
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 <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/glibc/Config.in

index cc178468b55ea3795ebd68cb054112e8f598f17a..5ecd058145ab48711c694e87f215bc46c88b437c 100644 (file)
@@ -1,5 +1,7 @@
 if BR2_TOOLCHAIN_BUILDROOT_GLIBC
 
+comment "Glibc Options"
+
 config BR2_PACKAGE_GLIBC
        bool
        default y