aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* 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>
* collectd: avoid libcap dependencyHannu Nyman2017-02-06
| | | | | | | | | | | Buildbot revealed that Collectd 5.7.1 uses libcap to evaluate system capabilities and display advice on some plugins (dns, iptables, exec, ping, ceph, turbostat). Disable the check in configure.ac in order to avoid a dependency for libcap. (It is not that big, only 6 kB .ipk, but still avoid that.) Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* collectd: remove encryption feature from network pluginHannu Nyman2017-02-06
| | | | | | | | Remove the encryption functionality from the network plugin. It is a non-core functionality and causes a need for additional dependency on the main program when enabled in 5.7.1. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* collectd: fix 5.7.1 compilation with encrypted networkHannu Nyman2017-02-06
| | | | | | | The encrypted network feature seems to have changed between 5.5.3 and 5.7.1. Adjust Makefile to enable compilation with that feature. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* collectd: update to 5.7.1Hannu Nyman2017-02-06
| | | | | | | | | | | | | | Update collectd to version 5.7.1 * replace 003-remove-werror.patch with configure option * remove 200-fix-git-describe-error.patch that is now unnecessary * reformat other patches due to whitespace changes * add new plugins to the list as disabled * correct download & homepage links * add myself as the second maintainer Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* Merge pull request #3960 from hbl0307106015/add-treeHannu Nyman2017-02-05
|\ | | | | packages: add tree new package
| * tree: add new packageBanglang Huang2017-02-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tree is a recursive directory listing command that produces a depth indented listing of files, which is colorized ala dircolors if the LS_COLORS environment variable is set and output is to tty. Tree has been ported and reported to work under the following operating systems: Linux, FreeBSD, OS X, Solaris, HP/UX, Cygwin, HP Nonstop and OS/2. root@lede:/# tree -L 1 . ├── bin ├── dev ├── etc ├── lib ├── mnt ├── overlay ├── proc ├── rom ├── root ├── sbin ├── sys ├── tmp ├── usr ├── var -> /tmp └── www 15 directories, 0 files http://mama.indstate.edu/users/ice/tree/ Signed-off-by: BangLang Huang <banglang.huang@foxmail.com>
* | Merge pull request #3823 from cshore-firmware/pull-request-nutHannu Nyman2017-02-04
|\ \ | | | | | | A number of fixes and enhancements to NUT
| * | net/nut: Build optional separate packages and ucifyDaniel Dickinson2017-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With a LuCI app (of which I have one written) ucification makes sense (and is in fact needed), so ucify the initscripts. Also, rather than making selection of things to include an image a matter of selecting compile-time config options, make optional things into seperate packages that are built in default builds, and leave selection of what to include or not up to the user (e.g. using ImageBuilder, or adding packages via opkg). Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
* | | rng-tools: start rngd early enough to actually be usefulPhilip Prindeville2017-02-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lighttpd starts at priority 50, but promptly calls getrandom() on initialization (li_rand_reseed() and li_rand_device_bytes() from server_init()). If /dev/urandom (which getrandom() uses by default) doesn't have sufficient entropy, this will block. Since Openwrt runs the startup scripts serially, this can block initialization indefinitely. I've seen 15-20 minutes typically. Seeding the pool early on can quickly built sufficient entropy to complete booting without blocking. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | joe: bump to new upstream v4.4aTanW2017-01-31
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vitaly Protsko <villy@sft.ru> --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
* | | gammu: bump to new upstream 1.38.1aTanW2017-01-28
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vitaly Protsko <villy@sft.ru> --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
* | | unzip: patch CVE-2014-9913 and CVE-2016-9844 vulnerabilitiesÁlvaro Fernández Rojas2017-01-23
| | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | utils/gpsd: refresh 0002-ncurses6_detection to 3.16Pushpal Sidhu2017-01-22
| | | | | | | | | | | | Signed-off-by: Pushpal Sidhu <psidhu.devel@gmail.com>
* | | Merge pull request #3888 from RussellSenior/fix-gpsd-ncurses-detectionHannu Nyman2017-01-23
|\ \ \ | | | | | | | | gpsd: add ncurses6 support
| * | | gpsd: add ncurses6 supportRussell Senior2017-01-20
| | | | | | | | | | | | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net>
* | | | Merge pull request #3630 from p-wassi/gpsdHannu Nyman2017-01-23
|\ \ \ \ | | | | | | | | | | utils/gpsd: update, procd, cosmetic, dependencies
| * | | | utils/gpsd: move package to 'Utilities'p-wassi2017-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move package 'gpsd' and 'gpsd-clients' to menuconfig's 'Utilities' Signed-off-by: Paul Wassi <p.wassi@gmx.at>
| * | | | utils/gpsd: fix dependenciesp-wassi2017-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unneccessary dependencies in gpsd/gpsd-clients/libgps. Signed-off-by: Paul Wassi <p.wassi@gmx.at>
| * | | | utils/gpsd: switch to procdp-wassi2017-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rewrite init script for procd support Signed-off-by: Paul Wassi <p.wassi@gmx.at>
| * | | | utils/gpsd: remove hotplug scriptp-wassi2016-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove a hotplug script, which starts/stops gpsd with attaching/detaching a PL2302 USB-UART device. Signed-off-by: Paul Wassi <p.wassi@gmx.at>
| * | | | utils/gpsd: (cosmetic) update configp-wassi2016-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make the default config look like usual, i.e.: indentation using tabs, single quotes, booleans 0/1 Signed-off-by: Paul Wassi <p.wassi@gmx.at>
| * | | | utils/gpsd: Update to 3.16p-wassi2016-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update gpsd to upstream release 3.16 The local patch is already included upstream, therefore removed here. Signed-off-by: Paul Wassi <p.wassi@gmx.at>
* | | | | Merge pull request #3574 from nikil/progressHannu Nyman2017-01-22
|\ \ \ \ \ | |_|/ / / |/| | | | progress: Add package
| * | | | progress: Add packageNikil Mehta2016-12-05
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikil Mehta nikil.mehta@gmail.com
* | | | | flent-tools: Bump versionToke Høiland-Jørgensen2017-01-19
| | | | |
* | | | | coreutils: add libcap dependency to selected appletsJo-Philipp Wich2017-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If libcap happens to be present in the environment, coreutils will pick it up and link some applets against it. Since the idea of coreutils is to provide a full featured alternative to the busybox applets, do not inhibit the optional dependency but explicitely require libcap instead. Fixes the following error spotted on the buildbots: Package coreutils-dir is missing dependencies for the following libraries: libcap.so.2 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | Merge pull request #3833 from riptidewave93/patch-1Ted Hess2017-01-17
|\ \ \ \ \ | | | | | | | | | | | | util/beep: Add beep package
| * | | | | Update MakefileChris Blake2017-01-16
| | | | | |
| * | | | | util/beep: Add beep packageChris Blake2017-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds the beep utility, which allows users to control a pc speaker device. Maintainer: me / @riptidewave93 Compile tested: x86/64, LEDE Reboot SNAPSHOT r2709-b7677f0 Run tested: x86/64, LEDE Reboot SNAPSHOT r2709-b7677f0. Verify program works. Signed-off-by: Chris Blake <chrisrblake93@gmail.com>
* | | | | | nano: Update to version 2.7.4Jonathan Bennett2017-01-15
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
* | | | | | open-plc-utils: update to commit 18b7e2a9a17f043fe8ac8b457680aafb1c249c55Michael Heimpold2017-01-15
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | This contains a fix for big endian systems. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | utils/gnupg: Bump version; use both PKG_HASH (sha256) and PKG_MD5SUM (md5sum)Daniel Dickinson2017-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump the version of gnupg and use new PKG_HASH for sha256sum and PKG_MD5SUM for md5sum (for backwards compatibility). Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
* | | | | utils/gnupg: Add myself as maintainerDaniel Dickinson2017-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | @Nico seems MIA; @hnyman asked if I'd be interested in taking over. I'm willing so adding myself. Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
* | | | | utils/gnupg: Add build of gpgvDaniel Dickinson2017-01-12
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | gpgv is a stripped down gnupg useful for only verifying signatures. Having this package can save space when all you need is signature verification. Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
* | | | open-plc-utils: update to commit 6a07d621583cb86ddf2fddcacb41cc4cf28bf33aMichael Heimpold2017-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes an alignment issue on some platforms, which renders some tools, e.g. plcID, unusable. While at, switch to xz compression for the tarball, drop an already mainlined patch and remove a meanswhile absolete compiler switch. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | Merge pull request #3813 from NeoRaider/hostpkgMatthias Schiffer2017-01-11
|\ \ \ \ | | | | | | | | | | Use STAGING_DIR_HOSTPKG where appropriate
| * | | | treewide: replace $(STAGING_DIR)/host and $(HOST_BUILD_PREFIX) with ↵Matthias Schiffer2017-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $(STAGING_DIR_HOSTPKG) As both LEDE and OpenWrt have STAGING_DIR_HOSTPKG now, we can start to rely on it. See 73b7f55424de52d8179a9ad808252fe3bf8dcc9d for more information on STAGING_DIR_HOSTPKG. STAGING_DIR_HOSTPKG won't actually be changed before the first LEDE release (it is equivalent to $(STAGING_DIR)/host), so this simple search/replace cleanup is safe to apply. Doing this cleanup now will be useful for the Gluon project (an OpenWrt/LEDE based firmware framework) for experimenting with modifying STAGING_DIR_HOSTPKG before doing this in the LEDE upstream. Also fixes a typo in the dbus Makefile ("STAGIND_DIR"). Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | | ccid: update to version 1.4.26Daniel Golle2017-01-11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | pcsc-lite: update to version 1.8.20Daniel Golle2017-01-11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | Merge pull request #3738 from diizzyy/patch-5Hannu Nyman2017-01-10
|\ \ \ \ \ | |/ / / / |/| | | | utils/xz: Update to 5.2.3 and update URLs
| * | | | utils/xz: Update to 5.2.3 and update URLsDaniel Engberg2017-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to 5.2.3 and sync URLs with LEDE Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | Merge pull request #3625 from p-wassi/grep_226Jo-Philipp Wich2017-01-06
|\ \ \ \ \ | | | | | | | | | | | | utils/grep: update to 2.26
| * | | | | utils/grep: update to 2.26p-wassi2016-12-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update grep to upstream release 2.26 Signed-off-by: Paul Wassi <p.wassi@gmx.at>
* | | | | | utils/haveged: Add SF as primary download siteDaniel Engberg2017-01-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Sourceforge as primary download site and main site as secondary. Drop fedoraproject.org repo Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | haveged: change hash to SHA256Hannu Nyman2017-01-05
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | ccrypt: change hash to SHA256Hannu Nyman2017-01-05
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | utils/tmux: Update to 2.3Daniel Engberg2017-01-04
| |/ / / / |/| | | | | | | | | | | | | | | | | | | Update tmux to 2.3 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>