diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2018-06-18 22:14:00 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-06-19 13:57:46 +0200 |
commit | f58ab87d6f30ab067da6401626eb279e4e910d47 (patch) | |
tree | 3a0217c2786cb46fa00301d8340e2c4c9f61feb3 | |
parent | 10ddd8881ca6ffa64065761ec7d024d2b5a4453a (diff) | |
download | buildroot-f58ab87d6f30ab067da6401626eb279e4e910d47.tar.gz buildroot-f58ab87d6f30ab067da6401626eb279e4e910d47.zip |
package/freeswitch: enable mod_timerfd
Mod_timerfd uses the Linux kernel timerfd API to create and use a kernel
timer that delivers timer expire notifications via a file descriptor,
for details read
https://freeswitch.org/confluence/display/FREESWITCH/mod_timerfd
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/freeswitch/freeswitch.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/freeswitch/freeswitch.mk b/package/freeswitch/freeswitch.mk index 4d490b0730..7f2a067a35 100644 --- a/package/freeswitch/freeswitch.mk +++ b/package/freeswitch/freeswitch.mk @@ -150,6 +150,7 @@ FREESWITCH_ENABLED_MODULES += \ say/mod_say_sv \ say/mod_say_th \ say/mod_say_zh \ + timers/mod_timerfd \ xml_int/mod_xml_cdr \ xml_int/mod_xml_rpc \ xml_int/mod_xml_scgi |