blob: dd9166ce146b1584226edd169240688cda0ce66f (
plain)
1
2
3
4
5
6
7
8
9
10
11
  | 
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
  |