From 65a8fe3c660eebdc46a71923d7f3e58672c8554d Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Thu, 26 Apr 2007 09:44:06 +0000 Subject: busybox: revert BB_ vs. BB_CONFIG_ change which comes due to the fact that busybox uses a new kconfig. This patch makes it possible to migrate old configurations in a sane time again ... git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7122 33e552b5-05e3-0310-8538-816dae2090ed --- rules/ntpclient.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rules/ntpclient.in') diff --git a/rules/ntpclient.in b/rules/ntpclient.in index ecd921cc2..5ddcd7e87 100644 --- a/rules/ntpclient.in +++ b/rules/ntpclient.in @@ -32,7 +32,7 @@ config NTPCLIENT_BUILD_NTPCLIENT config NTPCLIENT_BUILD_ADJTIMEX bool depends on NTPCLIENT - depends on !BB_ADJTIMEX + depends on !BB_CONFIG_ADJTIMEX prompt "adjtimex" default y help @@ -40,7 +40,7 @@ config NTPCLIENT_BUILD_ADJTIMEX comment "Busybox' adjtimex is in use" depends on NTPCLIENT - depends on BB_ADJTIMEX + depends on BB_CONFIG_ADJTIMEX comment "runtime options ---" depends on NTPCLIENT -- cgit v1.2.3