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/rescue-x86 | |
parent | 27d6b2fd1084efa18e71e42441f04a83319317b9 (diff) |
enable advanced realtime for all targets
Diffstat (limited to 'target/rescue-x86')
-rw-r--r-- | target/rescue-x86/uclibc.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/rescue-x86/uclibc.config b/target/rescue-x86/uclibc.config index f779cc8bf..c8b46c468 100644 --- a/target/rescue-x86/uclibc.config +++ b/target/rescue-x86/uclibc.config @@ -135,7 +135,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 |