From: Thomas Petazzoni Date: Sat, 12 Apr 2014 15:05:02 +0000 (+0200) Subject: rsh-redone: remove code related to rcp X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ace1e4203854080ba76955e090cc88f1d915df87;p=buildroot.git rsh-redone: remove code related to rcp While there is a rcp.c in the source tree, the Makefile does not have a rule nor logic to build it, and it anyway doesn't build at all. Signed-off-by: Thomas Petazzoni --- diff --git a/package/rsh-redone/Config.in b/package/rsh-redone/Config.in index d26ca2baeb..f636e2f957 100644 --- a/package/rsh-redone/Config.in +++ b/package/rsh-redone/Config.in @@ -9,10 +9,6 @@ config BR2_PACKAGE_RSH_REDONE if BR2_PACKAGE_RSH_REDONE -# this is incomplete in the source -#config BR2_PACKAGE_RSH_REDONE_RCP -# bool "rcp" - config BR2_PACKAGE_RSH_REDONE_RLOGIN bool "rlogin" diff --git a/package/rsh-redone/rsh-redone.mk b/package/rsh-redone/rsh-redone.mk index 93e1358b66..8b74538386 100644 --- a/package/rsh-redone/rsh-redone.mk +++ b/package/rsh-redone/rsh-redone.mk @@ -9,7 +9,6 @@ RSH_REDONE_SOURCE = rsh-redone_$(RSH_REDONE_VERSION).orig.tar.gz RSH_REDONE_SITE = $(BR2_DEBIAN_MIRROR)/debian/pool/main/r/rsh-redone rsh-redone-bin-y = -rsh-redone-bin-$(BR2_PACKAGE_RSH_REDONE_RCP) += rcp rsh-redone-bin-$(BR2_PACKAGE_RSH_REDONE_RLOGIN) += rlogin rsh-redone-bin-$(BR2_PACKAGE_RSH_REDONE_RSH) += rsh rsh-redone-sbin-y =