Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] PATCH: set BR2_INET_RPC dependency for nfs-utils and portmap
@ 2007-10-13 23:50 Ivan Kuten
  2007-10-14  9:30 ` Yann E. MORIN
  0 siblings, 1 reply; 4+ messages in thread
From: Ivan Kuten @ 2007-10-13 23:50 UTC (permalink / raw)
  To: buildroot

Set BR2_INET_RPC dependency for nfs-utils and portmap:

Index: package/nfs-utils/Config.in
===================================================================
--- package/nfs-utils/Config.in (revision 20237)
+++ package/nfs-utils/Config.in (working copy)
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_NFS_UTILS
        bool "nfs-utils"
        default n
+       depends on BR2_INET_RPC
        help
          The NFS Linux kernel server.
          Warning: We do not force largefile support on here on purpose.
Index: package/portmap/Config.in
===================================================================
--- package/portmap/Config.in   (revision 20237)
+++ package/portmap/Config.in   (working copy)
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_PORTMAP
        bool "portmap"
        default n
+       depends on BR2_INET_RPC
        help
          The standard portmapper for RPC services.



Best regards,
Ivan
--------------------------------
Embedded Linux engineer,
Promwad Company: http://www.promwad.com/
Homepage : http://www.ivankuten.com/
--------------------------------

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-10-15 21:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-13 23:50 [Buildroot] PATCH: set BR2_INET_RPC dependency for nfs-utils and portmap Ivan Kuten
2007-10-14  9:30 ` Yann E. MORIN
2007-10-14 12:35   ` Ivan Kuten
2007-10-15 21:39     ` Ulf Samuelsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox