netkittelnet: hide package if RPC support isn't available in toolchain
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 27 Oct 2009 13:46:02 +0000 (14:46 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 27 Oct 2009 13:46:02 +0000 (14:46 +0100)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/netkittelnet/Config.in

index 4c827815c90b9dea42008dfa4b28a669d9b5a6e1..5f42dc3f91e30bea4d7128ed565cfcf4ec3912e5 100644 (file)
@@ -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