Config.in 335 B

12345678910111213
  1. config BR2_PACKAGE_SED
  2. bool "sed"
  3. depends on BR2_USE_WCHAR
  4. depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
  5. help
  6. sed (stream editor) is a non-interactive command-line text
  7. editor.
  8. https://www.gnu.org/software/sed/
  9. comment "sed needs a toolchain w/ wchar"
  10. depends on !BR2_USE_WCHAR
  11. depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS