summaryrefslogtreecommitdiffstats
path: root/rules/sed.in
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2008-07-09 15:40:43 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2008-07-09 15:40:43 +0000
commitd972b1303a27617e9e6fbe4d0c51f49c5960fb2f (patch)
tree23090683e17e4cf8ecb9a5ebe266099cea8b7edf /rules/sed.in
parent9f8a9ac25c4a774f8bd7081368e6e35950178317 (diff)
downloadptxdist-d972b1303a27617e9e6fbe4d0c51f49c5960fb2f.tar.gz
ptxdist-d972b1303a27617e9e6fbe4d0c51f49c5960fb2f.tar.xz
* sed: Omit sed package if busybox's sed is selected
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8636 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/sed.in')
-rw-r--r--rules/sed.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/sed.in b/rules/sed.in
index 4dff2be23..6088bb4ea 100644
--- a/rules/sed.in
+++ b/rules/sed.in
@@ -1,5 +1,6 @@
config SED
tristate
+ depends on !BB_CONFIG_SED
prompt "sed"
help
sed reads the specified files or the standard input if no
@@ -7,3 +8,6 @@ config SED
list of commands, and writes the results to the standard
output.
+comment "busybox's sed selected"
+ depends on BB_CONFIG_SED
+