mirror of
https://github.com/openwrt/telephony.git
synced 2025-12-21 14:54:36 +04:00
23cc2152730cf6e6f9ec14076476528c914c4d6c
Add additional fix patch for compilation error/warning and fix broken MD5 support on 64bit. The compilation warning actually discover a very old BUG that produced wrong MD5 calculation on 64bit systems. The BUG was caused by the use of unsigned long for uint32. On 64 bit systems, unsigned long is actually 8 bytes instead of the expected 4 bytes. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
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%