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>
This commit is contained in:
parent
b7e5163ea2
commit
ace1e42038
@ -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"
|
||||
|
||||
|
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user