summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard2009-09-19 09:46:55 +0200
committerPeter Korsgaard2009-09-19 09:46:55 +0200
commitf5239c327e303a1470829c641bc2d9e28c819d23 (patch)
tree0230f865d007f9decb37f4c5e0b4121d53327237
parentbusybox: bump 1.14.x version (diff)
downloadbuildroot-f5239c327e303a1470829c641bc2d9e28c819d23.tar.gz
buildroot-f5239c327e303a1470829c641bc2d9e28c819d23.tar.xz
buildroot-f5239c327e303a1470829c641bc2d9e28c819d23.zip
netkittelnet: depends on netkitbase (and in term RPC support)
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>
-rw-r--r--CHANGES1
-rw-r--r--package/netkittelnet/Config.in4
2 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b15e2bbe5..c8a5e3c7d 100644
--- 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:
diff --git a/package/netkittelnet/Config.in b/package/netkittelnet/Config.in
index 4dec8801c..4c827815c 100644
--- a/package/netkittelnet/Config.in
+++ b/package/netkittelnet/Config.in
@@ -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