1 config BR2_PACKAGE_HASERL
5 Haserl is a small cgi wrapper that enables shell scripts to be
6 embedded into html documents. It is intended for environments
7 where something like PHP is too big.
9 http://haserl.sourceforge.net/
12 prompt "Haserl version"
13 default BR2_PACKAGE_HASERL_VERSION_0_9_21
14 depends on BR2_PACKAGE_HASERL
16 Select the older stable version, or the newer developer version
18 config BR2_PACKAGE_HASERL_VERSION_0_8_0
23 config BR2_PACKAGE_HASERL_VERSION_0_9_21
26 developer version - seems OK though
31 config BR2_PACKAGE_HASERL_VERSION
33 default "0.8.0" if BR2_PACKAGE_HASERL_VERSION_0_8_0
34 default "0.9.21" if BR2_PACKAGE_HASERL_VERSION_0_9_21