aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* sound/fdk-aac: Clean up Makefile, add overflow patchDaniel Engberg2018-06-17
| | | | | | | | | Clean up Makefile by utilizing toolchain logic Make package pkg-config friendly Add patch to prevent crashes due to overflow Source: https://github.com/mstorsjo/fdk-aac/commit/a50eecf65b5ce5d4f03768c5c2cb4b492d2badad Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* ocserv: updated to 0.12.1Nikos Mavrogiannopoulos2018-05-12
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Merge pull request #6036 from TDT-AG/pr/20180511-net-mwan3-updateDirk Brenken2018-05-11
|\ | | | | net/mwan3: add packet loss and latency check
| * net/mwan3: add missing local variablesFlorian Eckert2018-05-11
| | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * net/mwan3: remove check_quality option from default configFlorian Eckert2018-05-11
| | | | | | | | | | | | | | | | | | The normal situation should be to use ping without quality_check. If quality_check option is not set in the default option then ping quality_check is not performed during tracking. This is and should be the default situation. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * net/mwan3: update logging outputFlorian Eckert2018-05-11
| | | | | | | | | | | | Unify logging output for tracking methode ping. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * net/mwan3: fix indentationFlorian Eckert2018-05-11
| | | | | | | | | | | | Fix indentation. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * net/mwan3: replace legancy backticksFlorian Eckert2018-05-11
| | | | | | | | | | | | Replace legancy backticks syntax shell execution with braces. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * net/mwan3: remove needless log output on mwan3trackFlorian Eckert2018-05-11
| | | | | | | | | | | | Remove needless log output this will pollute the logging. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * mwan3: Packet Loss & Latency CheckNishant Sharma2018-05-11
| | | | | | | | | | | | | | 1. Test link quality based on packet loss & latency w.r.t. pre-defined high and low watermark values. 2. Extended ubus support to provide packet loss & latency information per wan per track_ip Signed-off-by: Nishant Sharma <codemarauder@gmail.com>
* | domoticz: backport Boost 1.66 compat fixBERENYI, Balazs2018-05-11
| | | | | | | | | | | | | | | | | | Fix build by updating boost usage. Added backported patch from upstream commit 388c7b51716cdb6221ec292cc2456ceca6ee9b02. Signed-off-by: BERENYI, Balazs <beba@wee.hu> [update commit message] Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | Merge pull request #5980 from diizzyy/patch-6Ted Hess2018-05-10
|\ \ | | | | | | alsa-utils: Update to 1.1.6
| * | alsa-utils: Update to 1.1.6Daniel Engberg2018-04-29
| | | | | | | | | | | | | | | | | | | | | Update alsa-utils to 1.1.6 Add missing utils Change secondary mirror (current is broken) Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | Merge pull request #5981 from diizzyy/patch-8tripolar2018-05-10
|\ \ \ | | | | | | | | alsa-lib: Update to 1.1.6
| * | | alsa-lib: Update to 1.1.6Daniel Engberg2018-04-29
| |/ / | | | | | | | | | | | | Update alsa-lib to 1.1.6 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | bash: style and doc fixYousong Zhou2018-05-09
| | | | | | | | | | | | | | | | | | | | | The patch is about job control in general instead of the builtin jobs command Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | bash: fix postinst scriptYousong Zhou2018-05-09
| | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | treewide: use mirror tag @KERNEL where applicableYousong Zhou2018-05-09
| | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | Merge pull request #6025 from ↵Hannu Nyman2018-05-09
|\ \ \ | | | | | | | | | | | | | | | | TDT-AG/pr/20180509-net-keepalived-bump-version-to-1.4.4 net/keepalived: update to 1.4.4
| * | | net/keepalived: update to 1.4.4Florian Eckert2018-05-09
|/ / / | | | | | | | | | | | | | | | Update to new upstream stable version 1.4.4 Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | utils/bash: Update to 4.4.18Daniel Engberg2018-05-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update bash to 4.4.18 - Enable PKG_CHECK_FORMAT_SECURITY - Use shared libreadline - Enable job control Fixes #5796, Closes #5858 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | dtc: add subpackage fdt-utilsYousong Zhou2018-05-09
| | | | | | | | | | | | | | | Suggested-by: Tom Burkart <tom@aussec.com> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | dtc: bump to version 1.4.6Yousong Zhou2018-05-09
| |/ |/| | | | | | | Suggested-by: Tom Burkart <tom@aussec.com> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | Merge pull request #5995 from diizzyy/patch-10Hannu Nyman2018-05-08
|\ \ | | | | | | sbc: Switch to @KERNEL alias, use LTO optimization
| * | sbc: Switch to @KERNEL alias, use LTO optimizationDaniel Engberg2018-05-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to the @KERNEL alias Use LTO optimization, reduces file size by ~20% (~10Kbyte) With: 39K sbc_1.3-1_arm_cortex-a9_neon.ipk Without: 51K sbc_1.3-1_arm_cortex-a9_neon.ipk Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | Merge pull request #5855 from diizzyy/net-vnstatHannu Nyman2018-05-08
|\ \ \ | | | | | | | | net/vnstat: Update to 1.18
| * | | net/vnstat: Update to 1.18Daniel Engberg2018-04-01
| | | | | | | | | | | | | | | | | | | | | | | | Update vnstat to 1.18 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | Merge pull request #5992 from kismetwireless/feature_protobuf-c_host_toolsHannu Nyman2018-05-08
|\ \ \ \ | | | | | | | | | | Enable the host tools on protobuf-c (protoc-c specifically)
| * | | | Enable the host tools on protobuf-c (protoc-c specifically)Mike Kershaw / Dragorn2018-04-30
| | |/ / | |/| | | | | | | | | | Signed-Off-By: Mike Kershaw <dragorn@kismetwireless.net>
* | | | Merge pull request #6022 from ldir-EDB0/bumpminiupnpdHannu Nyman2018-05-08
|\ \ \ \ | | | | | | | | | | miniupnpd: bump to 2.0.20180503
| * | | | miniupnpd: bump to 2.0.20180503Kevin Darbyshire-Bryant2018-05-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumping to latest release. No (used) functional difference. Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* | | | | Merge pull request #6009 from ramsonline/patch-1Hannu Nyman2018-05-08
|\ \ \ \ \ | | | | | | | | | | | | adblock: typo : donwload -> download
| * | | | | typo : donwload -> downloadrams2018-05-05
| | | | | | | | | | | | | | | | | | small typo in description
* | | | | | Merge pull request #6020 from ↵Hannu Nyman2018-05-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | TDT-AG/pr/20180508-net-keepalived-bump-version-to-1.4.3 net/keepalived: update to 1.4.3
| * | | | | | net/keepalived: update to 1.4.3Florian Eckert2018-05-08
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bump PKG_VERSION to 1.4.3 To Fix compilation issue cherry-pick two commits from keepalived master tree: https://github.com/acassen/keepalived/commit/afc450807c5e83c5312e9f88dd6911fe3b00f42e https://github.com/acassen/keepalived/commit/58ae2ba75fa57896bc690c57a892958eb9816cd4 This was discussed on: https://github.com/acassen/keepalived/issues/835 Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | Merge pull request #6021 from t-umeno/update_klish-2.1.4Hannu Nyman2018-05-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | klish: update to latest version (2.1.4)
| * | | | | | klish: CONFIGURE_ARGS += --with-libxml2Takashi Umeno2018-05-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Takashi Umeno <umeno.takashi@gmail.com>
| * | | | | | klish: update to latest version (2.1.4)Takashi Umeno2018-05-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Takashi Umeno <umeno.takashi@gmail.com>
* | | | | | | Merge pull request #6018 from reinerh/masterDaniel Golle2018-05-08
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | inotify-tools: update to 3.20.1
| * | | | | | inotify-tools: update to 3.20.1Reiner Herrmann2018-05-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Reiner Herrmann <reiner@reiner-h.de>
* | | | | | | Merge pull request #6019 from fededim/masterHannu Nyman2018-05-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | lftp: updated to 4.8.3
| * | | | | | | lftp: updated to 4.8.3Federico Di Marco2018-05-08
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Federico Di Marco <fededim@gmail.com>
* / / / / / / net/mosquitto: support all the extra options from newest versionKarl Palsson2018-05-07
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Import the config conversion script from https://github.com/remakeelectric/owrt_pub_feeds/tree/master/net/mosquitto-next Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | Merge pull request #6007 from aparcar/export-openwrtchamptar2018-05-07
|\ \ \ \ \ \ | |/ / / / / |/| | | | | prometheus-node-exporter-lua: add openwrt exporter
| * | | | | prometheus-node-exporter-lua: add openwrt exporterPaul Spooren2018-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | adds openwrt specific information about the device. include DISTRIB_{ID, RELEASE, REVISION}, board_name and model Example output: # TYPE node_openwrt_info gauge node_openwrt_info{revision="55a0636",model="QEMU Standard PC (i440FX + PIIX, 1996)",id="LiMe",board_name="qemu-standard-pc-i440fx-piix-1996",release="snapshot"} 1 node_scrape_collector_duration_seconds{collector="openwrt"} 3.814697265625e-05 node_scrape_collector_success{collector="openwrt"} 1 Signed-off-by: Paul Spooren <spooren@informatik.uni-leipzig.de>
* | | | | | mosquitto: bump to major 1.5 releaseKarl Palsson2018-05-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a major release. https://mosquitto.org/blog/2018/05/version-1-5-released/ Performance, configurability, protection from fuzzing and bad data, customizable SSL contexts, all sorts of goodies. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | Merge pull request #5988 from diizzyy/patch-9Hannu Nyman2018-05-06
|\ \ \ \ \ \ | | | | | | | | | | | | | | bluez: Update to 5.49
| * | | | | | bluez: Update to 5.49Daniel Engberg2018-05-05
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update bluez to 5.49 Fix issue https://github.com/openwrt/packages/issues/1497 Fix issue https://github.com/openwrt/packages/issues/1503 Cherry pick patches from Alpine Linux repo Apply --gc-sections, saves about 500kbyte Drop audio.conf (not needed and deprecated) Remove bluetooth.dbus as upstream supplies a working copy Based on patch provided by Johnny Vogels https://github.com/openwrt/packages/pull/5937 Source: https://git.alpinelinux.org/cgit/aports/commit/main/bluez/fix-endianness.patch?id=1c6991b32a22be2c905cc1709be1376c4e79e451 https://git.alpinelinux.org/cgit/aports/commit/main/bluez/bluez-5.40-obexd_without_systemd-1.patch?id=980b2d04ae4339594701b33cf9460757c989c94c Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | sqm-scripts: Bump to v1.2.2Toke Høiland-Jørgensen2018-05-06
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | | Merge pull request #6014 from micmac1/mariadb-portable-lnHannu Nyman2018-05-06
|\ \ \ \ \ \ | | | | | | | | | | | | | | mariadb: create symlinks in a portable way