blob: da1b24579979d71edc022de2e3a2fa62fe3409a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
config BR2_PACKAGE_NETKITTELNET
bool "netkittelnet"
depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
depends on BR2_DEPRECATED
select BR2_PACKAGE_NETKITBASE
help
Standard Linux telnet client and server.
ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/
comment "netkittelnet needs a toolchain w/ RPC"
depends on BR2_DEPRECATED
depends on !BR2_TOOLCHAIN_HAS_NATIVE_RPC
|