diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-02-08 08:55:17 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-02-08 08:55:17 +0000 |
commit | a798678f7cf3aa4243b42893ff3a2f00219d1285 (patch) | |
tree | e62af2e1178f4b029b7d5159439764d28fe2a2e9 /toolchain/uClibc | |
parent | f699fcce1ec3ea35d371da732baa336a66d2e09f (diff) | |
download | upstream-a798678f7cf3aa4243b42893ff3a2f00219d1285.tar.gz upstream-a798678f7cf3aa4243b42893ff3a2f00219d1285.tar.bz2 upstream-a798678f7cf3aa4243b42893ff3a2f00219d1285.zip |
use stable uclibc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@227 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/uClibc')
-rw-r--r-- | toolchain/uClibc/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in index 335cab2455..0e4b29a7df 100644 --- a/toolchain/uClibc/Config.in +++ b/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? |