Config.in 233 B

12345678910
  1. config BR2_PACKAGE_BASH
  2. bool "bash"
  3. select BR2_PACKAGE_NCURSES
  4. select BR2_PACKAGE_READLINE
  5. # uses fork()
  6. depends on BR2_USE_MMU
  7. help
  8. The standard GNU Bourne again shell.
  9. http://tiswww.case.edu/php/chet/bash/bashtop.html