xref: /OK3568_Linux_fs/buildroot/package/sed/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
9	  https://www.gnu.org/software/sed/
10
11comment "sed needs a toolchain w/ wchar"
12	depends on !BR2_USE_WCHAR
13	depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
14