Config.in 440 B

12345678910111213141516
  1. config 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. http://haserl.sourceforge.net/
  9. config BR2_PACKAGE_HASERL_WITH_LUA
  10. bool "Lua support"
  11. depends on BR2_PACKAGE_HASERL
  12. depends on BR2_PACKAGE_LUA
  13. help
  14. Enable Lua support for haserl