[Buildroot] [git commit master] netkittelnet: fix typo introduced in 8d65822f9d

Peter Korsgaard jacmet at sunsite.dk
Mon Nov 23 12:48:35 UTC 2009


commit: http://git.buildroot.net/buildroot/commit/?id=9ab3ad73324ab6de0c69875a42723a1bda3259b2
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Netkittelnet needs a toolchain WITH RPC support, not WITHOUT.

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/netkittelnet/Config.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/netkittelnet/Config.in b/package/netkittelnet/Config.in
index 5f42dc3..058d210 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.
-- 
1.6.3.3



More information about the buildroot mailing list