summaryrefslogtreecommitdiff
path: root/package/rsh-redone
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-04-12 17:05:02 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-04-12 17:10:20 +0200
commitace1e4203854080ba76955e090cc88f1d915df87 (patch)
tree461461080dbf543a861bcc335bae68378f820f7a /package/rsh-redone
parentb7e5163ea28074bca8236501f9658bb111c27025 (diff)
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 <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/rsh-redone')
-rw-r--r--package/rsh-redone/Config.in4
-rw-r--r--package/rsh-redone/rsh-redone.mk1
2 files changed, 0 insertions, 5 deletions
diff --git a/package/rsh-redone/Config.in b/package/rsh-redone/Config.in
index d26ca2bae..f636e2f95 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 93e1358b6..8b7453838 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 =