let ipkg fail when a package file to be installed is not found
[openwrt/staging/wigyori.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