diff options
author | Rico Bachmann <bachmann@tofwerk.com> | 2012-04-17 16:35:16 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-04-17 16:44:19 +0200 |
commit | e5ece0d8eebf2f908b952141130664d3a6430f67 (patch) | |
tree | e4b2d247ae24d00a97b0a4f51f7aca432923e30f /package/apr/Config.in | |
parent | 2f41adabc5a12fcca1de5b6c296c2206b518abff (diff) |
Add apr-package
Signed-off-by: Rico Bachmann <bachmann@tofwerk.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
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/ |