lantiq: add support for xrx200 firmware depending on soc type
[oweals/openwrt.git] / toolchain / eglibc / Config.version
index c01c5034091077e2fa5a5b007660033178832e19..3c0f0efe3ccac7ebca531ef00c00eff300c96a1b 100644 (file)
@@ -6,10 +6,21 @@ config EGLIBC_VERSION
        default "2.19" if EGLIBC_VERSION_2_19
 
 config EGLIBC_VERSION_2_15
-       default y if !TOOLCHAINOPTS
        bool
 
 config EGLIBC_VERSION_2_19
+       default y if !TOOLCHAINOPTS
        bool
 
+config EGLIBC_REVISION
+       string
+       default "18909" if EGLIBC_VERSION_2_15
+       default "25243" if EGLIBC_VERSION_2_19
+       default ""
+
 endif
+
+menu "eglibc configuration"
+       depends on !TOOLCHAINOPTS && USE_EGLIBC
+       source toolchain/eglibc/config/Config.in
+endmenu