- Dec 03, 2017
-
-
Sebastian Kemper authored
Adds the command line tools that ship with Asterisk as optional packages. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
Adds modules that aren't deprecated. These include dependencies and configuration files. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
Adds some missing config files. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Jiri Slachta authored
Signed-off-by:
Jiri Slachta <jiri@slachta.eu>
-
- Dec 02, 2017
-
-
Jiri Slachta authored
chan-lantiq: setup Lantiq kernel headers locally
-
Jiri Slachta authored
Asterisk: Prevent building of all default modules
-
Jiri Slachta authored
asterisk-15.x: add 053-musl-mutex-init.patch
-
Jiri Slachta authored
baresip: add missing dependency
-
- Nov 28, 2017
-
-
Sebastian Kemper authored
The avcodec module needs a depend on libx264. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
This adds a mechanism that disables all modules by default and then enables only the modules needed for the packages selected, resulting in less build time. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
This adds a mechanism that disables all modules by default and then enables only the modules needed for the packages selected, resulting in less build time. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
@kochstefan pointed out that asterisk 15 doesn't load any modules. It turned out that this happens because of patch that was dropped. Add the patch again. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
- Nov 27, 2017
-
-
Jiri Slachta authored
asterisk-chan-sccp: improve package
-
Jiri Slachta authored
New PR: re, rem, restund and baresip
-
- Nov 26, 2017
-
-
Sebastian Kemper authored
- remove some whitespaces - install only the configuration example from the source instead of the locally kept files (which are probably outdated anyway) - add a comment explaining the iostream hack - use proper install routine instead of "$(CP)" Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
The package currently fails to build because librem headers cannot be found. For reasons unknown baresip searches in SYSROOT instead of SYSROOT_ALT for them. Fix this by patching the Makefile. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
ld expects '-shared' when called with '--export-dynamic'. Patch the Makefile accordingly. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
Add some more modules to the Makefile. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
- improve routine regarding dependencies - improve module descriptions Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
Remove unneeded variables, whitespaces and trailing slashes, use specific INSTALL directive instead of "$(CP)". Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
Change from custom make call to using the default Build/Compile routine. This applies the standard memory corruption mitigation methods, e.g. FORTIFY_SOURCE and RELRO, to the package if they are enabled (default). Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
ld expects '-shared' when called with '--export-dynamic'. Patch the Makefile accordingly. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
- add missing modules to base package - improve module DEPENDS handling routine Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
Remove unneeded variables, dependencies, whitespaces and trailing slashes, use specific INSTALL directive instead of "$(CP)". Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
Change from custom make call to using the default Build/Compile routine. This applies the standard memory corruption mitigation methods, e.g. FORTIFY_SOURCE and RELRO, to the package if they are enabled (default). Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
Remove unneeded variables, whitespaces, depends and trailing slashes. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
Change from custom make call to using the default Build/Compile routine. This applies the standard memory corruption mitigation methods, e.g. FORTIFY_SOURCE and RELRO, to the package if they are enabled (default). Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
Using the CFLAGS from the environment of Build/Compile the optimizations from libre now appear after OpenWrt CFLAGS, overriding them. Prevent that by disabling libre's optimization altogether. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
When using the default Build/Compile routine $LD is set to the actual linker, so libre's build system is not using ld indirectly via the compiler anymore. But it feeds -rdynamic to ld instead of --export-dynamic. Fix that with this patch. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
With FORTIFY_SOURCE enabled the compiler errors our when libre defines ssize_t again. Prevent that by adding the proper hint to the header in question. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
Remove unneeded variables, whitespaces and trailing slashes, use specific INSTALL directive instead of "$(CP)". Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
Change from custom make call to using the default Build/Compile routine. This applies the standard memory corruption mitigation methods, e.g. FORTIFY_SOURCE and RELRO to the package, if they are enabled (default). Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
- Nov 24, 2017
-
-
Jiri Slachta authored
Asterisk g72x
-
Jiri Slachta authored
Chan sccp
-
- Nov 23, 2017
-
-
Sebastian Kemper authored
Add a package for Asterisk 15. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
- bump to 1.4.2 (includes Asterisk 15 support) - clean up the Makefile (whitespaces, remove some leftover defines that are no longer needed etc.) Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
Define a variant for Asterisk 15. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
- Update to latest commit to get support for Asterisk 15 - Upstream renamed the project from chan-sccp-b to chan-sccp. This commit updates the OpenWrt Makefile accordingly. - Move the directory from chan-sccp-b to asterisk-chan-sccp (follow the naming of the other channel drivers' directories). - OpenWrt Asterisk13 is mistaken for Asterisk15 because it has the iostream patch applied, fix this with workaround in autoconf script. - Update upstream URL to the github page. - Update description of the package. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
This commit unpacks the sources of lib_ifxos, drv_tapi and drv_vmmc, patches them and sets up their header files for the compiler to use when building chan-lantiq. The dependency on kmod-ltq-vmmc is dropped so that the package can be built by the buildbots. Instead, a dependency on mips is added so that the buildbots will only build the package for the ARCH that Lantiq actually runs on. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Jiri Slachta authored
chan-lantiq: pull the source from github
-