diff options
author | Ralph Hempel <ralph.hempel@lantiq.com> | 2008-01-27 18:02:32 +0000 |
---|---|---|
committer | Ralph Hempel <ralph.hempel@lantiq.com> | 2008-01-27 18:02:32 +0000 |
commit | b44ed1df4e269351ed8fe5bef3bfffe2af750b93 (patch) | |
tree | ac1d12e543687f567c61b5e338b10108152d13b6 /toolchain | |
parent | 6614ecc1103872abdd820554b94105d2eb7c13c9 (diff) | |
download | upstream-b44ed1df4e269351ed8fe5bef3bfffe2af750b93.tar.gz upstream-b44ed1df4e269351ed8fe5bef3bfffe2af750b93.tar.bz2 upstream-b44ed1df4e269351ed8fe5bef3bfffe2af750b93.zip |
oops, missing file
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10283 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/uClibc/Config.version | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/toolchain/uClibc/Config.version b/toolchain/uClibc/Config.version new file mode 100644 index 0000000000..119405189f --- /dev/null +++ b/toolchain/uClibc/Config.version @@ -0,0 +1,8 @@ +config UCLIBC_VERSION + string + default "" if UCLIBC_VERSION_snapshot + default "0.9.28" if UCLIBC_VERSION_0_9_28 + default "0.9.29" if UCLIBC_VERSION_0_9_29 + default "0.9.29" + + |