Allow selection of RPC and IPv6 options for an external toolchain.
author"Steven J. Hill" <sjhill@realitydiluted.com>
Tue, 17 Jul 2007 00:18:54 +0000 (00:18 -0000)
committer"Steven J. Hill" <sjhill@realitydiluted.com>
Tue, 17 Jul 2007 00:18:54 +0000 (00:18 -0000)
toolchain/external-toolchain/Config.in

index c3189456f087e9cfc9ba5e188eb9efc6b6709a7d..5649367395cf17080d4e8430955faf9a493d3aae 100644 (file)
@@ -74,6 +74,18 @@ config BR2_LARGEFILE
        help
          Enable large file (files > 2 GB) support
 
+config BR2_INET_IPV6
+       bool "Enable IPv6"
+       default n
+       help
+           Enable IPv6.
+
+config BR2_INET_RPC
+       bool "Enable RPC"
+       default n
+       help
+           Enable RPC. RPC support is needed for nfs.
+
 config BR2_SOFT_FLOAT
        bool "Use software floating point by default"
        default n