buildrootschalter/package/netkitbase/Config.in
Thomas Petazzoni 442765fe3d 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>
2012-11-04 01:18:16 +01:00

12 lines
308 B
Plaintext

config BR2_PACKAGE_NETKITBASE
bool "netkitbase"
depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
depends on BR2_DEPRECATED
help
Old-style inetd.
ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/
comment "netkitbase requires a toolchain with RPC support"
depends on !BR2_TOOLCHAIN_HAS_NATIVE_RPC