summaryrefslogtreecommitdiffstats
path: root/package/libcgi/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/libcgi/Config.in')
-rw-r--r--package/libcgi/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/libcgi/Config.in b/package/libcgi/Config.in
new file mode 100644
index 000000000..ee9f61582
--- /dev/null
+++ b/package/libcgi/Config.in
@@ -0,0 +1,12 @@
+config BR2_PACKAGE_LIBCGI
+ bool "libcgi"
+ default n
+ help
+ LibCGI is a library written from scratch to easily make
+ CGI applications in C.
+
+ There are a lot of functions like string manipulation,
+ session and cookie support, GET and POST methods manipulation
+ etc..., to help you to quickly write powerful CGI programs.
+
+ http://libcgi.sourceforge.net/