update the 2.4 kernel to 2.4.32. it seems pl2303 has the fixes from 2.6, so we now...
[openwrt.git] / openwrt / toolchain / uClibc / Config.in
1 # Choose uClibc options
2 #
3 if CONFIG_DEVEL
4 comment "uClibc Options"
5 endif
6
7 config BR2_UCLIBC_VERSION_SNAPSHOT
8 bool
9 prompt "Use the daily snapshot of uClibc?" if CONFIG_DEVEL
10 default n
11 help
12 Would you like to use the latest daily snapshot?
13
14 config BR2_USE_UCLIBC_SNAPSHOT
15 string
16 default "snapshot"
17 depends on BR2_UCLIBC_VERSION_SNAPSHOT
18
This page took 0.037596 seconds and 5 git commands to generate.