blob: c6c91df48fdaa771f330a5e6c99b735728f0fda5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
config BR2_PACKAGE_SED
bool "sed"
depends on BR2_USE_WCHAR
help
Super-useful stream editor.
http://sed.sourceforge.net/
comment "sed needs a toolchain w/ wchar"
depends on !BR2_USE_WCHAR
|