From mboxrd@z Thu Jan 1 00:00:00 1970 From: Baruch Siach Date: Thu, 23 Oct 2014 14:24:57 +0300 Subject: [Buildroot] [PATCH] tftpd: Install TFTP client as well In-Reply-To: <1414062804-11701-1-git-send-email-keguang.zhang@gmail.com> References: <1414062804-11701-1-git-send-email-keguang.zhang@gmail.com> Message-ID: <20141023112457.GQ2220@tarshish> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net 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 > --- > 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 -