From: Koen Kooi Date: Sat, 2 Jun 2007 09:03:06 +0000 (+0000) Subject: uclibc: enable ipv6 and rpc for avr32 X-Git-Tag: Release-2010-05/1~8868^2~400^2~94^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bbc682248bf0d5566c017b75eceb2a4d57195c4;p=openembedded.git uclibc: enable ipv6 and rpc for avr32 --- diff --git a/packages/uclibc/uclibc-0.9.28/avr32/uClibc.config b/packages/uclibc/uclibc-0.9.28/avr32/uClibc.config index 0d348c7fb2..c59defd311 100644 --- a/packages/uclibc/uclibc-0.9.28/avr32/uClibc.config +++ b/packages/uclibc/uclibc-0.9.28/avr32/uClibc.config @@ -100,8 +100,8 @@ UCLIBC_TZ_FILE_PATH="/etc/TZ" # # Networking Support # -# UCLIBC_HAS_IPV6 is not set -# UCLIBC_HAS_RPC is not set +UCLIBC_HAS_IPV6=y +UCLIBC_HAS_RPC=y # # String and Stdio Support