blob: abaefcecfc495bc87a83d2c0007af1a9bdd3bedd (
plain)
1
2
3
4
5
6
7
8
9
10
|
config BR2_PACKAGE_USTR
bool "ustr"
depends on BR2_LARGEFILE
help
A small, safe string library.
http://www.and.org/ustr/
comment "ustr requires a toolchain w/ largefile"
depends on !BR2_LARGEFILE
|