summaryrefslogtreecommitdiffstats
path: root/package/glibc/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/glibc/Config.in')
-rw-r--r--package/glibc/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/glibc/Config.in b/package/glibc/Config.in
index d9b6acc80b..c2d6231847 100644
--- a/package/glibc/Config.in
+++ b/package/glibc/Config.in
@@ -32,3 +32,10 @@ config BR2_GLIBC_VERSION_2_19
endchoice
endif
+
+config BR2_GLIBC_VERSION_STRING
+ string
+ default "2.18-svnr23787" if BR2_EGLIBC_VERSION_2_18
+ default "2.19-svnr25243" if BR2_EGLIBC_VERSION_2_19
+ default "2.18" if BR2_GLIBC_VERSION_2_18
+ default "2.19" if BR2_GLIBC_VERSION_2_19
OpenPOWER on IntegriCloud