The telephony packages feed for difos
- remove ARGS that are default anyway - enable sse2 when target is x86_64 - remove --enable-inline as that causes too many warnings: ilbccodec.cpp:50:7: warning: inlining failed in call to 'virtual {anonymous}::iLBCFactory::~iLBCFactory()': call is unlikely and code size would grow [-Winline] class iLBCFactory : public TranslatorFactory ^~~~~~~~~~~ ilbccodec.cpp:50:7: note: called from here class iLBCFactory : public TranslatorFactory ^~~~~~~~~~~ - --enable-internalregex removed as yate can use external regex - make some choices depending on whether a package is selected; otherwise the build might fail, i.e. when spandsp is not installed but the Makefiles tells the build system to use spandsp anyway 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.