aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* rtty: Update to 3.1.1Jianhui Zhao2018-02-07
| | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* btrfs-progs: Update to 4.15Rosen Penev2018-02-04
| | | | | Compile tested on ar71xx Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #5240 from ecsv/ap51-flashHannu Nyman2018-02-04
|\ | | | | ap51-flash: Update to newest "version" and package cleanups
| * ap51-flash: Fix source repository URLSven Eckelmann2017-12-15
| | | | | | | | | | | | | | | | The URL git://dev.cloudtrax.com/ap51-flash.git is not the actual public source repository URL for ap51-flash. It is not even accessible in the moment. The official repository can now be found at github. Signed-off-by: Sven Eckelmann <sven@narfation.org>
| * ap51-flash: Provide PKG_LICENSE* informationSven Eckelmann2017-12-07
| | | | | | | | Signed-off-by: Sven Eckelmann <sven@narfation.org>
| * ap51-flash: Update to version 2017-12-07Sven Eckelmann2017-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | * Added support for new OpenMesh devices: - A42 - A62 - G200 - D200 - P60 * Fix size calculation for combined ext images * Fixed build with musl Signed-off-by: Sven Eckelmann <sven@narfation.org>
| * ap51-flash: Remove FLASH_FROM_FILE preprocessor variableSven Eckelmann2017-12-07
| | | | | | | | | | | | | | ap51-flash doesn't know the FLASH_FROM_FILE preprocessor variable and thus OpenWrt should not set it in its package Makefile. Signed-off-by: Sven Eckelmann <sven@narfation.org>
| * ap51-flash: Remove NO_LIBPCAP preprocessor variableSven Eckelmann2017-12-07
| | | | | | | | | | | | | | ap51-flash doesn't know the NO_LIBPCAP preprocessor variable and thus OpenWrt should not set it in its package Makefile. Signed-off-by: Sven Eckelmann <sven@narfation.org>
| * ap51-flash: Remove OFLAGS from MAKE_FLAGSSven Eckelmann2017-12-07
| | | | | | | | | | | | | | Nothing in ap51-flash is using the variable OFLAGS. It should therefore not be set. Signed-off-by: Sven Eckelmann <sven@narfation.org>
| * ap51-flash: Remove uIP workaroundsSven Eckelmann2017-12-07
| | | | | | | | | | | | | | ap51-flash is no longer using uIP and thus these workarounds should no longer be used. Signed-off-by: Sven Eckelmann <sven@narfation.org>
* | Merge pull request #4928 from p-wassi/smstoolsHannu Nyman2018-02-04
|\ \ | | | | | | utils/smstools3: update to 3.1.21
| * | utils/smstools3: update to 3.1.21Paul Wassi2017-10-10
| | | | | | | | | | | | | | | | | | | | | Update package to 3.1.21, remove parts of patches which were already included upstream, update some OpenWrt specific things. Signed-off-by: Paul Wassi <p.wassi@gmx.at>
* | | Merge pull request #5558 from Andy2244/acl-updateHannu Nyman2018-02-04
|\ \ \ | | | | | | | | acl: update to 2018-01-21
| * | | acl: update to 2018-01-21Andy Walsh2018-02-04
| | | | | | | | | | | | | | | | Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | nano: update to 2.9.3Hannu Nyman2018-02-03
| | | | | | | | | | | | | | | | | | | | | | | | update nano to 2.9.3 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | Merge pull request #5128 from champtar/prometheuschamptar2018-02-01
|\ \ \ \ | |/ / / |/| | | prometheus-node-exporter-lua: make it modular and faster
| * | | prometheus-node-exporter-lua: bump versionEtienne Champetier2017-12-08
| | | | | | | | | | | | | | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
| * | | prometheus-node-exporter-lua: rework cpu collectorEtienne Champetier2017-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | replace 2 string.match and 1 string.gmatch (space_split) by 1 string.match Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
| * | | prometheus-node-exporter-lua: use io.lines(), remove line_splitEtienne Champetier2017-12-08
| | | | | | | | | | | | | | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
| * | | prometheus-node-exporter-lua: split out nat_traffic and netstatEtienne Champetier2017-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | nat_traffic is too verbose to be really useful by default netstat is broken by default on OpenWrt/LEDE Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
| * | | prometheus-node-exporter-lua: put wifi collector in 2 separate packagesEtienne Champetier2017-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this allow to remove libubus-lua/libiwinfo-lua dependency from main package this also allow to have different scrape_interval Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com> split stations Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
| * | | prometheus-node-exporter-lua: make it modularEtienne Champetier2017-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As prometheus-node-exporter-lua is a reimplementation of node_exporter, I'm using "collector" instead of "scraper" and renaming some collectors put each collector in a separate file report collector success/failure and duration per scrape (follow https://github.com/prometheus/node_exporter/pull/516) allow to filter collectors using "collect[]" params (see https://github.com/prometheus/node_exporter#filtering-enabled-collectors) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
| * | | prometheus-node-exporter-lua: rewrite wifi scraperEtienne Champetier2017-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On my bullet m2, scrape duration goes from between 0.2 and 0.5 to a stable 0.025 We also don't depend on luci anymore This remove wifi_network_up metric, but this metric was buggy wifi_network_up{ifname="wlan0-1",ssid="test1",channel="11",mode="Master",bssid="12:34:56:78:9A:BC",country="FR",frequency="2.462"} 1 wifi_network_up{ifname="radio0.network2",ssid="test1",channel="11",mode="Master",country="US",frequency="2.462"} 0 Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
| * | | prometheus-node-exporter-lua: fix nat scraperEtienne Champetier2017-12-08
| | | | | | | | | | | | | | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
| * | | prometheus-node-exporter-lua: improve node_uname_infoEtienne Champetier2017-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Testing on a bullet m2, uname collector was taking on average 0.12 it now takes 0.0007 Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
| * | | prometheus-node-exporter-lua: respond with HTTP/1.0Etienne Champetier2017-12-08
| | | | | | | | | | | | | | | | | | | | | | | | also reduce calls to output() Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
| * | | prometheus-node-exporter-lua: send stdout/stderr to logreadEtienne Champetier2017-12-08
| | | | | | | | | | | | | | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | | zoneinfo: Updated to the latest releaseVladimir Ulrich2018-01-24
| | | | | | | | | | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | | | rtty: Add packageJianhui Zhao2018-01-23
| | | | | | | | | | | | | | | | | | | | | | | | A reverse proxy WebTTY. It is composed of the client and the server. Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | btrfs-progs: Bump to 4.14.1 + add Build/InstallDevRosen Penev2018-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Supersedes #5173 and bumps the version to latest. Tested on ramips (mt7621). Signed-off-by: Eugene Chekanskiy <echekanskiy@gmail.com> Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #5421 from alive4ever/mksh-r56bHannu Nyman2018-01-19
|\ \ \ \ | | | | | | | | | | utils/mksh: update to r56b
| * | | | mksh: update to r56bAlif M. Ahmad2018-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated to mksh-r56b Signed-off-by: Alif M. Ahmad <alive4ever@live.com>
* | | | | utils/collectd: Re-add option to enable encrypted network outputJonathan McDowell2018-01-17
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The collectd network plugin has the ability to sign and/or encrypt its traffic, allowing secure interaction with other collectd instances. This had been disabled due to issues with the collectd build system. Fix up the configure parameters to work correctly and re-add the option. Signed-off-by: Jonathan McDowell <noodles@earth.li>
* | | | Merge pull request #5231 from pprindeville/lm-sensors-add-init.dJo-Philipp Wich2018-01-16
|\ \ \ \ | | | | | | | | | | lm-sensors add init.d
| * | | | lm-sensors: add init scriptPhilip Prindeville2018-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "sensors -s" needs to happen at boot-time so that any "set" statements in sensors.conf file can take effect. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | procps-ng: use alternatives to coexist with busybox appletsYousong Zhou2018-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes FS#699 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | cryptodev-linux: bump to latest git 2017-10-04Lucian Cristian2018-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix kernel > 4.13 compilation Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | treewide: use local python-package.mk & python3-package.mk filesAlexandru Ardelean2018-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This guarantees for the package feeds that the mk files will always be available for all packages. Will need to see about external-feed Python packages a bit later. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | Merge pull request #5397 from diizzyy/utils-pcsc-toolsHannu Nyman2018-01-10
|\ \ \ \ \ | | | | | | | | | | | | pcsc-tools: remove myself as maintainer
| * | | | | pcsc-tools: remove myself as maintainerDaniel Engberg2018-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove myself as maintainer Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | Merge pull request #5398 from diizzyy/utils-tioHannu Nyman2018-01-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | utils/tio: Update to 1.28
| * | | | | | utils/tio: Update to 1.28Daniel Engberg2018-01-09
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update tio to 1.28 Remove myself as maintainer Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | treewide: fix incorrect *_BUILD_DEPENDSMatthias Schiffer2018-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build depends refer to source package names, not binary package names. In many cases, PKG_BUILD_DEPENDS simply duplicated runtime dependencies of a source package's binary packages; as the corresponding source packages are implicitly added as bulid dependencies, PKG_BUILD_DEPENDS can simply be dropped in these cases. In the other cases, *_BUILD_DEPENDS is fixed to refer to the correct source package name. Dependency of mysql-server is adjusted from libncursesw to libncurses (as libncursesw is a virtual package provided by libncurses), so the build dependency on ncurses is emitted unconditionally. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | | | treewide: remove superfluous + signs from PKG_BUILD_DEPENDSMatthias Schiffer2018-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A + sign does not have meaning in build depends. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | | | slide-switch: update to latest versionJeffery To2018-01-06
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | nano: update to 2.9.2Hannu Nyman2018-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update nano to 2.9.2 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | lvm2: update to version 2.02.177Daniel Golle2018-01-05
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | pcsc-lite: update to version 1.8.23Daniel Golle2018-01-05
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | dump1090: update to latest versionÁlvaro Fernández Rojas2017-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also rename uhttpd config from xupnpd to dump1090 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | dmidecode: update to v3.1Álvaro Fernández Rojas2017-12-31
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>