Commit 9ab3ad73 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

netkittelnet: fix typo introduced in 8d65822f



Netkittelnet needs a toolchain WITH RPC support, not WITHOUT.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent fa946b78
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
config BR2_PACKAGE_NETKITTELNET
	bool "netkittelnet"
	depends on !BR2_INET_RPC
	depends on BR2_INET_RPC
	select BR2_PACKAGE_NETKITBASE
	help
	  Standard Linux telnet client and server.