| Commit message (Collapse) | Author | Age |
|
|
|
| |
Signed-off-by: Moritz Warning <moritzwarning@web.de>
|
|
|
|
| |
Signed-off-by: Moritz Warning <moritzwarning@web.de>
|
|\
| |
| | |
knot: update to 2.6.6
|
| |
| |
| |
| | |
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
|
|\ \
| | |
| | | |
mwan3: in ubus rpcd script fix shell local issue
|
| | |
| | |
| | |
| | | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|/ /
| |
| |
| |
| |
| |
| | |
To fix the shell local issue in the ubus mwan3 rpcd shell script, move
the switch case statment into a function.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|\ \
| | |
| | | |
dhcrelay4: add support for up/downstream interfaces
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
dhcrelay has the ability to monitor interfaces for requests
in a single direction only rather than listening to all
interfaces for requests.
Doing this allows one to suppress the duplication of having
the relay forward requests from the same network that the
DHCP server is on.
Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
|
|\ \
| | |
| | | |
autossh: add an 'enabled' option within the uci configuration file
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
In a tool like this one, you really want an option to establish if the service
should start or not by default on boot time, especially when its configuration
file has to be customized by the user.
In the configuration file, the new 'enabled' option is setted to '0' by default
since the configuration provided by default will not be the one finally used.
In the init script, the new 'enabled' option is setted to '1' by default in
order to support the previous configuration file behaviour.
Signed-off-by: AdriĆ Llaudet <adria.llaudet@gmail.com>
|
|\ \ \
| |_|/
|/| | |
openzwave: fix gcc7 compile and remove bad patch
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Patch 903-no-examples.patch removes MinOZW binary. This is wrong since
install section of openzwave is still using it. We can either remove the
patch or remove install section for openzwave. It seems people are using
this binary so we remove the patch.
After removing the patch the following issue appears with gcc7:
cc1plus: error: -Wformat-security ignored without -Wformat
This is resolved by adding the following to Makefile
TARGET_CPPFLAGS+=-Wno-format -Wno-format-security
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add libidn2 & idn2 tool to repo
Heavily based on PR by Daniel Engberg <daniel.engberg.lists@pyret.net>
Added idn2 tool & heavily based on existing idn Makefile.
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
|
|\ \
| | |
| | | |
isc-dhcp: allow hosts to have dhcp options
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Sometimes it's necessary to set per-host options like:
list dhcp_option 'option:always-broadcast,true'
for hosts that don't understand unicast replies. There might
be other options you might want to set on a per-host basis,
such as extensions-path, dhcp-message-text, etc.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
|
|\ \ \
| |_|/
|/| | |
zerotier: fix 'unknown operand' error
|
|/ /
| |
| |
| | |
Signed-off-by: Moritz Warning <moritzwarning@web.de>
|
|\ \
| |/
|/| |
chrony: disable sechash support
|
|/
|
|
|
|
|
| |
Don't use the Nettle library (or NSS, libtomcrypt) even if it is
available.
Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
|
|\
| |
| | |
Bump linuxptp to version 1.9.2
|
|/
|
|
| |
Signed-off-by: Wojciech Dubowik <klute99@gmail.com>
|
|\
| |
| | |
Fix dhcpd.init typeof
|
| |
| |
| |
| |
| |
| | |
Missing backslash in "\d+" for last digit of dotted quad.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
|
|/
|
|
|
|
|
|
| |
Some /etc/config-destined files are in files/ and suffixed with
.conf while others are in files/etc/config/ which isn't consistent.
Put everything in files/ and call it good.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
|
|
|
|
| |
Signed-off-by: Peter Wagner <tripolar@gmx.at>
|
|
|
|
| |
Signed-off-by: Peter Wagner <tripolar@gmx.at>
|
|\
| |
| | |
utils/ccid: Update to 1.4.29
|
| |
| |
| |
| |
| |
| |
| | |
Update ccid to 1.4.29
Update URLs
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
|
| |
| |
| |
| |
| |
| | |
Fixed links and switched to HTTPS as the site defaults to it.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |
| |
| |
| |
| |
| | |
Change links to HTTPS and add CPE_ID.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |
| |
| |
| |
| |
| | |
New URLs
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
|
| |
| |
| |
| | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
| |
| |
| |
| |
| |
| | |
Move action into startup section will fix this.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
| |
| |
| |
| |
| |
| | |
Add logging information during state change on ping success or fail
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
| |
| |
| |
| |
| |
| | |
Update nmap suite to 7.70
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
|
|\ \
| | |
| | | |
utils/tio: Update to 1.29
|
| | |
| | |
| | |
| | |
| | | |
Update tio to 1.29
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
|
|\ \ \
| |/ /
|/| | |
travelmate: update 1.2.0
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* union 'automatic' and 'trigger' mode, now much more responsive
if an uplink suddenly disappears
* tidy up (disable) travelmate related uplink connections
if you disable the service
* change default config ('trm_automatic' removal)
* documentation update
* LuCI: remove needless 'automatic' and 'trigger' options
plus small fixes
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
|\ \ \
| | | |
| | | | |
chrony: update to 3.3
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
|
|\ \ \
| | | |
| | | | |
ffmpeg: fixup for patent related changes
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Have encoders and demuxers selectively disabled for patents in
libffmpeg-full too. Assume same codecs covered as decoders and
muxers, respectively. Include vc1 in muxer's too.
Don't invoke --enable-nonfree in libffmpeg-full. It results in:
License: nonfree and unredistributable
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
|
|\ \ \
| | | |
| | | | |
mwan3: ipv6-compatible default conf
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Considering that ipv6 NPT/NAT/NETMAP is done manually by user,
mwan3 can balance ipv6 interfaces as it does with ipv4.
Interface wan2 was renamed to wanb as wan2, wan3, ... will eventually
colide with OpenWrt with default wan6 interface when more than 6
interfaces are in use.
New interfaces, members for wan6 and wanb6 where created, both disabled
by default. Policies where adapted as well.
The option "family" is set respectively in each interface. When missing,
mwan3 assumes ipv4, that will fail when interface is IPv6 only.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Correct the versioning and use PKG_HASH
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|\ \ \
| | | |
| | | | |
linuxptp: Upgrade to v1.9
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Plus one upstream fix.
Signed-off-by: Wojciech Dubowik <klute99@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
admin/netdata: Update to 1.10.0
|