mirror of
https://github.com/openwrt/telephony.git
synced 2025-12-21 17:04:36 +04:00
f902c18fbc49d48746b1abb7cdde8b8fc32af22b
kamailio macos build fails due to kamailio Makefile checks OS (`uname -s`) and OSREL (`uname -r`). If build host is not Linux, then these checks will provide different results, but OpenWrt is always Linux so target OS should be always Linux. This patch explicitly specifies OS=linux and OSREL=$(LINUX_UNAME_VERSION) to avoid using build host values for target build. Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
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.
Description
Languages
Makefile
89%
Shell
8.8%
C
1.1%
Perl
1.1%