Commit Graph

2343 Commits

Author SHA1 Message Date
Julen Landa Alustiza 6fd3c984d1 grep: update to 2.24
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
2016-03-14 13:13:17 +01:00
Yousong Zhou 248cf4bca0 qemu: bump to 2.5.0
ChangeLog/2.5: http://wiki.qemu.org/ChangeLog/2.5

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2016-03-14 11:30:58 +08:00
Mike Miller 754bd95bfa rtl-sdr: Add start script file for rtl-tcp
One of the most common uses of the rtl-sdr suite on OpenWrt is to stream
data to a remote analyzer. This commit creates a /etc/init.d/ and
/etc/config entry for rtl-tcp, so that it can automatically launch on
startup.

Signed-off-by: Mike Miller <github@mikeage.net>
2016-03-13 22:33:53 +02:00
Daniel Dickinson ad7147839c utils/collectd: Add option to enable encrypted network output
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
2016-03-13 09:46:31 -04:00
Daniel Dickinson b7b0f59e1c utils/lxc: Add working autostart for OpenWrt
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>
2016-03-12 19:01:59 -05:00
Daniel Dickinson 403079aff8 utils/lxc: lxc-create templates depend on flock
Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
2016-03-12 19:00:18 -05:00
Yousong Zhou 92b0575e28 Drop the redundant -r option to $(CP)
$(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>
2016-03-12 01:23:28 +08:00
Daniel Golle 6c7c823243 cryptsetup: fix MD5SUM forgotten during update
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-03-09 02:46:12 +01:00
Daniel Golle 9bda76c394 tracertools: update sources
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-03-09 02:44:54 +01:00
Daniel Golle 0588c6745c cryptsetup: update to version 1.7.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-03-09 02:44:54 +01:00
Daniel Golle edbd16954b lvm2: update to version 2.02.145
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-03-09 02:44:54 +01:00
Álvaro Fernández Rojas 208f0e0a90 bluez: Add support for Raspberry Pi 3
- 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>
2016-03-06 16:22:56 +01:00
Álvaro Fernández Rojas 8d07e5b825 bluez: update to v5.37
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-03-06 16:13:37 +01:00
Daniel Golle c9812eb7f5 tracertools: fix output for ues with collectd-mod-exec
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-03-03 13:00:01 +01:00
Hannu Nyman b49d41f289 nano: use GNU alias for source download
Download source using the GNU alias in order to get fault-tolerance.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-03-01 10:29:13 +02:00
Jonathan Bennett 4a840ae361 Updates to 2.5.3 and updates copyright year.
Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
2016-02-29 19:15:35 -06:00
Michael Heimpold 1382bd46e3 mmc-utils: upgrade to latest revision
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-02-27 22:13:14 +01:00
Karol Babioch f6221d4c65 wifitoggle: Do not generate error message in case of empty led_sysfs
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>
2016-02-27 21:57:23 +01:00
Álvaro Fernández Rojas 23421bd104 unrar: update to v5.3.11
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-02-27 12:52:56 +01:00
Álvaro Fernández Rojas c956b7dbb9 pciutils: update to 3.4.1
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-02-27 12:37:02 +01:00
Álvaro Fernández Rojas a708fa2f54 dump1090: update to latest version
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-02-27 12:31:59 +01:00
Mike Miller 19ae11e91b dump1090: Support cross-compiling (from OS X)
dump1090 doesn't detect cross-compilation; instead, they check uname.
For OpenWrt, the target will always be Linux, so just forcibly set it.

Signed-off-by: Mike Miller <github@mikeage.net>
2016-02-27 12:21:16 +01:00
Alexander Ryzhov f326e41ade zip: respect LDFLAGS
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2016-02-27 12:14:15 +01:00
Yousong Zhou 3ea82eecb7 qemu: new package qemu-ga
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2016-02-26 18:07:53 +08:00
Nikos Mavrogiannopoulos 8ad914bd38 Merge pull request #2295 from sairon/cryptodev-remove-deprecated-deps
cryptodev: remove dependency on kmod-crypto-core
2016-02-25 17:27:36 +01:00
Ted Hess 69f2c22384 Merge pull request #2338 from thess/alsa-test
alsa: Update to 1.1.0, disable basic audio test (bat) utility
2016-02-23 11:02:08 -05:00
Daniel Golle a0923994b8 tracertools: use new git HEAD
gitorious archive became available, so I could import the project
history from there into the new repo on github. Rebasing the changes
made since 2014 on top of the original git tree obviously caused
the commit hashes to differ.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-02-23 10:38:16 +02:00
Luka Perkov 34f4fda0fa Merge pull request #2365 from makkrnic/master
lxc: update to version 1.1.5
2016-02-17 11:24:46 +01:00
Alexander Ryzhov 9c491c9970 lvm2: fix libdevmapper deps
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2016-02-15 05:40:09 -05:00
Hannu Nyman dbe4135422 Merge pull request #2377 from Zokormazo/grep
grep: update to 2.23
2016-02-13 11:31:29 +02:00
Nico ac633e9f3f Merge pull request #2368 from xypron/gnupg
gnupg: fix dependency error concerning libcurl
2016-02-11 13:03:22 +01:00
Daniel Golle 97d0a68ef8 eudev: fixup patches
sorry for the mess, once again I forgot to git add ...

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-02-10 21:33:03 +02:00
Daniel Golle 7be6a76bc3 lvm2: update to version 2.02.141
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-02-10 21:33:03 +02:00
Heinrich Schuchardt d708a54870 gnupg: fix dependency error concerning libcurl
libcurl is added as dependency for gnupg-util to avoid a dependency
error.

The following invalid configuration options are removed:
  --disable-ftp
  --enable-fake-curl

Fixes: 0a61d56eb3 ("utils/gnupg: add new package gnupg-utils")
Reported-by: Hannu Nyman <hannu.nyman@iki.fi>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2016-02-10 19:19:56 +01:00
Daniel Golle b0bb7748aa eudev: add new package
eudev is a fork of systemd-udev which doesn't require all the
rest of systemd. It's suitable for running along with OpenWrt's procd,
eplacing the very outdated version of pre-systemd udev.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-02-10 19:00:53 +02:00
Daniel Golle 13d7efa13f eudev: add new package
eudev is a fork of systemd-udev which doesn't require all the
rest of systemd. It's suitable for running along with OpenWrt's procd,
eplacing the very outdated version of pre-systemd udev.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-02-10 19:00:38 +02:00
Mak Krnic fdacf2cd20 lxc: update to version 1.1.5 2016-02-10 11:39:59 +01:00
Hannu Nyman a91a6f5b5a Merge pull request #2343 from hnyman/collectd551
Collectd: update to 5.5.1, use procd
2016-02-09 14:59:42 +02:00
aTanW e7067c5c9a gammu: bump to upstream v1.37.0
Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
 Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
2016-02-09 08:11:47 +03:00
Julen Landa Alustiza 82a7ead0eb grep: update to 2.23
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
2016-02-08 09:20:13 +01:00
Hannu Nyman a62ff02b8d collectd: use procd
Change collectd to use procd for startup.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-02-03 19:00:14 +02:00
Hannu Nyman 11d3b98950 collectd: Update to 5.5.1
Update collectd, the backbone of Luci statistics, to 5.5.1

Refresh patches. Main changes:
 - Remove 500-upstream-parallel-build-fix.patch (implemented upstream)
 - Add 600-fix-libmodbus-detection.patch to revert an upstream change
   that broke libmodbus detection in collectd's configure script

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-02-03 18:59:37 +02:00
Michael Marley 13b8d4441d alsa: Update to 1.1.0, disable basic audio test (bat) utility
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-02-01 11:42:41 -05:00
Yousong Zhou 1f44d6a574 Merge pull request #2316 from yunfan/master
dvtm: initial version 0.15
2016-01-31 02:15:04 +08:00
yunfan c342c4de53 dvtm: initial version 0.15
Signed-off-by: Yunfan Jiang <jyf1987@gmail.com>
2016-01-29 23:59:13 +08:00
Florian Fainelli 2b1b267a00 Merge pull request #2324 from ffainelli/bonnieplus
utils: Import bonnie++
2016-01-28 14:24:17 -08:00
Vladimir Ulrich d9c1181e5e [utils/zoneinfo] Updated to the latest release version
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2016-01-28 19:23:31 +03:00
Florian Fainelli 5e2e3d3f3e utils: Import bonnie++
Import bonnie++ from oldpackages:

* update to 1.97
* refresh patches
* add license tags
* add myself as maintainer

Signed-off-by: Florian Fainelli <florian@openwrt.org>
2016-01-27 12:44:44 -08:00
Felix Fietkau 9f8e5aca34 treewide: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST), sync with changes in trunk
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2016-01-20 21:56:03 +01:00
Jan Čermák 47d18246fb cryptodev: remove dependency on kmod-crypto-core
Kernel module kmod-crypto-core was removed in OpenWrt trunk r46820.

Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
2016-01-20 16:08:57 +01:00