diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-19 00:06:33 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-19 00:06:33 +0100 |
commit | b668796b88da374fefa35b87f305ebcc03147e5d (patch) | |
tree | d6cd3c0cab1b6d844d39c5193d6e8416bb1a291e /target/toolchain-mipsel | |
parent | 27d6b2fd1084efa18e71e42441f04a83319317b9 (diff) |
enable advanced realtime for all targets
Diffstat (limited to 'target/toolchain-mipsel')
-rw-r--r-- | target/toolchain-mipsel/uclibc.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/toolchain-mipsel/uclibc.config b/target/toolchain-mipsel/uclibc.config index dbf8ed75d..a2a91d03f 100644 --- a/target/toolchain-mipsel/uclibc.config +++ b/target/toolchain-mipsel/uclibc.config @@ -144,7 +144,7 @@ UCLIBC_HAS_BSD_ERR=y # UCLIBC_NTP_LEGACY is not set # UCLIBC_SV4_DEPRECATED is not set UCLIBC_HAS_REALTIME=y -# UCLIBC_HAS_ADVANCED_REALTIME is not set +UCLIBC_HAS_ADVANCED_REALTIME=y UCLIBC_HAS_EPOLL=y UCLIBC_HAS_XATTR=y # UCLIBC_HAS_PROFILING is not set |