Config.in 277 B

1234567891011
  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. depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
  8. help
  9. The standard GNU Bourne again shell.
  10. http://tiswww.case.edu/php/chet/bash/bashtop.html