Explorar o código

netkittelnet: hide package if RPC support isn't available in toolchain

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard %!s(int64=16) %!d(string=hai) anos
pai
achega
8d65822f9d
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      package/netkittelnet/Config.in

+ 2 - 1
package/netkittelnet/Config.in

@@ -1,5 +1,6 @@
 config BR2_PACKAGE_NETKITTELNET
 	bool "netkittelnet"
+	depends on !BR2_INET_RPC
 	select BR2_PACKAGE_NETKITBASE
 	help
 	  Standard Linux telnet client and server.
@@ -7,4 +8,4 @@ config BR2_PACKAGE_NETKITTELNET
 	  ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/
 
 comment "netkittelnet requires a toolchain with RPC support"
-        depends on !BR2_INET_RPC
+	depends on !BR2_INET_RPC