2004-10-09 03:06:03 +02:00
|
|
|
config BR2_PACKAGE_SED
|
|
|
|
bool "sed"
|
2007-08-12 02:14:58 +02:00
|
|
|
depends on BR2_USE_WCHAR
|
2016-07-04 15:46:56 +02:00
|
|
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
2004-10-09 03:06:03 +02:00
|
|
|
help
|
2017-02-15 20:49:42 +01:00
|
|
|
sed (stream editor) is a non-interactive command-line text
|
|
|
|
editor.
|
2004-10-09 03:06:03 +02:00
|
|
|
|
2017-02-15 20:49:42 +01:00
|
|
|
https://www.gnu.org/software/sed/
|
2004-10-14 22:33:45 +02:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "sed needs a toolchain w/ wchar"
|
2011-10-11 16:02:53 +02:00
|
|
|
depends on !BR2_USE_WCHAR
|
2016-07-04 15:46:56 +02:00
|
|
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|