diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-06-26 16:34:45 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-06-26 16:34:45 +0000 |
commit | a48d8f5414d9f6f7a861aa2a6e18f8b48610910a (patch) | |
tree | 846a6ad233c7bd3250c7b4e891794add598e8646 /toolchain/Config.in.2 | |
parent | 23f59c69c525cb7e0b3d386339fcc9c10505aba2 (diff) |
- add BR2_INET_IPV6 and BR2_INET_RPC
TODO: use $(DISABLE_IPV6) in packages instead of a gazillion different hackish ways that are currently in there
Diffstat (limited to 'toolchain/Config.in.2')
-rw-r--r-- | toolchain/Config.in.2 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/toolchain/Config.in.2 b/toolchain/Config.in.2 index b9f1c3217..b3da69038 100644 --- a/toolchain/Config.in.2 +++ b/toolchain/Config.in.2 @@ -29,6 +29,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 |