git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1238d35
)
uclibc: enable ipv6 and rpc for avr32
author
Koen Kooi
<koen@openembedded.org>
Sat, 2 Jun 2007 09:03:06 +0000
(09:03 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Sat, 2 Jun 2007 09:03:06 +0000
(09:03 +0000)
packages/uclibc/uclibc-0.9.28/avr32/uClibc.config
patch
|
blob
|
history
diff --git
a/packages/uclibc/uclibc-0.9.28/avr32/uClibc.config
b/packages/uclibc/uclibc-0.9.28/avr32/uClibc.config
index
0d348c7
..
c59defd
100644
(file)
--- 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