summaryrefslogtreecommitdiffstats
path: root/rules/sed.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/sed.in')
-rw-r--r--rules/sed.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/sed.in b/rules/sed.in
index 862b24871..f6cdaba07 100644
--- a/rules/sed.in
+++ b/rules/sed.in
@@ -1,7 +1,7 @@
## SECTION=shell_and_console
config SED
tristate
- depends on !BB_CONFIG_SED
+ depends on !BUSYBOX_SED
prompt "sed"
help
sed reads the specified files or the standard input if no
@@ -9,6 +9,6 @@ config SED
list of commands, and writes the results to the standard
output.
-comment "busybox's sed selected"
- depends on BB_CONFIG_SED
+comment "BusyBox' sed selected"
+ depends on BUSYBOX_SED