The telephony packages feed for difos
Starting with 4.12 there are module build errors due to the arch-specific uaccess.h using a macro defined in the generic include. The generic include has been around since 2.6.18 and has always included asm/uaccess.h, so switch to using the generic include for all kernels which have it. Example build failure: CC [M] /data/bowl-builder/mips64_octeon/build/sdk/build_dir/target-mips64_octeon_64_musl/linux-octeon/dahdi-linux-2.11.1-20180111/drivers/dahdi/wcb4xxp/base.o In file included from ../dahdi-linux-2.11.1-20180111/drivers/dahdi/wcb4xxp/base.c:38:0: ./arch/mips/include/asm/uaccess.h: In function 'eva_kernel_access': ./arch/mips/include/asm/uaccess.h:91:9: error: implicit declaration of function 'uaccess_kernel' [-Werror=implicit-function-declaration] return uaccess_kernel(); ^ cc1: some warnings being treated as errors The same can currently be seen on arc_archs where also kernel 4.14.18 is used. The patch just follows what Ubuntu's Seth Forshee suggested for openafs, which ran into the same problem. The commit message is largely just copied from Seth's commit message as well :) The issue has been reported to upstream here: https://issues.asterisk.org/jira/browse/DAHLIN-360 The same patch has been uploaded there. 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.