summaryrefslogtreecommitdiffstats
path: root/rules/hexedit.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-05-20 10:30:38 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-05-21 21:50:07 +0200
commit4ca964540fff53ca202e31999b96239980579219 (patch)
tree89bf06bc55da01264b931070dd095f8066fc8545 /rules/hexedit.in
parentf8e52b8ebaf034a03b40b4fb7df7d367df782408 (diff)
downloadptxdist-4ca964540fff53ca202e31999b96239980579219.tar.gz
ptxdist-4ca964540fff53ca202e31999b96239980579219.tar.xz
hexedit: conflict with busybox hexedit
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/hexedit.in')
-rw-r--r--rules/hexedit.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/hexedit.in b/rules/hexedit.in
index d560d0f9d..7166c9c89 100644
--- a/rules/hexedit.in
+++ b/rules/hexedit.in
@@ -3,6 +3,10 @@ config HEXEDIT
tristate
select GCCLIBS_GCC_S
select NCURSES
+ depends on !BUSYBOX_HEXEDIT || ALLYES
prompt "hexedit"
help
hexedit - view and edit files in hexadecimal or in ASCII
+
+comment "BusyBox' hexedit is selected!"
+ depends on BUSYBOX_HEXEDIT