aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* zile: Remove unecessary dependence on libncurses (non-w) versionTed Hess2015-12-11
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* triggerhappy: bump PKG_REV to fix input header creationGary Bisson2015-12-10
| | | | | | | | | | | | Current configuration creates empty evtable_*.h header which makes all the input event appear as "Unknown (null) event". The maintainer of the project submitted a patch to fix this issue: https://github.com/wertarbyte/triggerhappy/commit/7e5abc6 Thanks to this version bump, the old OpenWRT patch can be removed. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
* Update nano to 2.5.0Jonathan Bennett2015-12-08
| | | | Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
* unrar: update to v5.3.8Álvaro Fernández Rojas2015-12-07
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* unrar: split unrar and libunrar into build variants, add missing InstallDevÁlvaro Fernández Rojas2015-12-07
| | | | | | | | Building unrar together with libunrar creates conflicts that can be fixed by doing separate builds. Closes https://github.com/openwrt/packages/pull/2060. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* avrdude: Fix inclusion of libelf when BUILD_NLS=yTed Hess2015-12-06
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* lvm2: fix source URLAlexander Ryzhov2015-12-06
| | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* Merge pull request #2055 from aTanW/masterHannu Nyman2015-12-06
|\ | | | | gammu: bump to upstream 1.36.7
| * gammu: bump to upstream 1.36.7aTanW2015-12-01
| | | | | | | | | | | | | | Signed-Off-By: Vitaly Protsko <villy@sft.ru> --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
* | dosfstools: bump to 3.0.28, fix URLs - dev moved to githubTed Hess2015-12-04
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | lvm2: update to 2.02.136Daniel Golle2015-12-03
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | cryptsetup: update to 1.7.0Daniel Golle2015-12-03
|/ | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* joe: fix key bindingsaTanW2015-11-30
| | | | | | | Signed-Off-By: Vitaly Protsko <villy@sft.ru> --- joerc | 7 ------- 1 file changed, 7 deletions(-)
* btrfs-progs: remove no longer needed patchDaniel Golle2015-11-28
| | | | | | xattr.h header location no longer needs to be patched. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #2011 from gmagnotta/masterTed Hess2015-11-28
|\ | | | | created mt-st project
| * created mt-st projectgmagnotta2015-11-25
| | | | | | | | Signed-off-by: Giuseppe Magnotta giuseppe.magnotta@gmail.com
* | Merge pull request #2022 from dibdot/mcHannu Nyman2015-11-28
|\ \ | | | | | | mc: add ash subshell support
| * | mc: add ash subshell supportDirk Brenken2015-11-25
| | | | | | | | | | | | | | | | | | | | | * backport a slightly modified subshell patch to stable 4.8.15 (see ticket: https://www.midnight-commander.org/ticket/2742) * enable subshell support by default Signed-off-by: Dirk Brenken <dirk@brenken.org>
* | | Merge pull request #1968 from thess/smstools-workTed Hess2015-11-25
|\ \ \ | | | | | | | | smstools3: Fix NLS build dependencies
| * | | smstools3: Fix NLS build dependencies, improper CFLAGS overrides and LFLAGS ↵Ted Hess2015-11-16
| |/ / | | | | | | | | | | | | | | | added to MAKE_VARS Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | bandwidthd: fix build with gcc5Jean-Michel Lacroix2015-11-24
| | | | | | | | | | | | | | | | | | | | | | | | This is a small fix to allow the package to compile with gcc5 Addition of the -std=gnu89 CFLAGS. Small correction of the copyright date of file bandwidthd.init Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
* | | Merge pull request #2006 from dwmw2/masterJo-Philipp Wich2015-11-24
|\ \ \ | | | | | | | | collectd: enable nut plugin
| * | | collectd: enable nut pluginDavid Woodhouse2015-11-22
| | |/ | |/| | | | | | | Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
* | | Merge pull request #2012 from commodo/stress-packageTed Hess2015-11-23
|\ \ \ | | | | | | | | stress: bring it back (from old packages)
| * | | stress: bring it back (from old packages)Alexandru Ardelean2015-11-23
| |/ / | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | zile: fix gcc5 build issuesTed Hess2015-11-23
| | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | dbus: update to 1.10.4Steven Barth2015-11-23
|/ / | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | dump1090: update to latest version, fix typoÁlvaro Fernández Rojas2015-11-22
| | | | | | | | | | | | Fixes https://github.com/openwrt/packages/issues/1976 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | gpsd: do not strip gpsdHauke Mehrtens2015-11-19
| | | | | | | | | | | | | | The not strip command is not strip=no, but it is nostrip=yes. This fixes building this gpsd. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | Merge pull request #1743 from marcin1j/patchwork/owfsSteven Barth2015-11-19
|\ \ | | | | | | owfs: add startup scripts, make features configurable and fix w1 adapter bugs
| * | owfs: convert init scripts to procd styleMarcin Jurkowski2015-09-03
| | | | | | | | | | | | | | | | | | | | | Convert init.d scripts to use procd and take advantage of respawn feature. Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
| * | owfs: avoid npe in BUS_reset functionMarcin Jurkowski2015-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Monitor adapters (zeroconf, enet, usb and w1) don't have the reset routine, causing null pointer dereference in BUS_reset function. This patch has been submitted upstream: https://sourceforge.net/p/owfs/bugs/67/ Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
| * | owfs: fix the last netlink message recognitionMarcin Jurkowski2015-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the endless loop waiting for w1 subsystem connector status message. According to the 8a0427d kernel commit, the last (status) netlink msg should have ack=seq, whereas all the others messages should have ack=seq+1. This patch has been submitted upstream: https://sourceforge.net/p/owfs/bugs/66/. For independent problem report, see this thread: https://www.raspberrypi.org/forums/viewtopic.php?f=44&t=98772 Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
| * | owfs: make libow features configurableMarcin Jurkowski2015-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Owfs shared library is quite large (700+ kB) by embedded devices standards. The code for many different bus master and slave devices is compiled into single big .so library. Had it been designed as modular, dynamic-loadable plugins, we could split them into separate packages, allowing user to install only the plugins he needs. It's however possible to enable or disable libow features at compile time. Here are some examples how much space can be saved turning off support for unneeded devices and features: - By disabling USB adapter support libusb and libusb-compat is no longer needed, saving ~70kB of space. Bus masters using usbserial.ko kernel driver don't need this. - By disabling debug messages it's possible to reduce shared library size by 130kB. This patch adds a menu allowing user to select libow features one wants built in: - Bus master support: USB adapters through libusb, i2c adapters, kernel w1 adapters - General features: zeroconf device announcement, debug messages, owtraffic bus reports Default config options preserve previous library configuration i.e. everything is selected except for owtraffic (which was disabled) and kernel w1 driver (whose netlink interface has been broken since 2011). Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
| * | owfs: Add init scripts and config filesMarcin Jurkowski2015-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | Owfs daemons lack control scripts. This patch adds init.d scripts for owfs, owserver, owhttpd and owftpd packages. Most daemon options (both common libow and program-specific parameters) are reflected as uci config variables. Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
* | | at: update init script to use procdPhil Eichinger2015-11-18
| | | | | | | | | | | | | | | | | | also increase PKG_RELEASE Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* | | at: bring back packagePhil Eichinger2015-11-17
| |/ |/| | | | | | | | | | | | | | | * import from oldpackages * version bump, update hash * add PKG_LICENSE and PKG_LICENSE_FILES * update patches Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* | mc: update to 4.8.15Dirk Brenken2015-11-15
| | | | | | | | | | | | | | | | | | bump version to 4.8.15 fix charset / utf-8 support fix different warnings during startup merge all configuration files in /etc/mc enable internal editor & charset support by default Signed-off-by: Dirk Brenken <dirk@brenken.org>
* | lcd4linux: fix endian issues with GLCD2USB pluginJonathan McCrohan2015-11-11
| | | | | | | | | | | | | | Patch submitted by Vladimir Ermakov. Signed-off-by: Vladimir Ermakov <vooon341@gmail.com> Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* | bandwidthd: Addition of a variant of the bandwidthd package.Jean-Michel Lacroix2015-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Addition of the bandwidthd-pgsql package variant that can save also in a postgres database. Modification of bandwidthd.config to have the default IP address of an OpenWrt router (192.168.1.1) Addition of a small OpenWrt logo in the logo.gif Compile tested on CC and trunk (ar71xx and mvebu in both cases) run tested on CC (ar71xx) and trunk (r47397 on mvebu) Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
* | Merge pull request #1931 from mstorchak/tmuxÁlvaro Fernández Rojas2015-11-09
|\ \ | | | | | | tmux: update to 2.1
| * | tmux: update to 2.1Maxim Storchak2015-11-08
| | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | Merge pull request #1932 from mstorchak/aclÁlvaro Fernández Rojas2015-11-09
|\ \ \ | | | | | | | | acl: update to 20150921
| * | | acl: update to 20150921Maxim Storchak2015-11-08
| |/ / | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | Merge pull request #1933 from mstorchak/attrÁlvaro Fernández Rojas2015-11-09
|\ \ \ | | | | | | | | attr: update to 20150922
| * | | attr: update to 20150922Maxim Storchak2015-11-08
| |/ / | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* / / grep: update to 2.22Julen Landa Alustiza2015-11-08
|/ / | | | | | | Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
* | Merge pull request #1894 from hnyman/xz522Nico2015-11-06
|\ \ | | | | | | utils/xz: update to 5.2.2
| * | utils/xz: update to 5.2.2Hannu Nyman2015-10-27
| | | | | | | | | | | | | | | | | | | | | Update xz to version 5.2.2. Add a secondary download location. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | unrar: update to v5.3.7Álvaro Fernández Rojas2015-11-01
| | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>