diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-02-08 08:55:17 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-02-08 08:55:17 +0000 |
commit | 4a105bfada2a841a2b57689722f65628732b839b (patch) | |
tree | 73af9741372f95b1d8ece658921ffa83fc0fe61c /openwrt/toolchain/uClibc | |
parent | 2c3cb3b8259c4bc7f42d89775aa7d998f760c344 (diff) | |
download | mtk-20170518-4a105bfada2a841a2b57689722f65628732b839b.zip mtk-20170518-4a105bfada2a841a2b57689722f65628732b839b.tar.gz mtk-20170518-4a105bfada2a841a2b57689722f65628732b839b.tar.bz2 |
use stable uclibc
SVN-Revision: 227
Diffstat (limited to 'openwrt/toolchain/uClibc')
-rw-r--r-- | openwrt/toolchain/uClibc/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/toolchain/uClibc/Config.in b/openwrt/toolchain/uClibc/Config.in index 335cab2..0e4b29a 100644 --- a/openwrt/toolchain/uClibc/Config.in +++ b/openwrt/toolchain/uClibc/Config.in @@ -5,7 +5,7 @@ comment "uClibc Options" config BR2_UCLIBC_VERSION_SNAPSHOT bool "Use the daily snapshot of uClibc?" - default y + default n help Would you like to use the latest daily snapshot? |