aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
...
| * | 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>
* | | unzip: patch CVE-2015-7696, CVE-2015-7697 and integer underflowÁlvaro Fernández Rojas2015-11-01
| | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | collectd: add $(INSTALL_DIR) $(1)/etc/collectd/conf.dOliver Middleton2015-10-28
|/ / | | | | | | | | | | | | /etc/collectd/conf.d is referenced in the default config so should be installed to prevent the following in syslog every boot: Fri Oct 9 02:09:38 2015 user.emerg : configfile: stat (/etc/collectd/conf.d) failed: No such file or directory Signed-off-by: Oliver Middleton <olliemail27@gmail.com>
* | sane-backends: select all backends when CONFIG_ALLLuiz Angelo Daros de Luca2015-10-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sane-xxx backend packages are hidden packages with custom config and CONFIG_ALL does not select them alone. Now sane-backends depends on +ALL:sane-backends-all. No existing ipk is affected as the changed package/sane-backends does not exist as an ipk. 030-musl.patch was updated to be submitted upstream. However, the added preprocessor #if are always true for OpenWRT and will not change the resulting code. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | Merge pull request #1875 from psidhu/masterSteven Barth2015-10-26
|\ \ | | | | | | gpsd: initial add to packages
| * | gpsd: initial add to packagesPushpal Sidhu2015-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | This package is currently in oldpackages. Add here to keep support for gpsd. From oldpackages, this was bumped from 3.10 -> 3.15 and includes an upstream patch to allow building with musl. Signed-off-by: Pushpal Sidhu <psidhu@gateworks.com>
* | | unrar: update to v5.3.6Álvaro Fernández Rojas2015-10-24
| | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | unrar: add libunrar supportÁlvaro Fernández Rojas2015-10-24
| | | | | | | | | | | | | | | | | | | | | Closes https://github.com/openwrt/packages/pull/1882 Signed-off-by: Nikolay Podoprigora volzhanin@gmail.com Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | swig: make it compile even if pcre libs are not availableJohn Crispin2015-10-20
|/ / | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* | swig: add PKG_LICENSE_FILEJohn Crispin2015-10-19
| | | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* | yunbridge: add linux side python codeJohn Crispin2015-10-19
| | | | | | | | | | | | | | | | | | to make the bridge work we need to run an askfirst instance on the ttyS. additionally add the lua scripts needed to make REST work. this is really ugly code but it works. i already cleaned up to the original code, but there are still issues such as a new luci session being created for each request. Signed-off-by: John Crispin <blogic@openwrt.org>
* | swig: add host buildJohn Crispin2015-10-19
| | | | | | | | | | | | this is a binding generator needed to build node plugins Signed-off-by: John Crispin <blogic@openwrt.org>
* | Merge pull request #1853 from szogi/masterSteven Barth2015-10-19
|\ \ | | | | | | open2300: re-add to the master, maintainer change, build check format fix
| * | open2300: added license informationsGabor SZOLLOSI2015-10-12
| | | | | | | | | Signed-off-by: Gabor SZOLLOSI <dev@localnet.hu>
| * | open2300: build check format fixGabor SZOLLOSI2015-10-11
| | | | | | | | | Signed-off-by: Gabor SZOLLOSI <dev@localnet.hu>
| * | open2300: format security offGabor SZOLLOSI2015-10-11
| | |
| * | open2300: re-add to the master, maintainer changeGabor SZOLLOSI2015-10-11
| | | | | | | | | | | | Signed-off-by: Gabor SZOLLOSI <dev@localnet.hu>
* | | gammu: bump to new upstream v1.36.6aTanW2015-10-19
| | | | | | | | | | | | | | | | | | | | | Signed-Off-By: Vitaly Protsko <villy@sft.ru> --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
* | | less: update to 481Julen Landa Alustiza2015-10-16
| | | | | | | | | | | | Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
* | | Merge pull request #1857 from padre-lacroix/bandwidthdSteven Barth2015-10-15
|\ \ \ | | | | | | | | Addition of bandwidthd from the oldpackages
| * | | Addition of bandwidthd from the oldpackagesJean-Michel Lacroix2015-10-14
| | | | | | | | | | | | | | | | Signed-off-by: Jean-Michel Lacroix lacroix@lepine-lacroix.info
* | | | Merge pull request #1766 from hnyman/fix-collectd-dnsSteven Barth2015-10-13
|\ \ \ \ | | | | | | | | | | collectd: Delay first data read cycle by 1s
| * | | | collectd: Delay first data read cycle by 1sHannu Nyman2015-10-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some collectd plugins launch third-party plugins that have variation in initialisation time (like libpcap). Recently (since kernel bump to 4.1) the DNS plugin has been causing collectd to crash semi-randomly at startup on MIPS based WNDR3700. Debugging led to realisation that the DNS plugin seems to require at least 0.1s time to start, before the first data reading attempt starts. By default, the first data read cycle starts immediately, while apaprently some of the plugins may still be asyncronously initialising. To make things safe, this patch adds 1 second delay before the first data read cycle. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | Merge pull request #1799 from luizluca/saneSteven Barth2015-10-13
|\ \ \ \ \ | | | | | | | | | | | | sane-backends: import from oldpackages (v2)
| * | | | | sane-backends: import from oldpackages and updateLuiz Angelo Daros de Luca2015-10-11
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes since oldpackages: - updated to 1.0.25 * most of openwrt patches are upstreamed now - cups dependency was completely removed - small musl patch - small uclibc patch - removed link to extra libraries in libsane (used only for preload backends) - sane-libs and sane-backends merged and exploded into individual packages for each backend: * libsane for sane library (which backends should dep on) * sane-daemon for saned daemon * sane-xxx for sane backend for xxx ** each backend has its own custom dep libraries * sane-backends-all (with no files) that deps on all backends * sane-qcam is only available for x86/x86_64 ** other archs does not implement inb/outb (at least in musl) Now it is possible to use SANE with much less FS space (KB instead of MB). Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | | Merge pull request #1806 from ryzhovau/smstools3-compile-flagsSteven Barth2015-10-12
|\ \ \ \ \ | |/ / / / |/| | | | smstools3: fix CFLAGS and LFLAGS
| * | | | smstools3: fix CFLAGS and LFLAGSAlexander Ryzhov2015-09-25
| | |/ / | |/| | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | | | unrar: update to v5.3.5Álvaro Fernández Rojas2015-10-08
| | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | flashrom: make flashrom-full the default variant, remove empty dependenciesÁlvaro Fernández Rojas2015-10-08
| | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | dump1090: update to latest versionÁlvaro Fernández Rojas2015-10-08
| | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | add dfu-programmerStefan Hellermann2015-10-07
| |/ / |/| | | | | | | | | | | | | | | | | | | | dfu-programmer is a Device Firmware Update based USB programmer for Atmel chips with a USB bootloader. It's comparable to avrdude, but optimized for Atmel chips with integrated USB DFU Bootloader. Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
* | | lvm2: update to version 2.02.132Daniel Golle2015-10-05
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | flashrom: switch to build variants instead of config optionsÁlvaro Fernández Rojas2015-10-04
| | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>