The telephony packages feed for difos
libmariadb 10.2 needs to be linked in together with iconv. Include nls.mk to help the build system find the iconv library. Also update func_iconv's depend. We want to use the variable $(ICONV_DEPENDS) provided by nls.mk. It resolves to +BUILD_NLS:libiconv-full. This cannot be handled properly right now, as the module depends filter cannot handle +<SYMBOL>:<package> depends. So add another field to the Makefile's module function for complex depends, which are passed on unfiltered. 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.