squashfs4: use our lzma props settings again instead of the defaults (smaller images...
[openwrt-10.03/.git] / toolchain / eglibc / Config.in
index 3caea3919db5a76fe033163fa301ed008596e7c0..80f4fdee3eda5a0a1c09094a6ab1461d9fd714ca 100644 (file)
@@ -17,6 +17,9 @@ choice
        config EGLIBC_VERSION_2_9
                bool "eglibc 2.9"
 
+       config EGLIBC_VERSION_2_10_1
+               bool "eglibc 2.10.1"
+
        config EGLIBC_VERSION_TRUNK
                bool "eglibc trunk"
 
@@ -27,9 +30,10 @@ config EGLIBC_REVISION
        prompt "eglibc revision"
        depends on TOOLCHAINOPTS && USE_EGLIBC
        default "5887"  if EGLIBC_VERSION_2_6_1
-       default "5886"  if EGLIBC_VERSION_2_7
-       default "6913"  if EGLIBC_VERSION_2_8
-       default "7430"  if EGLIBC_VERSION_2_9
+       default "8588"  if EGLIBC_VERSION_2_7
+       default "8587"  if EGLIBC_VERSION_2_8
+       default "8690"  if EGLIBC_VERSION_2_9
+       default "8873"  if EGLIBC_VERSION_2_10_1
        default "HEAD"  if EGLIBC_VERSION_TRUNK
        default ""