aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
...
* | | sumo: update to v0.26.0Álvaro Fernández Rojas2016-05-08
| | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | Merge pull request #2668 from dibdot/mcchamptar2016-05-08
|\| | | | | | | | mc: update 4.8.17
| * | mc: update 4.1.17Dirk Brenken2016-05-08
| | | | | | | | | | | | | | | | | | * changelog: https://www.midnight-commander.org/wiki/NEWS-4.8.17 * fix for #2664 Signed-off-by: Dirk Brenken <openwrt@brenken.org>
* | | utils/watchcat: Fix some typos (mostly found by codespell)Stefan Weil2016-04-30
| | | | | | | | | | | | | | | | | | | | | Note that this implies an API change (allways -> always). The wrong spelling "allways" is still accepted for backward compatibility. Signed-off-by: Stefan Weil <sw@weilnetz.de>
* | | utils: Fix some typos (mostly found by codespell)Stefan Weil2016-04-30
| | | | | | | | | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* | | collectd: ensure that /var/lib/collectd existsJo-Philipp Wich2016-04-27
| | | | | | | | | | | | | | | | | | With the conversion to procd a required mkdir has been dropped, readd it. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | gpsd: don't enable by defaultPushpal Sidhu2016-04-21
| | | | | | | | | | | | | | | | | | | | | | | | Because this selects ttyUSB0 (bad choice) by default, turn off enabling gps by default until the user set's the tty manually and will stop gpsd from stomping on another device's tty. Signed-off-by: Pushpal Sidhu <psidhu@gateworks.com>
* | | Merge pull request #2613 from aTanW/masterHannu Nyman2016-04-19
|\ \ \ | | | | | | | | joe: bump to upstream v 4.2
| * | | joe: bump to upstream v 4.2aTanW2016-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vitaly Protsko <villy@sft.ru> --- Makefile | 4 files/joerc | 494 ++++++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 318 insertions(+), 180 deletions(-)
* | | | btrfs-progs: update to version 4.5.1Daniel Golle2016-04-19
| | | | | | | | | | | | | | | | | | | | | | | | musl pthread patch imported from alpinelinux.org Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | [utils/zoneinfo] Updated to the latest release versionVladimir Ulrich2016-04-19
| | | | | | | | | | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | | | pcsc-lite: update to version 1.8.16Daniel Golle2016-04-19
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | lvm2: update to version 2.02.150Daniel Golle2016-04-19
|/ / / | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | Merge pull request #2611 from aTanW/masterHannu Nyman2016-04-19
|\ \ \ | | | | | | | | gammu: bump to upstream v 1.37.2
| * | | gammu: bump to upstream v 1.37.2aTanW2016-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vitaly Protsko <villy@sft.ru> --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
* | | | crelay: Update to 0.10, refresh patches, remove daemon background callTed Hess2016-04-17
| |_|/ |/| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | collectd: stop service on shutdownJo-Philipp Wich2016-04-15
| | | | | | | | | | | | Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | Merge pull request #2432 from kbabioch/wifitoggle-empty-ledNuno Goncalves2016-04-12
|\ \ \ | | | | | | | | wifitoggle: Fix empty led_sysfs option
| * | | wifitoggle: Do not generate error message in case of empty led_sysfsKarol Babioch2016-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While an empty led_sysfs definition works as intended (no LED state is touched), an error message is generated, since the appropriate sysfs interface does not exist: Sat Feb 27 16:42:55 2016 user.err wifitoggle: led: not found This patch makes sure that no such error message will be generated. Signed-off-by: Karol Babioch <karol@babioch.de>
* | | | sane-backends: add missing config fileLuiz Angelo Daros de Luca2016-04-12
| | | | | | | | | | | | | | | | | | | | | | | | /etc/xinetd.d/sane-port is a config file. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | Merge pull request #2486 from yousong/cp-fixchamptar2016-04-10
|\ \ \ \ | | | | | | | | | | Drop the redundant -r option to $(CP)
| * | | | Drop the redundant -r option to $(CP)Yousong Zhou2016-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $(CP) was defined as `cp -fpR' since the very begining of OpenWrt build system (2006-06-22). The -R option should be enough and base packages use only $(CP) for the same purposes just fine and BSD manual of cp also discourages the use of `-r' option. So let's just tidy up the usage now. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | Merge pull request #2198 from ryzhovau/gpsd_ldflagschamptar2016-04-10
|\ \ \ \ \ | | | | | | | | | | | | gpsd: respect LDFLAGS
| * | | | | gpsd: respect LDFLAGSAlexander Ryzhov2015-12-29
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | | | | | squashfs-tools: get inline functions work with both gnu11 and gnu89Alexandru Ardelean2016-04-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Seems that this issue with squashfs-tools was fixed by the guys at openembedded. See patch here: https://github.com/openembedded/openembedded-core/blob/master/meta/recipes-devtools/squashfs-tools/squashfs-tools/0001-mksquashfs.c-get-inline-functions-work-with-C99.patch I think in my case, this issue appeared because I wrote the Makefile some time ago and it worked, then when I did the PR for it, it wasn't working anymore, and I assumed it was still working. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | Merge pull request #2249 from commodo/squashfs-toolsHannu Nyman2016-04-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | squashfs-tools: bring back package
| * | | | | | squashfs-tools: bring back packageAlexandru Ardelean2016-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Picked up the old Makefile at 4.2. Upgraded at 4.3 (repo move to github now: https://github.com/plougher/squashfs-tools/) Added musl compatibility. Enabled LZ4 compression support by default Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | acpid: bump to version 2.0.27heil2016-03-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: heil <heil@terminal-consulting.de>
* | | | | | | bluez: update to v5.38Álvaro Fernández Rojas2016-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/openwrt/packages/issues/2523 Closes https://github.com/openwrt/packages/pull/2545 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | | flashrom: fix full and pci variantsÁlvaro Fernández Rojas2016-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | | Merge pull request #2549 from stintel/pciutilsÁlvaro Fernández Rojas2016-03-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | pciutils: remove eudev dependency
| * | | | | | | pciutils: remove eudev dependencyStijn Tintel2016-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable udev hwdb support instead of depending on eudev. This restores the old behavior of pciutils. It never depended on udev. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | Merge branch 'master' of https://github.com/Wedmer/packagesVasilis Tsiligiannis2016-03-27
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | [utils/zoneinfo] Updated to the latest releaseVladimir Ulrich2016-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | | | | | | | hamlib: Update to v3.0.1Vasilis Tsiligiannis2016-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
* | | | | | | | utils: Fix typos (found by codespell)Stefan Weil2016-03-26
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* | | | | | | Merge pull request #2494 from cshore/pull-request-lxc-autoLuka Perkov2016-03-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Pull request lxc auto
| * | | | | | | utils/lxc: Add working autostart for OpenWrtDaniel Dickinson2016-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Standard LXC autostart is currently not working in OpenWrt, therefore add our own autostart mechanism for now. Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
* | | | | | | | Merge pull request #2493 from cshore/pull-request-lxc-flock-dependencyLuka Perkov2016-03-22
|\| | | | | | | | | | | | | | | | | | | | | | | utils/lxc: lxc-create templates depend on flock
| * | | | | | | utils/lxc: lxc-create templates depend on flockDaniel Dickinson2016-03-12
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
* | | | | | | Merge pull request #2464 from openwrt-es/bluez-nextÁlvaro Fernández Rojas2016-03-18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | bluez: add support for Raspberry Pi 3
| * | | | | | | bluez: Add support for Raspberry Pi 3Álvaro Fernández Rojas2016-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Adds bcm43xx-3wire variant. - Resets UART speed after firmware download. - Prints chip name when firmware isn't found for bcm43xx. - Increases timeout for bcm43xx. - Moves bcm43xx firmware to lib. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
| * | | | | | | bluez: update to v5.37Álvaro Fernández Rojas2016-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | | | [utils/zoneinfo] Updated to the latest releaseVladimir Ulrich2016-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | | | | | | | Merge pull request #2498 from cshore/pull-request-collectd-encrypted-networkingHannu Nyman2016-03-15
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | utils/collectd: Add option to enable encrypted network output
| * | | | | | | | utils/collectd: Add option to enable encrypted network outputDaniel Dickinson2016-03-13
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The network plugin has the option of encrypting traffic; add a config option to allow enabling encrypting network plugin traffic. Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com> Conflicts: utils/collectd/Makefile
* | | | | | | | Merge pull request #2502 from lukbaj/masterHannu Nyman2016-03-15
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Update libimobiledevice, libplist, libusbmuxd and usbmuxd
| * | | | | | | | Update libimobiledevice, libplist, libusbmuxd and usbmuxdLukasz Baj2016-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated libraries and tools to support connectivity of Apple devices, such as iPads, iPods and iPhones. Signed-off-by: Lukasz Baj <l.baj@radytek.com>
* | | | | | | | | flashrom: update to v0.9.9Álvaro Fernández Rojas2016-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | | | | pciutils: add missing udev dependencyÁlvaro Fernández Rojas2016-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/openwrt/packages/issues/2471 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>