The telephony packages feed for difos
- Removes TLS_HOOKS as this is default anyway - Removes -DUSE_PTHREAD_MUTEX as on supported arches FAST_LOCK is used by default, which according to doc/tutorials/locking.txt is fastest. -DUSE_PTHREAD_MUTEX will be set by the build system automatically in case FAST_LOCK is unsupported, e.g. on ARC. - Add OpenWrt LDFLAGS via LD_EXTRA_OPTS. - With OpenWrt LDFLAGS and CPPFLAGS in place there is no need to declare PCREDEFS, PCRELIBS nor EXTRA_LIBS. Remove them all. - With this setup mod-dialplan now links to libpcre as well; add the depend accordingly. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net> |
||
---|---|---|
.github | ||
libs | ||
net | ||
MAINTAINERS | ||
README.md |
Telephony packages feed
Description
This is an OpenWrt package feed containing community maintained telephony packages.
Usage
To use these packages, add the following line to the feeds.conf in the OpenWrt buildroot:
src-git telephony https://github.com/openwrt/telephony.git
This feed should be included and enabled by default in the OpenWrt buildroot. To install all its package definitions, run:
./scripts/feeds update telephony
./scripts/feeds install -a -p telephony
The telephony packages should now appear in menuconfig.