diff options
Diffstat (limited to 'package/sed/Config.in')
-rw-r--r-- | package/sed/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/sed/Config.in b/package/sed/Config.in index c6c91df48f..6adebf24de 100644 --- a/package/sed/Config.in +++ b/package/sed/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_SED bool "sed" depends on BR2_USE_WCHAR + depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS help Super-useful stream editor. @@ -8,3 +9,4 @@ config BR2_PACKAGE_SED comment "sed needs a toolchain w/ wchar" depends on !BR2_USE_WCHAR + depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS |