aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* 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>
* | | | | 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>