The telephony packages feed for difos
ilbcwebrtc and isaccodec currently depend on @!arc because the code does not compile there. The code does not compile on aarch64 either. Instead of adding @!aarch64 this commit adds a patch copied from Debian that turns the error "Please add support for your architecture in typedefs.h" into a warning, allowing the code to build. Consequently this commit removes @!arc from the depends as well. 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.