浏览代码

Allow selection of RPC and IPv6 options for an external toolchain.

"Steven J. Hill" 18 年之前
父节点
当前提交
c51e7ada45
共有 1 个文件被更改,包括 12 次插入0 次删除
  1. 12 0
      toolchain/external-toolchain/Config.in

+ 12 - 0
toolchain/external-toolchain/Config.in

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