f5239c327e
Closes #617 netkittelnet needs netkitbase, which in term needs RPC support in toolchain, so adjust Kconfig dependencies to ensure this. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 lines
285 B
Plaintext
11 lines
285 B
Plaintext
config BR2_PACKAGE_NETKITTELNET
|
|
bool "netkittelnet"
|
|
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
|