]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
Hint at 'enable RPC' requirement for nfs-utils and portmap
authorUlf Samuelsson <ulf.samuelsson@atmel.com>
Tue, 30 Oct 2007 21:15:46 +0000 (21:15 -0000)
committerUlf Samuelsson <ulf.samuelsson@atmel.com>
Tue, 30 Oct 2007 21:15:46 +0000 (21:15 -0000)
package/nfs-utils/Config.in
package/portmap/Config.in

index ffe865d1ff620a593c6af2b6bd94c854c7b98597..04be8c336b77d8bf47ba2ae8fea21afda125385b 100644 (file)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_NFS_UTILS
        bool "nfs-utils"
+       depends on BR2_INET_RPC
        default n
        help
          The NFS Linux kernel server.
@@ -8,6 +9,9 @@ config BR2_PACKAGE_NFS_UTILS
 
          http://sourceforge.net/projects/nfs
 
+comment "nfs-utils requires a toolchain with 'Enable RPC' selected"
+       depends on !BR2_INET_RPC
+
 menu "NFS utilities selection"
        depends BR2_PACKAGE_NFS_UTILS
 
index 00f950c3a471f3d4cca605838d25c7b817933a14..0a6ec7a68853c8aff622bd2fba385d321e6aeea8 100644 (file)
@@ -1,7 +1,11 @@
 config BR2_PACKAGE_PORTMAP
        bool "portmap"
        default n
+       depends on BR2_INET_RPC
        help
          The standard portmapper for RPC services.
 
          ftp://ftp.porcupine.org/pub/security/index.html
+
+comment "portmap requires a toolchain with 'Enable RPC' selected"
+       depends on !BR2_INET_RPC