From f7a1702c3a4ce0c91ff094f3c388cebb1580c355 Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Mon, 6 Jul 2020 15:26:18 +0200 Subject: bc: prevent file name clash with busybox' bc Signed-off-by: Roland Hieber Message-Id: <20200706132617.5750-1-rhi@pengutronix.de> Signed-off-by: Michael Olbrich --- rules/bc.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rules/bc.in') diff --git a/rules/bc.in b/rules/bc.in index dabb244b5..e5776610c 100644 --- a/rules/bc.in +++ b/rules/bc.in @@ -2,8 +2,12 @@ config BC tristate prompt "bc" + depends on !BUSYBOX_BC || ALLYES help bc is an arbitrary precision numeric processing language. Syntax is similar to C, but differs in many substantial areas. It supports interactive execution of statements. bc is a utility included in the POSIX P1003.2/D11 draft standard. + +comment "BusyBox' bc is selected!" + depends on BUSYBOX_BC -- cgit v1.2.3