netkittelnet: depends on netkitbase (and in term RPC support)
authorPeter Korsgaard <jacmet@sunsite.dk>
Sat, 19 Sep 2009 07:46:55 +0000 (09:46 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 19 Sep 2009 07:46:55 +0000 (09:46 +0200)
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>
CHANGES
package/netkittelnet/Config.in

diff --git a/CHANGES b/CHANGES
index b15e2bbe56d881ea20b26e8616d6c57f5838cabc..c8a5e3c7d89dda50ef9e743199acd07e2c1d52af 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,7 @@
        #487: Make kismet package sexier
        #527: misc fixes for dnsmasq package
        #587: Use iptables multipurpose binaries and bump to 1.4.4
+       #617: netkit/inetd requires RPC and fails to build if RPC is disabled
 
 2009.08, Released August 31th, 2009:
 
index 4dec8801cba0a64efbe6bef8720cf9c890c5e1db..4c827815c90b9dea42008dfa4b28a669d9b5a6e1 100644 (file)
@@ -1,6 +1,10 @@
 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