Config.in 315 B

123456789101112
  1. config BR2_PACKAGE_LUA
  2. bool "lua"
  3. default n
  4. depends on BR2_READLINE
  5. depends on BR2_PACKAGE_NCURSES
  6. help
  7. Lua is a powerful, fast, light-weight, embeddable scripting language.
  8. http://www.lua.org/
  9. comment "lua - disabled (requires readline and ncurses)"
  10. depends on !BR2_READLINE && !BR2_PACKAGE_NCURSES