Config.in 277 B

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