aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* micrond: use procd for service startFlorian Eckert2019-04-22
| | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de> Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* micrond: initial check-in from freifunk-gluon package feedFlorian Eckert2019-04-22
| | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* zstd: bump zstd version to 1.4.0Amol Bhave2019-04-21
| | | | | | | | This diff bumps the zstd version to 1.4.0 Tested with NBG6817 Signed-off-by: Amol Bhave <ambhave@fb.com>
* nano: update to 4.1Hannu Nyman2019-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | * update nano to 4.1 * implement Makefile style changes proposed in #8483 Release notes at https://nano-editor.org/news.php 2019.04.15 - GNU nano 4.1 * By default, a newline character is again automatically added at the end of a buffer, to produce valid POSIX text files by default, but also to get back the easy adding of text at the bottom. * The now unneeded option --finalnewline (-f) has been removed. * Syntax files are read in alphabetical order when globbing, so that the precedence of syntaxes becomes predictable. * In the C syntax, preprocessor directives are highlighted differently. * M-S now toggles soft wrapping, and M-N toggles line numbers. * The jumpy-scrolling toggle has been removed. * The legacy keystrokes ^W^Y and ^W^V are recognized again. * Executing an external command is disallowed when in view mode. * Problems with resizing during external or speller commands were fixed. Tested with ipq806x R7800 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* mmc-utils: update to latest git headMichael Heimpold2019-04-15
| | | | | | | Also add some valueable patches from mailing-list - upstream seems not to care so much about, but giving them a broader audience does not hurt. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* Merge pull request #8189 from jefferyto/rtty-initRosen Penev2019-04-14
|\ | | | | rtty: Update init script
| * rtty: Update init scriptJeffery To2019-02-12
| | | | | | | | | | | | | | | | | | | | This replaces the use of uci_validate_section() with uci_load_validate(), which removes the need to declare local variables for every config option. This also adds a service_triggers() function. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * rtty: Convert init script indentation from spaces to tabsJeffery To2019-02-12
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | collectd: backport modbus improvementsDaniel Golle2019-04-14
| | | | | | | | | | | | | | | | * 938897a2 Add scale and shift to modbus plugin * 60280b80 correcting all the wrongs * a00ab529 Add support for RS485 to modbus plugin Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #8182 from jefferyto/gpsd-initRosen Penev2019-04-12
|\ \ | | | | | | gpsd: Update init script
| * | gpsd: Update init scriptJeffery To2019-02-11
| |/ | | | | | | | | | | | | | | | | | | | | This replaces the use of uci_validate_section() with uci_load_validate(), which removes the need to declare local variables for every config option. This also adds a service_triggers() function and removes some unnecessary curly brackets. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | Merge pull request #8634 from ja-pa/yara-3.9.0Rosen Penev2019-04-11
|\ \ | | | | | | yara: update to version 3.9.0
| * | yara: update to version 3.9.0Jan Pavlinec2019-04-09
| | | | | | | | | | | | | | | | | | | | | | | | Changes: Remove merged patch for OpenSSL THREADID Add PKG_CPE_ID Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | device-observatory: Add depend on vim to avoid build failureRosen Penev2019-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | /bin/sh: 2: xxd: not found /bin/sh: 2: xxd: not found Makefile:24: recipe for target 'src/files.h' failed make[4]: *** [src/files.h] Error 127 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | ttyd: Add dependency for vimRosen Penev2019-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed to avoid error in case xxd is not installed: [ 16%] Generating html.h from index.html /bin/sh: 1: CMAKE_XXD-NOTFOUND: not found CMakeFiles/ttyd.dir/build.make:61: recipe for target 'html.h' failed make[6]: *** [html.h] Error 127 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | vim: Add host build to install xxdRosen Penev2019-04-10
| | | | | | | | | | | | | | | | | | Packages such as ttyd and device-observatory need this. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #8628 from mans0n/i2c-toolsRosen Penev2019-04-10
|\ \ \ | | | | | | | | i2c-tools: add license and tool
| * | | i2c-tools: add license and toolSungbo Eo2019-04-09
| |/ / | | | | | | | | | | | | | | | | | | libi2c is licensed under the LGPL. And i2ctransfer has been added to the tools since 4.0. Signed-off-by: Sungbo Eo <mans0n@gorani.run>
* | | prometheus-node-exporter-lua: Bump PKG_RELEASEAlex Tomlins2019-04-08
| | | | | | | | | | | | Signed-off-by: Alex Tomlins <alex@tomlins.org.uk>
* | | prometheus-node-exporter-lua: Add wifi_station_countAlex Tomlins2019-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To return the number of connected clients. At present this can be partially inferred by using a count() over one of the existing metrics, however this doesn't handle the case when there are no connected clients. When that happens, the count() will return no data instead of 0. Signed-off-by: Alex Tomlins <alex@tomlins.org.uk>
* | | prometheus-node-exporter-lua: wifi packets should be a counterAlex Tomlins2019-04-08
|/ / | | | | | | | | | | | | | | These output a count of the number of packets transmitted/received, so should be tracked as a counter. As it stands, promtool is warning that these shouldn't be named ending _total if they're a gauge. Signed-off-by: Alex Tomlins <alex@tomlins.org.uk>
* | Merge pull request #8229 from lucize/powertopRosen Penev2019-04-07
|\ \ | | | | | | powertop: add package
| * | powertop: add packageLucian Cristian2019-04-08
| | | | | | | | | | | | | | | | | | | | | package for monitoring power consumption 001 and 002 patches are taken from Alpine Linux Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | unrar: Update to 5.7.3Rosen Penev2019-04-05
| | | | | | | | | | | | | | | | | | | | | | | | Added -fno-rtti and -nodefaultlibs for slightly smaller size. Also added LTO for a close to 25kb size reduction. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #8586 from alext/fix_conntrack_collectorRosen Penev2019-04-04
|\ \ \ | | | | | | | | prometheus-node-exporter-lua: fix missing conntrack values
| * | | prometheus-node-exporter-lua: Bump PKG_RELEASEAlex Tomlins2019-04-04
| | | | | | | | | | | | | | | | Signed-off-by: Alex Tomlins <alex@tomlins.org.uk>
| * | | prometheus-node-exporter-lua: fix missing conntrack valuesAlex Tomlins2019-04-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the /proc/sys/net/netfilter/nc_conntrack_* files are not present, this exporter was outputting a blank value, which is invalid. These files will not be present when using an image that doesn't include the iptables and firewall packages (eg a minimal access-point type image). This updates the collector to only output the metrics if the corresponding /proc files are present. Signed-off-by: Alex Tomlins <alex@tomlins.org.uk>
* | | | tang: Add package into treeTibor Dudlák2019-04-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tang is lightweight server for binding data to network presence. --- Tang's source: https://github.com/latchset/tang Maintainer: @Tiboris Compile tested: (mips, TL-WR842N, 17.01.4, r3560-79f57e422d) **Tang requires a few other software libraries:** 1. libhttp-parser 2. xinetd's socket activation 3. jose >= 8 **Two new files compared to tang upstream:** - tangdx : configuration file for xinetd - tangdw : wrapper for tangd service - puts timestamp when service activated, and - redirects stderr to log file in /var/log/ **Removed systemd requirement** Signed-off-by: Tibor Dudlák <tdudlak@redhat.com>
* | | | btrfs-progs: drop unnecessary Kconfig dependencyKarel Kočí2019-04-03
|/ / / | | | | | | | | | Signed-off-by: Karel Kočí <cynerd@email.cz>
* | | btrfs-progs: make zstd optionalKarel Kočí2019-04-02
| | | | | | | | | | | | | | | | | | This adds choice to compile support for zstd or not. Signed-off-by: Karel Kočí <karel.koci@nic.cz>
* | | qemu: explicitly disable dependency on libpmem, libudev, libxml2Yousong Zhou2019-04-02
| | | | | | | | | | | | | | | | | | | | | Supersedes openwrt/packages#8571 Reported-by: Rosen Penev rosenp@gmail.com Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | qemu: sort --disable-xx listYousong Zhou2019-04-02
| | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | Merge pull request #8228 from lucize/libpciDaniel Engberg2019-04-01
|\ \ \ | | | | | | | | pciutils: add support for libpci
| * | | pciutils: add support for libpciLucian Cristian2019-04-02
| |/ / | | | | | | | | | | | | | | | fix install dev for packages that needs LIBPCI and add me as a mantainer Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | Merge pull request #8555 from neheb/fioRosen Penev2019-04-01
|\ \ \ | | | | | | | | fio: Fix compilation under mpcore.
| * | | fio: Fix compilation under mpcore.Rosen Penev2019-03-31
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #8089 from ja-pa/openocd-security-fixRosen Penev2019-04-01
|\ \ \ \ | | | | | | | | | | openocd: patch security issue
| * | | | openocd: patch security issueJan Pavlinec2019-04-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CVE-2018-5704 - https://nvd.nist.gov/vuln/detail/CVE-2018-5704 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | Merge pull request #8191 from jefferyto/sysstat-initRosen Penev2019-04-01
|\ \ \ \ \ | | | | | | | | | | | | sysstat: Update init script
| * | | | | sysstat: Update init scriptJeffery To2019-02-12
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This replaces the use of uci_validate_section() with uci_load_validate(), which removes the need to declare local variables for every config option. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #8183 from jefferyto/hd-idle-initRosen Penev2019-04-01
|\ \ \ \ \ | | | | | | | | | | | | hd-idle: Update init script
| * | | | | hd-idle: Update init scriptJeffery To2019-02-11
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This replaces the use of uci_validate_section() with uci_load_validate(), which removes the need to declare local variables for every config option. This also adds a service_triggers() function. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | / / btrfs-progs: add support for zstdKarel Kočí2019-04-01
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows BTRFS encryption using zstd. Using zstd can increase performance. This change increases size of btrfs-progs only by 4K. The real effect on size is only size of libzstd which is around 500K. This should be fine on system requiring BTRFS so no variant without zstd was added. Signed-off-by: Karel Kočí <karel.koci@nic.cz>
* | | | Merge pull request #7126 from ammubhave/add_zstdRosen Penev2019-03-31
|\ \ \ \ | | | | | | | | | | zstd: add zstd package
| * | | | zstd: add zstd packageAmol Bhave2019-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Zstandard, or zstd as short version, is a fast lossless compression algorithm, targeting real-time compression scenarios at zlib-level and better compression ratios. This package includes a C library, and a command line utility producing and decoding .zst, .gz, .xz and .lz4 files. Signed-off-by: Amol Bhave <ambhave@fb.com>
* | | | | Merge pull request #8486 from neheb/scRosen Penev2019-03-31
|\ \ \ \ \ | |/ / / / |/| | | | screen: Replace patches with upstream backports
| * | | | screen: Reorganize MakefileRosen Penev2019-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reorganized the Makefile a bit for consistency between packages. Added PKG_BUILD_PARALLEL for faster compilation. Removed USEMEMMOVE hack as that is no longer used in the codebase. Added PKG_FIXUP as the patches touch configure.ac. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | screen: Replace OpenWrt patches with upstream backportsRosen Penev2019-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will enable easier package bumping by just deleting all of them. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #8543 from neheb/g2Rosen Penev2019-03-30
|\ \ \ \ \ | | | | | | | | | | | | gammu: Really fix compilation under 64-bit
| * | | | | gammu: Really fix compilation under 64-bitRosen Penev2019-03-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The InstallDev section needed the same treatment as the Install one. Signed-off-by: Rosen Penev <rosenp@gmail.com>