From: Ivan Kuten <ivan.kuten@promwad.com>
To: buildroot@busybox.net
Subject: [Buildroot] PATCH: set BR2_INET_RPC dependency for nfs-utils and portmap
Date: Sun, 14 Oct 2007 02:50:32 +0300 [thread overview]
Message-ID: <471159C8.4050603@promwad.com> (raw)
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/
--------------------------------
next reply other threads:[~2007-10-13 23:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-13 23:50 Ivan Kuten [this message]
2007-10-14 9:30 ` [Buildroot] PATCH: set BR2_INET_RPC dependency for nfs-utils and portmap Yann E. MORIN
2007-10-14 12:35 ` Ivan Kuten
2007-10-15 21:39 ` Ulf Samuelsson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=471159C8.4050603@promwad.com \
--to=ivan.kuten@promwad.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.