From: "Steven J. Hill" Date: Tue, 17 Jul 2007 00:18:54 +0000 (-0000) Subject: Allow selection of RPC and IPv6 options for an external toolchain. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c51e7ada4582e95158599b84c1ef121652a8f571;p=buildroot.git Allow selection of RPC and IPv6 options for an external toolchain. --- diff --git a/toolchain/external-toolchain/Config.in b/toolchain/external-toolchain/Config.in index c3189456f0..5649367395 100644 --- a/toolchain/external-toolchain/Config.in +++ b/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