aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* hdparm: Update to 9,52Rosen Penev2017-11-19
| | | | | Tested on ramips (mt7621) Signed-off-by: Rosen Penev <rosenp@gmail.com>
* avrdude: add no timestamp patch to make it reproducibleAlexander Couzens2017-11-17
| | | | | | | The no-cpp-timestamp patch taken from debian and is already accepted upstream. Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* Merge pull request #4972 from blogic/masterJohn Crispin2017-11-17
|\ | | | | uledd: add a tiny ubus frontend for PWM/RGB leds
| * uledd: add a tiny ubus frontend for PWM/RGB ledsJohn Crispin2017-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This daemon allows users to control PWM driven RGB LEDs using ubus. Currently it is possible to make leds blink at different brightnesses and or make them fade in between colours. the following call will turn green on and red off: ubus call led set '{ "leds": { "ap:green:status": 255, "ap:red:status": 0 } }' the following call will make green and red fade on/off over 2 seconds: ubus call led set '{ "leds": { "ap:green:status": [0, 255], "ap:red:status": [255, 0] }, "on": 2000, "off": 2000, "fade": 1 }' Signed-off-by: John Crispin <john@phrozen.org>
* | shadow: add packages for newgidmap and newuidmap appletsRafał Miłecki2017-11-15
| | | | | | | | | | | | They are needed by LXC for unprivileged containers. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* | shadow: use proper fix for checking subordinate IDs supportRafał Miłecki2017-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During 4.2.1 version update support for subordinate IDs has been disabled. It was handled by: 1) Adding --disable-subordinate-ids to avoid: configure: error: cannot run test program while cross compiling 2) Adding patch 003-fix-disabling-subids.patch to avoid: usermod.c: In function 'process_flags': usermod.c:1364:10: error: 'vflg' undeclared (first use in this function) if ( (vflg || Vflg) ^ This commit adds a patch with a proper configure.in fix. We don't need to disable subordinate IDs anymore. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* | crconf: new package (kernel crypto configuration tool)Alexandru Ardelean2017-11-14
| | | | | | | | | | | | | | | | | | | | | | | | Linux crypto layer configuraton tool. https://sourceforge.net/projects/crconf/ Use this to manipulate kernel Crypto API/framework stuff, like drivers, templates, etc. Example: https://wiki.strongswan.org/projects/strongswan/wiki/Pcrypt Most interesting stuff you can find on https://wiki.strongswan.org Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | auc: be a bit more verboseDaniel Golle2017-11-13
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | rpcd-mod-packagelist: remove packageDaniel Golle2017-11-13
| | | | | | | | | | | | | | The functionality provided by this package is now provided by the rpcd-mod-rpcsys package. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | attendedsysupgrade-common: deprecate rpcd-mod-packagelistDaniel Golle2017-11-13
| | | | | | | | | | | | | | rpcd-mod-packageslist is now integrated in rpcd-mod-rpcsys since commit 49fde37@lede-project/source. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | auc: small improvementsDaniel Golle2017-11-13
| | | | | | | | | | | | | | | | Detect if calling rpc-sys packagelist fails due to the method not being provided by rpcd. Mark package as experimental. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | auc: add new packageDaniel Golle2017-11-12
| | | | | | | | | | | | | | | | | | | | | | | | The Attended sysUpgrade CLI is a full-featured client for the attended-sysupgrade service which works directly on the target device. It requires libustream-ssl as well as at least the CA certificate needed to contact the sysupgrade server. It has only been tested briefly and is by no means ready for production! Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #5104 from aparcar/attendedsysupgrade-commonDaniel Golle2017-11-12
|\ \ | | | | | | attendedsysupgrade-common: rename package
| * | attendedsysupgrade-common: add packagePaul Spooren2017-11-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | due to various clients and the existence of rpcd-mod-rpcsys the package rpcd-mod-attendedsysupgrade is superflous. From now on the attendedsysupgrade-common package should be dependencie of all kinds of clients. Currently active or planned: - luci-app-attendedsysupgrade - attendedsysupgrade cli in shell - attendedsysupgrade cli in c Signed-off-by: Paul Spooren <paul@spooren.de>
* | | cryptodev: simplify for Jo's parameter passingPhilip Prindeville2017-11-07
| | | | | | | | | | | | | | | | | | | | | Don't need to have a bare /etc/modules.d/ file since we can cleanly synthesize one now. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | rpcd-mod-lxc: add "info" ubus method (similar to the lxc-info)Rafał Miłecki2017-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This method allows getting basic info about a queried container. It's based on the lxc-info command-line tool. Example output: > ubus call lxc info '{ "name": "foo" }' { "name": "foo", "state": "RUNNING", "pid": 2946, "ips": [ "192.168.0.124" ] } Signed-off-by: Rafał Miłecki <rafal@milecki.pl> Approved-by: Luka Perkov <luka@openwrt.org>
* | | Merge pull request #4921 from TDT-GmbH/20171009-add-packages-license-tagschamptar2017-11-06
|\ \ \ | | | | | | | | add some packages license tags
| * | | utils/cryptodev-linux: add license tagFlorian Eckert2017-10-30
| | | | | | | | | | | | | | | | | | | | | | | | add license tag Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | Merge pull request #5072 from diizzyy/patch-107Ted Hess2017-11-06
|\ \ \ \ | | | | | | | | | | tio: Add to tree
| * | | | tio: Add to treeDaniel Engberg2017-11-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tio is a simple TTY terminal I/O application It's smaller than picocom, uses GNU autotools and has some nice features Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | opensc: update to version 0.17.0Daniel Golle2017-11-07
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | gawk: update to version 4.2.0Daniel Golle2017-11-07
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | lvm2: update to version 2.02.176Daniel Golle2017-11-07
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | Merge pull request #4963 from diizzyy/patch-97Hannu Nyman2017-11-06
|\ \ \ \ \ | |_|_|/ / |/| | | | utils/tmux: Update to 2.6
| * | | | utils/tmux: Update to 2.6Daniel Engberg2017-10-17
| | |_|/ | |/| | | | | | | | | | | | | | Update tmux to 2.6 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | Merge pull request #5053 from aparcar/rpcd-mod-attendedsysupgrade-v1.1Daniel Golle2017-11-04
|\ \ \ \ | | | | | | | | | | rpcd-mod-attendedsysupgrade: upgrade to v1.1
| * | | | rpcd-mod-attendedsysupgrade: upgrade to v1.1Paul Spooren2017-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | call it upgrade instead of update added client options: auto_search - start upgrade search on login advanced_mode - offer more options like package_editing message before sysupgrade more verbose Makefile moved acls to client Signed-off-by: Paul Spooren <paul@spooren.de>
* | | | | Force a kill of the existing Processes to make sure they are left and the ↵AaronA2017-11-02
|/ / / / | | | | | | | | | | | | processes begin to stack up.
* | | | Merge pull request #4964 from diizzyy/patch-98Daniel Golle2017-11-01
|\ \ \ \ | |_|/ / |/| | | utils/ccid: Update to 1.4.28
| * | | utils/ccid: Update to 1.4.28Daniel Engberg2017-10-17
| |/ / | | | | | | | | | | | | Update ccid to 1.4.28 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | Merge pull request #5019 from KarlVogel/lxc_dependency_issueHannu Nyman2017-10-31
|\ \ \ | |_|/ |/| | utils/lxc: disable gnutls during configure
| * | utils/lxc: disable gnutls during configureKarl Vogel2017-10-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previous versions of LXC never compiled in gnutls support due to a bug in the configure script. As other TLS implementations are not supported and the feature was disabled in previous builds, disable it during configure. See https://github.com/lxc/lxc/pull/1360 for details regarding the bug in the autoconf of the previous versions. Signed-off-by: Karl Vogel <karl.vogel@gmail.com>
* | | screen: update to 4.6.2Etienne Champetier2017-10-29
| | | | | | | | | | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | opus-tools: Update to 0.1.10, move to Sound, add myself as co-maintainerTed Hess2017-10-29
| | |
* | | Merge pull request #5009 from commodo/squashsfs-tools-updateHannu Nyman2017-10-27
|\ \ \ | | | | | | | | squashfs-tools: pull newer version from git repo
| * | | squashfs-tools: pull newer version from git repoAlexandru Ardelean2017-10-27
| |/ / | | | | | | | | | | | | | | | | | | | | | squashfs-tools does not provide tar-balls. It looks like a good time to pull a newer version that obsoletes a few accepted patches. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* / / tcsh: fix out of memory crashNuno Goncalves2017-10-26
|/ / | | | | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* | zoneinfo: Updated to the latest releaseVladimir Ulrich2017-10-24
| | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | Merge pull request #5003 from sartura/lxc_bump_to_2.1.1Hannu Nyman2017-10-23
|\ \ | | | | | | lxc: bump to 2.1.1
| * | lxc: bump to 2.1.1Marko Ratkaj2017-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is the first bugfix release for LXC 2.1. Full list of changes can be found here: https://linuxcontainers.org/lxc/news/ Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | zsh: updated to 5.4.2Vadim A. Misbakh-Soloviov2017-10-23
|/ / | | | | | | Signed-off-by: Vadim A. Misbakh-Soloviov <git@mva.name>
* / lxc: bump to 2.1.0Marko Ratkaj2017-10-19
|/ | | | | | | | | | | | Bump LXC package from 1.1.5 to 2.1.0. Version 2.x includes many improvements and optimizations. https://linuxcontainers.org/lxc/news/ Some tools like lxc-top are rewritten in C and are no longer broken and dependent on lua. Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* Merge pull request #4957 from sartura/vim_bump_to_8.0.586Hannu Nyman2017-10-17
|\ | | | | vim: bump to 8.0.586
| * vim: bump to 8.0.586Marko Ratkaj2017-10-17
| | | | | | | | | | | | Upgrade vim to version 8.0.586 Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | at: bump versionPhil Eichinger2017-10-17
|/ | | | Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* Merge pull request #4732 from hashashin/bash-4.4.12Hannu Nyman2017-10-16
|\ | | | | bash: version bump to 4.4.12
| * bash: version bump to 4.4.12Iván Atienza2017-09-15
| | | | | | | | Signed-off-by: Iván Atienza <gentoo.power@gmail.com>
* | acpid: update to 2.0.28Thomas Heil2017-10-15
| | | | | | | | Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | btrfs-progs: Update to 4.13.2Rosen Penev2017-10-10
| | | | | | | | | | | | Tested on mt7621 (ramips). Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #4422 from diizzyy/patch-55Stijn Tintel2017-10-08
|\ \ | | | | | | utils/f2fs-tools: Remove from tree