From: Baruch Siach via buildroot <buildroot@buildroot.org>
To: Francois Perrad <fperrad@gmail.com>
Cc: buildroot@busybox.net, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 03/31] package/dcron: disable busybox crond & crontab
Date: Wed, 13 Mar 2024 11:37:02 +0200 [thread overview]
Message-ID: <87il1qqxnj.fsf@tarshish> (raw)
In-Reply-To: <20240313091412.20865-3-francois.perrad@gadz.org>
Hi Francois,
On Wed, Mar 13 2024, Francois Perrad wrote:
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
> ---
> package/dcron/dcron.mk | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/package/dcron/dcron.mk b/package/dcron/dcron.mk
> index f0c3efbf8..d4dd48e77 100644
> --- a/package/dcron/dcron.mk
> +++ b/package/dcron/dcron.mk
> @@ -33,4 +33,9 @@ define DCRON_INSTALL_INIT_SYSTEMD
> $(TARGET_DIR)/usr/lib/systemd/system/dcron.service
> endef
>
> +define DCRON_BUSYBOX_CONFIG_FIXUPS
> + $(call KCONFIG_DISABLE_OPT,CONFIG_CROND)
> + $(call KCONFIG_DISABLE_OPT,CONFIG_CRONTAB)
> +endef
Do we still need dcron in BUSYBOX_DEPENDENCIES then?
Same question for other patches in this series.
baruch
> +
> $(eval $(generic-package))
--
~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch@tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2024-03-13 9:48 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-13 9:13 [Buildroot] [PATCH 01/31] package/busybox: move the hush config in a fragment Francois Perrad
2024-03-13 9:13 ` [Buildroot] [PATCH 02/31] package/busybox: handle LIBFOO_BUSYBOX_CONFIG_FIXUPS Francois Perrad
2024-03-13 9:13 ` [Buildroot] [PATCH 03/31] package/dcron: disable busybox crond & crontab Francois Perrad
2024-03-13 9:37 ` Baruch Siach via buildroot [this message]
2024-03-13 18:06 ` François Perrad
2024-03-13 9:13 ` [Buildroot] [PATCH 04/31] package/diffutils: disable busybox diff Francois Perrad
2024-03-15 19:57 ` Arnout Vandecappelle via buildroot
2024-03-16 10:59 ` François Perrad
2024-03-19 20:55 ` Yann E. MORIN
2024-03-13 9:13 ` [Buildroot] [PATCH 05/31] package/dos2unix: disable busybox dos2unix & unix2dos Francois Perrad
2024-03-13 9:13 ` [Buildroot] [PATCH 06/31] package/fbset: disable busybox fbset Francois Perrad
2024-03-13 9:13 ` [Buildroot] [PATCH 07/31] package/findutils: disable busybox find & xargs Francois Perrad
2024-03-13 9:13 ` [Buildroot] [PATCH 08/31] package/gawk: disable busybox awk Francois Perrad
2024-03-13 9:13 ` [Buildroot] [PATCH 09/31] package/grep: disable busybox grep, egrep & fgrep Francois Perrad
2024-03-13 9:13 ` [Buildroot] [PATCH 10/31] package/gzip: disable busybox gunzip & gzip Francois Perrad
2024-03-13 9:13 ` [Buildroot] [PATCH 11/31] package/hdparm: disable busybox hdparm Francois Perrad
2024-03-13 9:13 ` [Buildroot] [PATCH 12/31] package/i2c-tools: disable busybox ic2get, i2cset, i2cdump, i2cdetect & i2ctransfer Francois Perrad
2024-03-13 9:13 ` [Buildroot] [PATCH 13/31] package/ifenslave: disable busybox ifenslave Francois Perrad
2024-03-13 9:13 ` [Buildroot] [PATCH 14/31] package/ifplugd: disable busybox ifplugd Francois Perrad
2024-03-13 9:13 ` [Buildroot] [PATCH 15/31] package/ifupdown: disable busybox ifup & ifdown Francois Perrad
2024-03-13 9:13 ` [Buildroot] [PATCH 16/31] package/ipcalc: disable busybox ipcalc Francois Perrad
2024-03-13 9:13 ` [Buildroot] [PATCH 17/31] package/kmod: disable busybox depmod, insmod, lsmod, modinfo, modprobe & rmmod Francois Perrad
2024-03-13 9:13 ` [Buildroot] [PATCH 18/31] package/less: disable busybox less Francois Perrad
2024-03-13 9:14 ` [Buildroot] [PATCH 19/31] package/lsof: disable busybox lsof Francois Perrad
2024-03-13 9:14 ` [Buildroot] [PATCH 20/31] package/netcat: disable busybox netcat Francois Perrad
2024-03-13 9:14 ` [Buildroot] [PATCH 21/31] package/netcat-openbsd: " Francois Perrad
2024-03-13 9:14 ` [Buildroot] [PATCH 22/31] package/patch: disable busybox patch Francois Perrad
2024-03-13 9:14 ` [Buildroot] [PATCH 23/31] package/rsyslog: disable busybox syslogd Francois Perrad
2024-03-13 9:14 ` [Buildroot] [PATCH 24/31] package/sed: disable busybox sed Francois Perrad
2024-03-13 9:14 ` [Buildroot] [PATCH 25/31] package/start-stop-daemon: disable busybox start-stop-daemon Francois Perrad
2024-03-13 9:14 ` [Buildroot] [PATCH 26/31] package/tar: disable busybox tar Francois Perrad
2024-03-13 9:14 ` [Buildroot] [PATCH 27/31] package/tftpd: disable busybox tftpd Francois Perrad
2024-03-13 9:14 ` [Buildroot] [PATCH 28/31] package/unzip: disable busybox unzip Francois Perrad
2024-03-13 9:14 ` [Buildroot] [PATCH 29/31] package/wget: disable busybox wget Francois Perrad
2024-03-13 9:14 ` [Buildroot] [PATCH 30/31] package/which: disable busybox which Francois Perrad
2024-03-13 9:14 ` [Buildroot] [PATCH 31/31] package/whois: disable busybox whois Francois Perrad
2024-03-19 20:57 ` [Buildroot] [PATCH 01/31] package/busybox: move the hush config in a fragment Yann E. MORIN
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87il1qqxnj.fsf@tarshish \
--to=buildroot@buildroot.org \
--cc=baruch@tkos.co.il \
--cc=buildroot@busybox.net \
--cc=fperrad@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox