Looks like at some point, the options for installing pmap_dump and pmap_set
from the portmap program was lost.  This restores them to Kconfig.

Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
---
diff --git a/user/Kconfig b/user/Kconfig
index 6b54038..65357cb 100644
--- a/user/Kconfig
+++ b/user/Kconfig
@@ -2054,6 +2054,17 @@ config USER_PORTMAP_PORTMAP
          The portmapper service, needed for NFS under 2.4.
          Approx. binary size: 49k
 
+config USER_PORTMAP_PMAP_SET
+       bool "pmap_set"
+       depends on USER_PORTMAP_PORTMAP
+       help
+         Set the list of portmap registered programs.
+
+config USER_PORTMAP_PMAP_DUMP
+       bool "pmap_dump"
+       depends on USER_PORTMAP_PORTMAP
+       help
+         Print the list of portmap registered programs.
 
 config USER_PPPD_PPPD_PPPD
        bool "pppd"
_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to