mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-03 23:12:13 +00:00
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 lines
212 B
Plaintext
11 lines
212 B
Plaintext
config BR2_PACKAGE_SED
|
|
bool "sed"
|
|
depends on BR2_USE_WCHAR
|
|
help
|
|
Super-useful stream editor.
|
|
|
|
http://sed.sourceforge.net/
|
|
|
|
comment "sed requires a toolchain with WCHAR support"
|
|
depends on !BR2_USE_WCHAR
|