Add lighttpd package
[openwrt.git] / openwrt / package / lighttpd / Config.in
diff --git a/openwrt/package/lighttpd/Config.in b/openwrt/package/lighttpd/Config.in
new file mode 100644 (file)
index 0000000..a8ad10f
--- /dev/null
@@ -0,0 +1,72 @@
+config BR2_PACKAGE_LIGHTTPD
+       prompt "lighttpd - a flexible and lightweight web server"
+       tristate 
+       default m if CONFIG_DEVEL
+       help
+         A flexible and lightweight web server.
+         
+         http://www.lighttpd.net/
+         
+         Depends: libopenssl, libpcre
+         
+
+config BR2_PACKAGE_LIGHTTPD_MOD_ALIAS
+       depends BR2_PACKAGE_LIGHTTPD
+       prompt "mod-alias - a directory alias module"
+       tristate 
+       default m if CONFIG_DEVEL
+
+config BR2_PACKAGE_LIGHTTPD_MOD_AUTH
+       depends BR2_PACKAGE_LIGHTTPD
+       prompt "mod-auth - an authentication module"
+       tristate 
+       default m if CONFIG_DEVEL
+
+config BR2_PACKAGE_LIGHTTPD_MOD_CGI
+       depends BR2_PACKAGE_LIGHTTPD
+       prompt "mod-cgi - a CGI module"
+       tristate 
+       default m if CONFIG_DEVEL
+
+config BR2_PACKAGE_LIGHTTPD_MOD_PROXY
+       depends BR2_PACKAGE_LIGHTTPD
+       prompt "mod-proxy - a proxy module"
+       tristate 
+       default m if CONFIG_DEVEL
+
+config BR2_PACKAGE_LIGHTTPD_MOD_REDIRECT
+       depends BR2_PACKAGE_LIGHTTPD
+       prompt "mod-redirect - an url redirection module"
+       tristate 
+       default m if CONFIG_DEVEL
+
+config BR2_PACKAGE_LIGHTTPD_MOD_REWRITE
+       depends BR2_PACKAGE_LIGHTTPD
+       prompt "mod-rewrite - an url rewriting module"
+       tristate 
+       default m if CONFIG_DEVEL
+
+config BR2_PACKAGE_LIGHTTPD_MOD_SETENV
+       depends BR2_PACKAGE_LIGHTTPD
+       prompt "mod-setenv - an environment variable setting module"
+       tristate 
+       default m if CONFIG_DEVEL
+
+config BR2_PACKAGE_LIGHTTPD_MOD_SIMPLE_VHOST
+       depends BR2_PACKAGE_LIGHTTPD
+       prompt "mod-simple-vhost - a simple virtual hosting module"
+       tristate 
+       default m if CONFIG_DEVEL
+
+config BR2_PACKAGE_LIGHTTPD_MOD_STATUS
+       depends BR2_PACKAGE_LIGHTTPD
+       prompt "mod-status - a server status display module"
+       tristate 
+       default m if CONFIG_DEVEL
+
+config BR2_PACKAGE_LIGHTTPD_MOD_USERTRACK
+       depends BR2_PACKAGE_LIGHTTPD
+       prompt "mod-usertrack - an user tracking module"
+       tristate 
+       default m if CONFIG_DEVEL
+
This page took 0.025398 seconds and 4 git commands to generate.