diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-11-03 18:48:02 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-11-04 01:18:16 +0100 |
commit | 442765fe3d8767956eb26d4bcbaa62ce1e1782ca (patch) | |
tree | de6cb194d62e61bfcbdf4f02e61f43a300098aac | |
parent | 0858e000fe6bc4c379e6cbb33ff3282871cccee1 (diff) | |
download | buildroot-novena-442765fe3d8767956eb26d4bcbaa62ce1e1782ca.tar.gz buildroot-novena-442765fe3d8767956eb26d4bcbaa62ce1e1782ca.zip |
netkitbase: 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>
-rw-r--r-- | package/netkitbase/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/netkitbase/Config.in b/package/netkitbase/Config.in index 75bd72836..dd9166ce1 100644 --- a/package/netkitbase/Config.in +++ b/package/netkitbase/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_NETKITBASE bool "netkitbase" depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC + depends on BR2_DEPRECATED help Old-style inetd. |