toolchain/uClibc: Make sure there's always a UCLIBC_VERSION_*
[openwrt/staging/chunkeey.git] / toolchain / uClibc / Config.version
index 843a499bda7632d5acc43559dcfb13697eb03112..d122ccce345df0732f97abaddd54c6f0956e8e8b 100644 (file)
@@ -3,3 +3,11 @@ config UCLIBC_VERSION
        depends on USE_UCLIBC
        default "0.9.32"       if UCLIBC_VERSION_0_9_32
        default "0.9.32"
+
+if !TOOLCHAINOPTS
+
+       config UCLIBC_VERSION_0_9_32
+               default y if USE_UCLIBC
+               bool
+
+endif