diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-17 22:32:47 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-17 22:32:47 +0100 |
commit | 2440d844c6f493a8439c493adca88caf5e0da58f (patch) | |
tree | 442d7c0a1754641edfe517fbddf459e1c09317d3 /target/foxg20 | |
parent | b32c874bacd7b0b1dfd74daf5a3690997bec7748 (diff) |
enable realtime extensions for foxg20
Diffstat (limited to 'target/foxg20')
-rw-r--r-- | target/foxg20/uclibc.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/foxg20/uclibc.config b/target/foxg20/uclibc.config index 52ec386f5..144995e9e 100644 --- a/target/foxg20/uclibc.config +++ b/target/foxg20/uclibc.config @@ -137,7 +137,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 |