Commit ace1e420 authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

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: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent b7e5163e
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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"

+0 −1
Original line number Diff line number Diff line
@@ -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 =