buildrootschalter/package/netkittelnet/Config.in
Peter Korsgaard 9ab3ad7332 netkittelnet: fix typo introduced in 8d65822f9d
Netkittelnet needs a toolchain WITH RPC support, not WITHOUT.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-23 13:48:35 +01:00

12 lines
303 B
Plaintext

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