mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
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] c6cd512fe2
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
30041ba38e
commit
62c621990b
@@ -1,5 +1,7 @@
|
|||||||
if BR2_TOOLCHAIN_BUILDROOT_GLIBC
|
if BR2_TOOLCHAIN_BUILDROOT_GLIBC
|
||||||
|
|
||||||
|
comment "Glibc Options"
|
||||||
|
|
||||||
config BR2_PACKAGE_GLIBC
|
config BR2_PACKAGE_GLIBC
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|||||||
Reference in New Issue
Block a user