2004-10-09 06:13:40 +00:00
|
|
|
config BR2_PACKAGE_NETKITBASE
|
2004-12-26 07:36:59 +00:00
|
|
|
bool "netkitbase"
|
2012-11-03 18:47:49 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
2013-10-02 13:51:55 +08:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2012-11-03 18:48:02 +01:00
|
|
|
depends on BR2_DEPRECATED
|
2004-10-09 06:13:40 +00:00
|
|
|
help
|
2004-12-26 07:36:59 +00:00
|
|
|
Old-style inetd.
|
2004-10-09 06:13:40 +00:00
|
|
|
|
2004-12-26 07:36:59 +00:00
|
|
|
ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/
|
2009-03-05 14:17:55 +00:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "netkitbase needs a toolchain w/ RPC"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU && BR2_DEPRECATED
|
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_NATIVE_RPC
|