From: Baruch Siach <baruch@tkos.co.il>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] tftpd: Install TFTP client as well
Date: Thu, 23 Oct 2014 14:24:57 +0300 [thread overview]
Message-ID: <20141023112457.GQ2220@tarshish> (raw)
In-Reply-To: <1414062804-11701-1-git-send-email-keguang.zhang@gmail.com>
Hi Kelvin,
On Thu, Oct 23, 2014 at 07:13:24PM +0800, Kelvin Cheung wrote:
> This patch installs TFTP client as well and overrides
> BusyBox implementations if BusyBox is enabled.
>
> Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com>
> ---
> package/tftpd/tftpd.mk | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/package/tftpd/tftpd.mk b/package/tftpd/tftpd.mk
> index c8457db..74e7cfa 100644
> --- a/package/tftpd/tftpd.mk
> +++ b/package/tftpd/tftpd.mk
> @@ -13,7 +13,13 @@ ifneq ($(BR2_INET_IPV6),y)
> TFTPD_CONF_OPTS += --without-ipv6
> endif
>
> +# Override BusyBox implementations if BusyBox is enabled.
> +ifeq ($(BR2_PACKAGE_BUSYBOX),y)
> +SYSKLOGD_DEPENDENCIES = busybox
SYSKLOGD? Are you sure?
baruch
> +endif
> +
> define TFTPD_INSTALL_TARGET_CMDS
> + $(INSTALL) -D $(@D)/tftp/tftp $(TARGET_DIR)/usr/bin/tftp
> $(INSTALL) -D $(@D)/tftpd/tftpd $(TARGET_DIR)/usr/sbin/tftpd
> $(INSTALL) -D package/tftpd/S80tftpd-hpa $(TARGET_DIR)/etc/init.d/
> endef
--
http://baruch.siach.name/blog/ ~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -
next prev parent reply other threads:[~2014-10-23 11:24 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-23 11:13 [Buildroot] [PATCH] tftpd: Install TFTP client as well Kelvin Cheung
2014-10-23 11:24 ` Baruch Siach [this message]
2014-10-23 20:13 ` Thomas Petazzoni
2014-10-24 2:36 ` Kelvin Cheung
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=20141023112457.GQ2220@tarshish \
--to=baruch@tkos.co.il \
--cc=buildroot@busybox.net \
/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