The telephony packages feed for difos
Uriparser is a compliant URI parsing and handling library for RFC 3986. For now, this is not included in OpenWrt feeds, but in Turris OS uriparser is used as dependency for Updater-ng. When Asterisk finds in build system there is uriparser or anything else mentioned in configure, it tries to enable it by default. This applies to every package in OpenWrt and because of that new packages which are added to OpenWrt tries to disable almost everything by default. Because if someone adds library, some packages are not compiled or tested. Fixes: Package asterisk is missing dependencies for the following libraries: liburiparser.so.1 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com> |
||
---|---|---|
.circleci | ||
.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.