| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
$(STAGING_DIR_HOSTPKG)
As both LEDE and OpenWrt have STAGING_DIR_HOSTPKG now, we can start to rely
on it. See 73b7f55424de52d8179a9ad808252fe3bf8dcc9d for more information on
STAGING_DIR_HOSTPKG.
STAGING_DIR_HOSTPKG won't actually be changed before the first LEDE release
(it is equivalent to $(STAGING_DIR)/host), so this simple search/replace
cleanup is safe to apply. Doing this cleanup now will be useful for the
Gluon project (an OpenWrt/LEDE based firmware framework) for experimenting
with modifying STAGING_DIR_HOSTPKG before doing this in the LEDE upstream.
Also fixes a typo in the dbus Makefile ("STAGIND_DIR").
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
|
|
|
|
|
|
|
| |
STAGING_DIR_HOSTPKG is now defined in both OpenWrt and LEDE, so we can
start to rely on it.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
|
|\
| |
| | |
iotivity: update to version 1.2.1
|
| |
| |
| |
| |
| |
| |
| | |
Before this change logging was always activated and then IoTivity wrote
a lot of debug messages. Make it now configurable.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
|
| |
| |
| |
| |
| |
| |
| | |
Install the header files needed to build something against IoTivity.
This will have it easier to build an application using IoTivity library.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
|
| |
| |
| |
| |
| |
| |
| |
| | |
These patches are making it possible to provide the compiler settings
from the environment so LEDE can change them. This replaces the old
patches with the versions send for upstream inclusion.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This does the following changes:
* update to version 1.2.1
* add iotivity-resource-directory-lib, this is needed by most
applications now
* do not activate security support by default, this caused some
problems and needs some more settings to setup.
* use sqlite version from normal package feed instead of using an own
version
* build against LEDE version of mbedtls
* update example security configuration
* remove some patches that went upstream
* add some new patches fixing problems observed in my environment, most
of them are on their way upstream.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
|
| |
| |
| |
| |
| |
| | |
This is not supported in IoTivity 1.2.1 any more.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
|
|/
|
|
| |
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
|
|\
| |
| | |
admin/syslog-ng: Fix accidental inclusion of libs
|
| |
| |
| |
| |
| |
| |
| | |
Disable SMTP and Redis support
Error generated by buildbots.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
|
|\ \
| | |
| | | |
ddns-scripts: make cloudflare v1 same "domain" parameter syntax
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- cloudflare v1 change syntax of option domain to "host.sub@example.com" like already cloudflare v4 and godaddy to prepare logterm remove of public_suffix_list.dat from package
- change Makefile to be backportable to CC15.05 and working on DD
- change ddns.defaults to prepare future releases of ddns-scripts
- minor fixes
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Note: SSL Patch submitted upstream pending developer approval.
* Patch will be removed in future release.
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
|\ \ \
| |/ /
|/| | |
travelmate: bugfix 0.3.1
|
| | |
| | |
| | |
| | |
| | |
| | | |
* fix error handling, i.e. a wrong uplink key in wireless config
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
| |/
|/|
| |
| |
| |
| |
| |
| | |
* new NAT and external-ip discovery
* adds zonemaster service
* fixes cadet crashes
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|\ \
| | |
| | | |
https-dns-proxy: Version bump
|
| | |
| | |
| | | |
Signed-off-by: Aaron Drew <aarond10@gmail.com>
|
| | |
| | |
| | |
| | |
| | | |
Version bump. Now includes support for SRV records, cap on concurrent requests.
Signed-off-by: Aaron Drew <aarond10@gmail.com>
|
|\ \ \
| | | |
| | | | |
keepalived: switch maintainer to Ben Kelly (@scrpi)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Talked it over with Ben (@scrpi).
He said he'd be fine with taking over maintainership of this.
@scrpi: please confirm this on PR.
Signed-off-by: Ben Kelly <ben@benjii.net>
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|\ \ \ \
| |/ / /
|/| | | |
syslog-ng: fix various install problems such as missing plugins, etc
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Install the plugins as various functionality is no longer in the
utility itself but is packaged as a .so plugin instead. Disable
plugins with too many dependencies (or too exotic).
Bump the version number on the config file to agree with the package's
version number.
Clean up any .la files from libtool.
Start much earlier so that logging doesn't miss startup messages from
other services.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
|
|\ \ \
| | | |
| | | | |
net/zerotier: fix broken dependency detection
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Moritz Warning <moritzwarning@web.de>
|
|\ \ \ \
| | | | |
| | | | | |
sstp-client: updated the fake title and description (old carelessness)
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: fededim@gmail.com
|
|\| | | |
| | | | |
| | | | | |
lftp: updated to 4.7.5
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
sstp-client: updated to 1.0.11 and moved under VPN submenu
Signed-off-by: fededim@gmail.com
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
net/transmission: Refresh patches and minor tweaks
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Refresh patches
Add patch to spoof git-version as release
Switch to xz tarball
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
|
| | | |
| | | |
| | | |
| | | | |
Fixes #3793.
|
|\ \ \ \
| | | | |
| | | | | |
transmission: conversion polarssl to mbedtls
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Maintainer: me / @obsy
Compile tested: x86, LEDE
Run tested: X86/geode, LEDE
Description:
- up to current git version: 35fea28d1a37875ef7480ac061754df617805b19
- replace polarssl via mbedtls
Closes https://github.com/openwrt/packages/issues/3731
Signed-off-by: Cezary Jackiewicz <cezary@eko.one.pl>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Closes #3792
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
|\ \ \ \
| |_|/ /
|/| | | |
net/zerotier: Fix source tarball filename
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
HTTP header content-disposition isn't honored resulting in source tarball name only containing version number.
Switch to GIT repo as workaround to avoid clashing filenames.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
|
|\ \ \ \
| | | | |
| | | | | |
net/zerotier: improve libupnpc detection
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
The patch name was wrong and the change could be made in a more elegant way.
Signed-off-by: Moritz Warning <moritzwarning@web.de>
|
|\ \ \ \
| |/ / /
|/| | | |
lang/luajit: Move to lua submenu
|
|/ / /
| | |
| | |
| | |
| | | |
Move luajit to where the other lua stuff lives
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
|
|\ \ \
| | | |
| | | | |
zerotier: fix upnp build support
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Moritz Warning <moritzwarning@web.de>
|
|\ \ \
| | | |
| | | | |
luajit: Added luajit package
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add luajit to repo
Signed-off-by: Morteza Milani <milani@pichak.co>
|
|\ \ \ \
| | | | |
| | | | | |
zerotier: add initial package
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Moritz Warning <moritzwarning@web.de>
|