From 24cf43b69a8a057785facc2c05ea790298e7f149 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Fri, 20 Nov 2020 09:27:18 +0100 Subject: rules: cleanup busybox init start script handling Make the options only visible if INITMETHOD_BBINIT is enabled. This makes the menu cleaner and the extra 'ifdef PTXCONF_INITMETHOD_BBINIT' can be dropped. Signed-off-by: Michael Olbrich --- rules/at.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules/at.in') diff --git a/rules/at.in b/rules/at.in index 0c08ac062..ef3bda324 100644 --- a/rules/at.in +++ b/rules/at.in @@ -44,7 +44,7 @@ config AT_ATD config AT_STARTSCRIPT bool "install /etc/init.d/atd" default y - depends on AT_ATD + depends on AT_ATD && INITMETHOD_BBINIT config AT_AT bool "install at" -- cgit v1.2.3