From: Peter Korsgaard Date: Mon, 23 Nov 2009 12:48:35 +0000 (+0100) Subject: netkittelnet: fix typo introduced in 8d65822f9d X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9ab3ad73324ab6de0c69875a42723a1bda3259b2;p=buildroot.git netkittelnet: fix typo introduced in 8d65822f9d Netkittelnet needs a toolchain WITH RPC support, not WITHOUT. Signed-off-by: Peter Korsgaard --- diff --git a/package/netkittelnet/Config.in b/package/netkittelnet/Config.in index 5f42dc3f91..058d2107cf 100644 --- a/package/netkittelnet/Config.in +++ b/package/netkittelnet/Config.in @@ -1,6 +1,6 @@ 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.