* [Buildroot] svn commit: trunk/buildroot/package: nfs-utils portmap
@ 2007-10-30 21:15 ulf at uclibc.org
0 siblings, 0 replies; only message in thread
From: ulf at uclibc.org @ 2007-10-30 21:15 UTC (permalink / raw)
To: buildroot
Author: ulf
Date: 2007-10-30 14:15:46 -0700 (Tue, 30 Oct 2007)
New Revision: 20336
Log:
Hint at 'enable RPC' requirement for nfs-utils and portmap
Modified:
trunk/buildroot/package/nfs-utils/Config.in
trunk/buildroot/package/portmap/Config.in
Changeset:
Modified: trunk/buildroot/package/nfs-utils/Config.in
===================================================================
--- trunk/buildroot/package/nfs-utils/Config.in 2007-10-30 20:14:12 UTC (rev 20335)
+++ trunk/buildroot/package/nfs-utils/Config.in 2007-10-30 21:15:46 UTC (rev 20336)
@@ -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 @@
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
Modified: trunk/buildroot/package/portmap/Config.in
===================================================================
--- trunk/buildroot/package/portmap/Config.in 2007-10-30 20:14:12 UTC (rev 20335)
+++ trunk/buildroot/package/portmap/Config.in 2007-10-30 21:15:46 UTC (rev 20336)
@@ -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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-10-30 21:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-30 21:15 [Buildroot] svn commit: trunk/buildroot/package: nfs-utils portmap ulf at uclibc.org
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox