2006-04-11 01:34:06 +02:00
|
|
|
config BR2_PACKAGE_HASERL
|
|
|
|
bool "haserl"
|
|
|
|
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
|
|
|
|
|
|
|
choice
|
|
|
|
prompt "Haserl version"
|
2008-04-07 09:59:03 +02:00
|
|
|
default BR2_PACKAGE_HASERL_VERSION_0_9_X
|
2007-10-30 23:10:17 +01:00
|
|
|
depends on BR2_PACKAGE_HASERL
|
|
|
|
help
|
|
|
|
Select the older stable version, or the newer developer version
|
|
|
|
|
2008-04-07 09:59:03 +02:00
|
|
|
config BR2_PACKAGE_HASERL_VERSION_0_8_X
|
|
|
|
bool "v 0.8.x"
|
2007-10-30 23:10:17 +01:00
|
|
|
help
|
|
|
|
stable version
|
|
|
|
|
2008-04-07 09:59:03 +02:00
|
|
|
config BR2_PACKAGE_HASERL_VERSION_0_9_X
|
|
|
|
bool "v 0.9.x"
|
2007-10-30 23:10:17 +01:00
|
|
|
help
|
|
|
|
developer version - seems OK though
|
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
|
|
|
|
|
|
|
config BR2_PACKAGE_HASERL_VERSION
|
|
|
|
string
|
2008-04-07 09:59:03 +02:00
|
|
|
default "0.8.0" if BR2_PACKAGE_HASERL_VERSION_0_8_X
|
2009-08-01 23:29:02 +02:00
|
|
|
default "0.9.26" if BR2_PACKAGE_HASERL_VERSION_0_9_X
|