The telephony packages feed for difos
Upstream seems to have updated their libtool. Instead of running rebootstrap.sh, set PKG_FIXUP:=autoreconf. Otherwise the build would fail due to libtool version conflicts. This is actually nice, because now the build is a bit quicker due to less autoconf and configure runs. rebootstrap.sh was primarily used because it worked around some other issues (e.g. not being able to detect how to convert files to the cross compiler format, i.e. "func_convert_file_noop"), but that doesn't appear to be needed anymore, which is nice. 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.