1config BR2_PACKAGE_HASERL 2 bool "haserl" 3 depends on BR2_USE_MMU # fork() 4 help 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. 8 9 http://haserl.sourceforge.net/ 10 11config BR2_PACKAGE_HASERL_WITH_LUA 12 bool "Lua support" 13 depends on BR2_PACKAGE_HASERL 14 depends on BR2_PACKAGE_LUA 15 help 16 Enable Lua support for haserl 17