buildroot/package/netkittelnet/Config.in

13 lines
362 B
Plaintext

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 requires a toolchain with RPC support"
depends on !BR2_TOOLCHAIN_HAS_NATIVE_RPC