2006-04-11 01:34:06 +02:00
|
|
|
config BR2_PACKAGE_HASERL
|
|
|
|
bool "haserl"
|
2013-02-23 21:37:36 +01:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2006-04-11 01:34:06 +02:00
|
|
|
help
|
|
|
|
Haserl is a small cgi wrapper that enables shell scripts to be
|
|
|
|
embedded into html documents. It is intended for environments
|
|
|
|
where something like PHP is too big.
|
|
|
|
|
|
|
|
http://haserl.sourceforge.net/
|
2007-10-30 23:10:17 +01:00
|
|
|
|
2010-04-29 23:04:20 +02:00
|
|
|
config BR2_PACKAGE_HASERL_WITH_LUA
|
2013-09-06 23:36:18 +02:00
|
|
|
bool "Lua support"
|
2015-01-15 15:30:16 +01:00
|
|
|
depends on BR2_PACKAGE_HASERL
|
2015-12-17 23:40:25 +01:00
|
|
|
depends on BR2_PACKAGE_LUA
|
2010-04-29 23:04:20 +02:00
|
|
|
help
|
2013-09-06 23:36:18 +02:00
|
|
|
Enable Lua support for haserl
|