diff options
Diffstat (limited to 'package/glibc/Config.in')
-rw-r--r-- | package/glibc/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/glibc/Config.in b/package/glibc/Config.in index c2d6231847..df1e27305b 100644 --- a/package/glibc/Config.in +++ b/package/glibc/Config.in @@ -1,5 +1,10 @@ if BR2_TOOLCHAIN_BUILDROOT_EGLIBC +# For legal-info +config BR2_PACKAGE_EGLIBC + bool + default y + choice prompt "eglibc version" default BR2_EGLIBC_VERSION_2_18 @@ -18,6 +23,11 @@ endif if BR2_TOOLCHAIN_BUILDROOT_GLIBC +# For legal-info +config BR2_PACKAGE_GLIBC + bool + default y + choice prompt "glibc version" default BR2_GLIBC_VERSION_2_18 |