2004-10-09 08:13:40 +02:00
|
|
|
config BR2_PACKAGE_NETKITBASE
|
2004-12-26 08:36:59 +01:00
|
|
|
bool "netkitbase"
|
2012-11-03 18:47:49 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
2012-11-03 18:48:02 +01:00
|
|
|
depends on BR2_DEPRECATED
|
2004-10-09 08:13:40 +02:00
|
|
|
help
|
2004-12-26 08:36:59 +01:00
|
|
|
Old-style inetd.
|
2004-10-09 08:13:40 +02:00
|
|
|
|
2004-12-26 08:36:59 +01:00
|
|
|
ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/
|
2009-03-05 15:17:55 +01:00
|
|
|
|
|
|
|
comment "netkitbase requires a toolchain with RPC support"
|
2012-11-03 18:47:49 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_NATIVE_RPC
|