diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-11-03 18:48:03 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-11-04 01:19:03 +0100 |
commit | 5a457ff6cc3129af97f2fdcaa5f88bd5ff02b500 (patch) | |
tree | 824f54e9a75230d70c0d4941fde119652ca5986f /package/netkittelnet/Config.in | |
parent | 442765fe3d8767956eb26d4bcbaa62ce1e1782ca (diff) | |
download | buildroot-novena-5a457ff6cc3129af97f2fdcaa5f88bd5ff02b500.tar.gz buildroot-novena-5a457ff6cc3129af97f2fdcaa5f88bd5ff02b500.zip |
netkittelnet: mark as deprecated
It is no longer being developed, the FTP is dead, and Debian has
removed it from the distribution.
Also it allows to not worry about adding RPC support through libtirpc
to this package.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/netkittelnet/Config.in')
-rw-r--r-- | package/netkittelnet/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/netkittelnet/Config.in b/package/netkittelnet/Config.in index 10eb022df..1f11d88c2 100644 --- a/package/netkittelnet/Config.in +++ b/package/netkittelnet/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_NETKITTELNET bool "netkittelnet" depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC + depends on BR2_DEPRECATED select BR2_PACKAGE_NETKITBASE help Standard Linux telnet client and server. |