aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
...
* vim: variants conflict with each otherKarel Kočí2022-08-23
| | | | | | | | | | | | | | | | This adds conflicts between the variants, because they provide the same files, and it should not be possible to install them side by side. Otherwise, it might happen that half files would be from one variant and the other half from the other. Also, adds provides as if you request to install ``vim`` and ``vim-full``, then the request could be satisfied even they collide, because ``vim-full`` provides ``vim`` package. Signed-off-by: Karel Kočí <cynerd@email.cz> Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com> [add commit message]
* stress-ng: add libjpeg depAlexandru Ardelean2022-08-24
| | | | | | | | | | | | | | Fixes: https://github.com/openwrt/packages/issues/19210 If libjpeg isn't selected by another package, all is fine. But if it is selected, the stress-ng build will see it and try to build the jpeg stressor. This would usually fail sometime and link-time. In any case, it's better to just pick-up libjpeg as a dependency of stress-ng. If people want to stress their system with this tool, they can probably expect libjpeg as well. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* Merge pull request #19217 from stintel/openocd-bcm27xxAlexandru Ardelean2022-08-23
|\ | | | | openocd: enable bcm2835gpio on bcm27xx
| * openocd: enable bcm2835gpio on bcm27xxStijn Tintel2022-08-21
| | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | pciutils: backport patch to fix compilation with older binutilsJosef Schlehofer2022-08-21
|/ | | | | | | | | | | | | | | | | | | | | While building pciutils 3.8.0 for OpenWrt 21.02 includes target mvebu/cortex-a9, mvebu/cortex-a53 and powerpc/8540, it fails because of this error: -I<turris1x/ws/build/staging_dir/toolchain-powerpc_8548_gcc-8.4.0_musl/include> -c -o filter.o filter.c {standard input}: Assembler messages: {standard input}:6: Error: multiple versions [`pci_filter_init@@LIBPCI_3.8'|`pci_filter_init@LIBPCI_3.3'] for symbol `pci_filter_init_v38' {standard input}:8: Error: multiple versions [`pci_filter_parse_slot@@LIBPCI_3.8'|`pci_filter_parse_slot@LIBPCI_3.3'] for symbol `pci_filter_parse_slot_v38' {standard input}:10: Error: multiple versions [`pci_filter_parse_id@@LIBPCI_3.8'|`pci_filter_parse_id@LIBPCI_3.3'] for symbol `pci_filter_parse_id_v38' {standard input}:12: Error: multiple versions [`pci_filter_match@@LIBPCI_3.8'|`pci_filter_match@LIBPCI_3.3'] for symbol `pci_filter_match_v38' make[4]: *** [<builtin>: filter.o] Error 1 make[4]: Leaving directory '<turris1x/ws/build/build_dir/target-powerpc_8548_musl/pciutils-3.8.0/lib'> make[3]: *** [Makefile:70: lib/libpci.so.3.8.0] Error 2 make[3]: Leaving directory '<turris1x/ws/build/build_dir/target-powerpc_8548_musl/pciutils-3.8.0'> make[2]: *** [Makefile:88: <turris1x/ws/build/build_dir/target-powerpc_8548_musl/pciutils-3.8.0/.built]> Error 2 make[2]: Leaving directory '<turris1x/ws/build/feeds/packages/utils/pciutils'> Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* pciutils: update to 3.8.0Lucian Cristian2022-08-20
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* miniflux: update to 2.0.38Michal Vasilek2022-08-18
| | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* telegraf: Update to version 1.23.4Jonathan Pagel2022-08-18
| | | | Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
* telegraf: Add influxdb2 output plugin to package version smallJonathan Pagel2022-08-16
| | | | Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
* bigclown-gateway: use Python's json libAlexandru Ardelean2022-08-16
| | | | | | | From: https://github.com/hardwario/bch-gateway/pull/17 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* bigclown-control-tool: use Python's json libAlexandru Ardelean2022-08-16
| | | | | | | | | From: https://github.com/hardwario/bch-control-tool/pull/5 This is a backport version 0.2.0 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* bluld: Do not include kernel headers into user space applicationHauke Mehrtens2022-08-16
| | | | | | | | | Remove the extra include for kernel headers from this user space application. These extra includes are causing compile errors when compiling with glibc. User space applications should not need such headers. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* mqttled: update to 0.1.2Tom Grime2022-08-16
| | | | Signed-off-by: Tom Grime <tom.grime@gmail.com>
* zoneinfo: updated to the latest releaseVladimir Ulrich2022-08-16
| | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* opendoas: fix build with PAMMichal Vasilek2022-08-16
| | | | | | | When PAM is available, the build system will detect and use it, but the package dependency was missing. Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* Merge pull request #19048 from guijan/update-stress_ngAlexandru Ardelean2022-08-16
|\ | | | | stress-ng: update to 0.14.03
| * stress-ng: update to 0.14.03Guilherme Janczak2022-08-12
| | | | | | | | | | Signed-off-by: Guilherme Janczak <guilherme.janczak@yandex.com> Co-authored-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | uvol: fix autopart handling double/float numberDaniel Golle2022-08-14
| | | | | | | | | | | | | | Consider only integer part of free space in megabytes when deciding the boundaries of the to be created partition. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | opendoas: add packageMichal Vasilek2022-08-13
| | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | tree: update upstream sourceJohn Audia2022-08-13
| | | | | | | | | | | | | | | | | | | | | | Update Makefile to use github mirror of new source url since current one is going to retire. "Notice this site is likely going to be shutdown after over 28 years. I will likely be moving all my code-bases to https://gitlab.com/OldManProgrammer"[1] 1. http://mama.indstate.edu/users/ice/tree Signed-off-by: John Audia <therealgraysky@proton.me>
* | Merge pull request #19084 from jtkohl/watchcat-ping-bugfixFlorian Eckert2022-08-10
|\ \ | | | | | | watchcat: fix broken ping invocation for no-address-family configuration
| * | watchcat: fix broken ping invocation for no-address-family configurationMichal Kowalski2022-08-01
| | | | | | | | | | | | | | | | | | | | | Fix for issue #19010 Signed-off-by: John Kohl <jtk.git@bostonpog.org> Signed-off-by: Michal Kowalski <18610805+kofec@users.noreply.github.com>
* | | Merge pull request #19125 from hirnpfirsich/masterEtienne Champetier2022-08-08
|\ \ \ | | | | | | | | prometheus-node-exporter-lua: add realtek-poe exporter
| * | | prometheus-node-exporter-lua: add realtek-poe exporterGregor Michels2022-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exposes PoE metrics obtained from realtek-poe # HELP realtek_poe_switch_info information about the poe controller # TYPE realtek_poe_switch_info gauge realtek_poe_switch_info{mcu="ST Micro ST32F100 Microcontroller",firmware="v22.4"} 1 # HELP realtek_poe_switch_budget_watts overall power budget # TYPE realtek_poe_switch_budget_watts gauge realtek_poe_switch_budget_watts 77 # HELP realtek_poe_switch_consumption_watts overall power consumption # TYPE realtek_poe_switch_consumption_watts gauge realtek_poe_switch_consumption_watts 5 # HELP realtek_poe_port_priority poe priority of port # TYPE realtek_poe_port_priority gauge realtek_poe_port_priority{device="lan1"} 1 realtek_poe_port_priority{device="lan2"} 1 [...] # HELP realtek_poe_port_consumption_watts per port power consumption # TYPE realtek_poe_port_consumption_watts gauge realtek_poe_port_consumption_watts{device="lan1"} 0 realtek_poe_port_consumption_watts{device="lan2"} 0 [...] # HELP realtek_poe_port_state per port poe state # TYPE realtek_poe_port_state gauge realtek_poe_port_state{device="lan1",state="Disabled"} 0 realtek_poe_port_state{device="lan1",state="Searching"} 1 [...] (states: Disabled, Searching, Delivering power, Fault, Other fault, Requesting power) # HELP realtek_poe_port_mode per port poe mode # TYPE realtek_poe_port_mode gauge realtek_poe_port_mode{device="lan1",mode="PoE"} 0 realtek_poe_port_mode{device="lan1",mode="PoE+"} 1 [...] (modes: PoE, Legacy, pre-PoE+, PoE+) Signed-off-by: Gregor Michels <hirnpfirsich@brainpeach.de>
* | | | Merge pull request #19114 from commodo/squashfs-tools-zstdAlexandru Ardelean2022-08-08
|\ \ \ \ | |/ / / |/| | | squashfs-tools: enable zstd compression by default
| * | | squashfs-tools: enable zstd compression by defaultAlexandru Ardelean2022-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Requested via: https://github.com/openwrt/packages/issues/19111 PKG_RELEASE is set to AUTORELEASE, so no need to bump. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | prometheus-node-exporter-lua: fix hostapd stationsNick Hainke2022-08-07
| | | | | | | | | | | | | | | | | | | | | | | | We can only utilize statistics from interfaces having ubus interface. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | Merge pull request #18834 from jpds/prometheus-selinux-collectorEtienne Champetier2022-08-07
|\ \ \ \ | | | | | | | | | | prometheus-node-exporter-lua: Added selinux.lua.
| * | | | prometheus-node-exporter-lua: Added selinux.lua.Jonathan Davies2022-07-13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan Davies <jpds@protonmail.com>
* | | | | yq: Update to 4.27.2Tianling Shen2022-08-06
| |/ / / |/| | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | Merge pull request #19083 from pprindeville/drop-parallel-support-non-x86Philip Prindeville2022-08-04
|\ \ \ \ | | | | | | | | | | lcdproc: don't enable LPT support on non-x86 architectures
| * | | | lcdproc: don't enable LPT support on non-x86 architecturesPhilip Prindeville2022-08-03
| | |/ / | |/| | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | sexpect: updated to 2.3.11Clark Wang2022-08-02
| | | | | | | | | | | | | | | | Signed-off-by: Clark Wang <dearvoid@gmail.com>
* | | | docker-compose: Update to version 2.9.0Javier Marcet2022-08-02
| | | | | | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | nano: update to 6.4Hannu Nyman2022-08-02
| | | | | | | | | | | | | | | | | | | | | | | | Update nano editor to version 6.4. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | coremark: bump to 2022-07-27Aleksander Jan Bajkowski2022-08-02
|/ / / | | | | | | | | | Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
* | | realtek-poe: Add package to control PoE for Realtek 838x devicesAlexandru Gagniuc2022-07-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | The realtek-poe package is used to configure the Power-over-Ethernet controller found on Realtex 838x based switches. On many such switches, the PoE doesn't work without this package. Signed-off-by: Stijn Segers <foss@volatilesystems.org> Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
* | | Merge pull request #19055 from pprindeville/issue#18975Philip Prindeville2022-07-30
|\ \ \ | | | | | | | | lcdproc: don't detect parallel port on build host
| * | | lcdproc: don't detect parallel port on build hostPhilip Prindeville2022-07-30
| | | | | | | | | | | | | | | | | | | | | | | | Also, limit builds to x86 and x86_64. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | domoticz: fix read of "disabled" uci configuration parameterRobert Högberg2022-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The domoticz init script didn't properly read the "disabled" configuration parameter and instead the service was always started. Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>
* | | | tar: add PKG_CONFIG_DEPENDSRosen Penev2022-07-28
| | | | | | | | | | | | | | | | | | | | | | | | fixes compilation when deselecting options. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | hfsprogs: remove unused libbsdGuilherme Janczak2022-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | hfsprogs uses libbsd for strlcpy(), but the strlcpy() calls are inside `#ifdef` and don't show up on the OpenWRT package. Signed-off-by: Guilherme Janczak <guilherme.janczak@yandex.com>
* | | | kitty-terminfo: Fix licenseJitao Lu2022-07-27
| | | | | | | | | | | | | | | | Signed-off-by: Jitao Lu <dianlujitao@gmail.com>
* | | | telegraf: Update to version 1.23.3Jonathan Pagel2022-07-26
| |_|/ |/| | | | | | | | Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
* | | dockerd: Update to v20.10.17Gerard Ryan2022-07-24
| | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | docker: Update to v20.10.17Gerard Ryan2022-07-24
| | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | libnetwork: Update to f6ccccb for Docker v20.10.17Gerard Ryan2022-07-24
| | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | containerd: Update to v1.6.6 for Docker v20.10.17Gerard Ryan2022-07-24
| | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | runc: Update to v1.1.2 for Docker v20.10.17Gerard Ryan2022-07-24
| | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | cryptsetup: fix library paths by calling autoreconfDaniel Golle2022-07-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | Use PKG_FIXUP:=autoreconf when building cryptsetup to prevent accidental linkage against host libraries. Fixes: #19011 Reported-by: @dreirund Signed-off-by: Daniel Golle <daniel@makrotopia.org>