diff options
Diffstat (limited to 'package/ustr/Config.in')
-rw-r--r-- | package/ustr/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/ustr/Config.in b/package/ustr/Config.in new file mode 100644 index 0000000000..abaefcecfc --- /dev/null +++ b/package/ustr/Config.in @@ -0,0 +1,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 |