add cleanup and system code upgrade for brcm-2.6. pci seems to work, but spits out...
[openwrt.git] / 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.046246 seconds and 5 git commands to generate.