aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
...
* mpack: Fix conflicting malloc definitionFlorian Fainelli2017-04-01
| | | | | | | | | | | | | Use stdlib.h for malloc(), getenv() and realloc(). Fixes the following build failure: unixos.c:42:14: error: conflicting types for 'malloc' extern char *malloc(); ^ Makefile:168: recipe for target 'unixos.o' failed make[3]: *** [unixos.o] Error 1 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* Merge pull request #4222 from nikil/moreutilsHannu Nyman2017-04-02
|\ | | | | moreutils: Fix build failure due to install stripping
| * moreutils: Fix build failure due to install strippingNikil Mehta2017-04-01
| | | | | | | | Signed-off-by: Nikil Mehta nikil.mehta@gmail.com
* | mmc-utils: rely on common variablesMichael Heimpold2017-03-29
| | | | | | | | | | | | | | | | | | | | | | | | Instead of assigning various variables ourself, rely on the common logic provided by "packaging framework". This brings this package in sync with other ones which also use git repos as source, dates and commit ids as version etc. This results also in using xz for tarballs. While at, populate the PKG_MIRROR_HASH. Thanks @diizzyy for suggesting these improvements. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | mmc-utils: upgrade to latest revisionMichael Heimpold2017-03-27
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | [utils/zoneinfo] Updated to the latest releaseVladimir Ulrich2017-03-24
| | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | Merge pull request #4176 from yegorich/canutilsHannu Nyman2017-03-23
|\ \ | | | | | | canutils: bump version to cb33a55720716cbe01e6025a2bda74a1b7e492d3
| * | canutils: bump version to cb33a55720716cbe01e6025a2bda74a1b7e492d3Yegor Yefremov2017-03-22
| |/ | | | | | | | | | | | | | | | | | | | | Rework package recipe: - use PKG_SOURCE_DATE - use xz compression - add hash - get rid of PKG_SOURCE_SUBDIR/PKG_BUILD_DIR Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
* | Merge pull request #4147 from diizzyy/patch-35Álvaro Fernández Rojas2017-03-21
|\ \ | |/ |/| utils/dosfstools: Update to 4.1
| * utils/dosfstools: Update to 4.1Daniel Engberg2017-03-14
| | | | | | | | | | | | | | | | | | Update to 4.1 Remove 0001-mkfs-Default-to-64-32-heads-sectors-for-targets-smal.patch as it's included in upstream repo. Refresh patch Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | Merge pull request #3566 from nikil/moreutilsStijn Tintel2017-03-19
|\ \ | | | | | | moreutils: Add package
| * | moreutils: Add packageNikil Mehta2017-03-18
| | | | | | | | | | | | Signed-off-by: Nikil Mehta <nikil.mehta@gmail.com>
* | | cryptodev-linux: fix aria 2 spam messageAnsuel Smith2017-03-19
|/ / | | | | | | | | | | | | | | | | | | cryptodev log by default unecessary debug message With some app (like aria2) the syslog get spammed with lots of this message cryptodev: aria2c[3231] (adjust_sg_array:106): reallocating from 32 to 512 pages With this we disable logging of debug message as they are just for info purpose and they are not error at all. Signed-off-by: Ansuel Smith ansuelsmth@gmail.com
* | dfu-util: Add packageBruno Randolf2017-03-17
| | | | | | | | Signed-off-by: Bruno Randolf <br1@einfach.org>
* | Merge pull request #4132 from yegorich/canutilsHannu Nyman2017-03-15
|\ \ | | | | | | canutils: rework recipe
| * | canutils: rework recipeYegor Yefremov2017-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | Don't group any utilities but just list them all as they are. Fixes: https://github.com/openwrt/packages/issues/3695 Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
* | | Merge pull request #4104 from p-wassi/gpsd_typoHannu Nyman2017-03-14
|\ \ \ | | | | | | | | utils/gpsd: fix init script
| * | | utils/gpsd: fix init scriptp-wassi2017-03-04
| | | | | | | | | | | | | | | | | | | | | | | | Add missing character in init script to match config file Signed-off-by: Paul Wassi <p.wassi@gmx.at>
* | | | ttyd: update to 1.3.1Shuanglei Tao2017-03-11
| |/ / |/| | | | | | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* | | Merge pull request #4125 from dvlemplgk/open-plc-utilsHannu Nyman2017-03-10
|\ \ \ | | | | | | | | open-plc-utils: fix menuconfig entries
| * | | open-plc-utils: fix menuconfig entriesGünther Kelleter2017-03-08
| | | | | | | | | | | | | | | | | | | | | | | | Fix TITLE and description to contain the actual tool name. Signed-off-by: Günther Kelleter <guenther.kelleter@devolo.de>
* | | | Merge pull request #4115 from dibdot/mcHannu Nyman2017-03-08
|\ \ \ \ | | | | | | | | | | mc (midnight commander): release 4.8.19
| * | | | mc (midnight commander): release 4.8.19Dirk Brenken2017-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release notes: https://midnight-commander.org/wiki/NEWS-4.8.19 * refreshed subshell patch * switched to PKG_HASH Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | treewide: use name in define and eval linesStijn Tintel2017-03-08
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For consistency, use full name instead of $(PKG_NAME) in define and eval lines for all packages. I've seen reviews that asked to do this before, and I am asking the same during reviews now. To avoid this in the future, fix this treewide so when people use existing packages as example, we will not have to request this change anymore. This makes all packages consistent with both LEDE and OpenWrt base repositories. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | screen: update to 4.5.1, use PKG_HASHEtienne CHAMPETIER2017-03-04
| |/ / |/| | | | | | | | Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* | | domoticz: new packageStijn Tintel2017-03-03
| | | | | | | | | | | | | | | Signed-off-by: David Woodhouse <dwmw2@infradead.org> Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | openzwave: new packageStijn Tintel2017-03-03
| | | | | | | | | | | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | [utils/zoneinfo] Updated to the latest releaseVladimir Ulrich2017-03-02
| | | | | | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | | collectd: disable plugin for the depracated madwifi driverHannu Nyman2017-03-01
| | | | | | | | | | | | Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | Merge pull request #4063 from mlichvar/collectd-newpluginsHannu Nyman2017-02-28
|\ \ \ | |/ / |/| | collectd: package chrony and match plugins
| * | collectd: package chrony and match pluginsMiroslav Lichvar2017-02-23
| | | | | | | | | | | | Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
* | | Merge pull request #4069 from alive4ever/mksh-54Hannu Nyman2017-02-26
|\ \ \ | | | | | | | | utils/mksh: update to r54
| * | | utils/mksh: update to r54Alif M. Ahmad2017-02-24
| |/ / | | | | | | | | | | | | | | | | | | Update to current latest upstream: r54. Also add a new download mirror to fetch the source. Signed-off-by: Alif M. Ahmad <alive4ever@live.com>
* / / nano: Update to version 2.7.5Daniel Albers2017-02-25
|/ / | | | | | | | | | | | | Description: fixes a crash with zero-length regex matches and further updates Signed-off-by: Daniel Albers <Daniel.Albers@public-files.de>
* | Merge pull request #4037 from Ansuel/bump-cryptodevNikos Mavrogiannopoulos2017-02-22
|\ \ | | | | | | Cryptodev-linux: bump to last commit
| * | Cryptodev-linux: bump to last commitAnsuel Smith2017-02-20
| | | | | | | | | | | | | | | | | | Fixing of varius error Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | Merge pull request #3945 from InBetweenNames/update-vimHannu Nyman2017-02-21
|\ \ \ | | | | | | | | vim: Update Vim to 8.0.069
| * | | vim: Add "fuller" packageShane Peelar2017-02-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fuller package is built with --with-features=big and contains the files that would normally live in /usr/share/vim/, including syntax highlighting and colours. This package supports truecolor support in terminals. Signed-off-by: Shane Peelar <lookatyouhacker@gmail.com>
| * | | vim: Update Vim to 8.0.069Shane Peelar2017-02-02
| | | | | | | | | | | | | | | | | | | | | | | | Vim stable is at version 8 now Signed-off-by: Shane Peelar <lookatyouhacker@gmail.com>
* | | | utils/luci-app-lxc: removed applicationdanrl2017-02-17
| |/ / |/| | | | | | | | | | | | | | Moved over to the LuCI repository. Signed-off-by: Dan Luedtke <mail@danrl.com>
* | | ttyd: update to 1.3.0Shuanglei Tao2017-02-14
| | | | | | | | | | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* | | Merge pull request #3896 from usr-sse2/patch-1Florian Fainelli2017-02-13
|\ \ \ | | | | | | | | hfsprogs: Fix building on macOS
| * | | hfsprogs: fix building on macOSMichael Belyaev2017-01-31
| | | | | | | | | | | | | | | | Signed-off-by: Michael Belyaev <usrsse2@icloud.com>
* | | | Merge pull request #3891 from tmn505/pcmciautilsHannu Nyman2017-02-10
|\ \ \ \ | | | | | | | | | | pcmciautils: import from oldpackages
| * | | | pcmciautils: import from oldpackagesTomasz Maciej Nowak2017-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -import from oldpackages -add PKG_LICENSE, PKG_LICENSE_FILES, PKG_MAINTAINER -add two build fix patches Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
* | | | | Merge pull request #3908 from paulfertser/openocd-0.10.0Hannu Nyman2017-02-10
|\ \ \ \ \ | | | | | | | | | | | | openocd: bump version to 0.10.0
| * | | | | openocd: bump version to 0.10.0Paul Fertser2017-01-24
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* | | | | | irqbalance: avoid external glib2Hannu Nyman2017-02-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert an upstream commit to enable compiling without external glib2. Edit the 'disable UI compilation' patch to match the original upstream commit more closely. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | irqbalance: add packageHannu Nyman2017-02-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The purpose of irqbalance is to distribute hardware interrupts across processors/cores on a multiprocessor/-core system in order to increase performance. This initial implementation of the package uses external glib2, which is a large dependency. Only the cmd-line tool is compiled and installed. Run-tested with ipq806x / R7800. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | collectd: disable libyajl detectionHannu Nyman2017-02-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable also detection for libyajl that buildbot picked up. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>