diff options
Diffstat (limited to 'package/apr/Config.in')
-rw-r--r-- | package/apr/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/apr/Config.in b/package/apr/Config.in new file mode 100644 index 000000000..292cadb67 --- /dev/null +++ b/package/apr/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_APR + bool "apr" + help + The mission of the Apache Portable Runtime (APR) project is to create + and maintain software libraries that provide a predictable and + consistent interface to underlying platform-specific implementations + + http://apr.apache.org/ |