blob: 5f42dc3f91e30bea4d7128ed565cfcf4ec3912e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
config BR2_PACKAGE_NETKITTELNET
bool "netkittelnet"
depends on !BR2_INET_RPC
select BR2_PACKAGE_NETKITBASE
help
Standard Linux telnet client and server.
ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/
comment "netkittelnet requires a toolchain with RPC support"
depends on !BR2_INET_RPC
|