[Buildroot] PATCH: set BR2_INET_RPC dependency for nfs-utils and portmap

Ivan Kuten ivan.kuten at promwad.com
Sat Oct 13 23:50:32 UTC 2007


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/
--------------------------------



More information about the buildroot mailing list