Yousong Zhou
fac1714d57
Merge pull request #2763 from kuoruan/lrzsz
...
Import lrzsz from oldpackages
2016-06-04 11:27:34 +08:00
Daniel Dickinson
7a492968d6
utils/tar: Fix defaulting to selecting dependencies
...
Due to KConfig misbehavior the tar config options where getting
enabled even when tar was not enabled. We fix this by enclosing
the options in an if PACKAGE_tar ; endif block.
Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>
2016-06-02 08:09:43 -04:00
Álvaro Fernández Rojas
3a5fb69389
dump1090: update to latest version
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-06-01 18:06:47 +02:00
Álvaro Fernández Rojas
10273da243
tar: update to v1.29
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-06-01 17:51:40 +02:00
Álvaro Fernández Rojas
5ce0c7a917
pciutils: update to v3.5.1
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-06-01 17:51:28 +02:00
Álvaro Fernández Rojas
a4995e3323
Merge pull request #2402 from cshore/pull-request-tar-options
...
utils/tar: Make compression, acl, and xattr support configuration opt…
2016-06-01 16:55:35 +02:00
John Crispin
f88b661e97
mt-st: fix download source
...
http does not exist anymore, use ftp instead
Signed-off-by: John Crispin <john@phrozen.org>
2016-05-30 17:24:18 +02:00
John Crispin
48eab4d7c8
smstoold: only define USE_ICONV if it is enabled
...
Signed-off-by: John Crispin <john@phrozen.org>
2016-05-30 16:29:37 +02:00
Michal Hrusecky
0708c4171e
lxc: Use more FSH compliant /srv/lxc instead of new root dir
...
Normally LXC uses /var/lib, but due to hack OpenWRT employs this is not an
option. But instead of introducing new top-level directory, FSH compatible /srv
can be used.
Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz>
2016-05-30 09:04:26 +02:00
kuoruan
ffd6fd1732
Import lrzsz from oldpackages
...
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2016-05-30 09:17:30 +08:00
aTanW
42747a1db3
gammu: bump to upstream v1.37.3
...
Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
2016-05-29 23:12:15 +03:00
Hannu Nyman
a175e8da84
Merge pull request #2761 from mstorchak/smartmontools
...
smartmontools: update to 6.5
2016-05-29 19:30:57 +03:00
Hannu Nyman
798f3ff33a
Merge pull request #2759 from msva/patch-5
...
zsh: update to 5.2
2016-05-29 19:30:39 +03:00
Maxim Storchak
7e582975b2
smartmontools: update to 6.5
...
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2016-05-28 23:48:10 +03:00
Vadim A. Misbakh-Soloviov
b9300ac98d
zsh: update to 5.2
...
Signed-off-by: Vadim A. Misbakh-Soloviov <git@mva.name>
2016-05-28 23:35:52 +06:00
Vadim A. Misbakh-Soloviov
201a4981b1
tmux: update to 2.2
...
Signed-off-by: Vadim A. Misbakh-Soloviov <git@mva.name>
2016-05-28 23:09:36 +06:00
Michael Heimpold
45840cf56d
mmc-utils: upgrade to latest revision
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-05-20 17:54:36 +02:00
Daniel Golle
8edcafcf11
lvm2: fix accidentally augmented goto label
...
also refresh patches while at it
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-05-20 06:39:57 +02:00
Daniel Golle
04f17f2b9d
lvm2: update to version 2.02.154
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-05-19 19:17:38 +02:00
Jo-Philipp Wich
e0eef2e405
mc: apply gettext version fixup
...
Apply the version fixup in order to solve the following build error on systems
not using exactly gettext version 0.18:
make[6]: Entering directory '.../build_dir/target-mips_34kc_musl-1.1.14/mc-4.8.17/po'
*** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.18 but the autoconf macros are from gettext version 0.19
The fixup will ensure that embedded macro versions are replaced with the
version of the staged gettext executable in ./staging_dir/host/bin
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-05-19 14:03:14 +02:00
Ted Hess
946ee98146
zile: Fix build with latest ncurses changes
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-05-19 07:47:30 -04:00
Daniel Dickinson
488be84075
utils/tar: Make compression, acl, and xattr support configuration options
...
This patch make building tar with POSIX ACL and XATTR
support configuration options. It also makes building
seamless (e.g. -z -J -j) compression support a configuration
option for each compression program available in OpenWrt.
It also makes POSIX ACL support disabled by default
(by default OpenWrt doesn't build POSIX ACL support
into the kernel, never mind allowing to mount with it
enabled). Also XATTR support is disabled by
default as this seems to be the standard default for packages
in OpenWrt.
Finally Bzip2, Gzip, and XZ seamless support are made
available by default and appropriate dependencies
are added based on the configuration choice.
Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
2016-05-16 04:23:30 -04:00
Julen Landa Alustiza
d0ab71c028
grep: update to 2.25
...
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
2016-05-16 10:04:28 +02:00
Daniel Dickinson
817fba835c
utils/collectd: Disable libudev linking
...
At least when building with OpenWrt SDK, if libudev is present
(even if not actually used by the system), then at least the
disk plugin attempts to link against udev, which results in
packages failure due to lack of dependencies, and it's not
desirable to add a dependency on udev just because udev
was built for the SDK, so we disable libudev support
explicity.
Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
Conflicts:
utils/collectd/Makefile
2016-05-15 20:38:20 -04:00
Hannu Nyman
af6ac83d7e
Merge pull request #2693 from dibdot/mc
...
mc: bugfix 4.8.17
2016-05-13 10:20:07 +03:00
Dirk Brenken
2cb512a85b
mc: bugfix 4.8.17
...
* revert latest gettext change, break builds on various platforms
* changed maintainer email address
Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-05-13 08:21:13 +02:00
Álvaro Fernández Rojas
500c519319
sumo: update to v0.26.0
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-05-08 21:02:44 +02:00
champtar
48b0e460fa
Merge pull request #2668 from dibdot/mc
...
mc: update 4.8.17
2016-05-08 16:24:49 +02:00
Dirk Brenken
a7725bb7b8
mc: update 4.1.17
...
* changelog: https://www.midnight-commander.org/wiki/NEWS-4.8.17
* fix for #2664
Signed-off-by: Dirk Brenken <openwrt@brenken.org>
2016-05-08 16:13:49 +02:00
Stefan Weil
afbe8dcb87
utils/watchcat: Fix some typos (mostly found by codespell)
...
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>
2016-04-30 09:46:34 +02:00
Stefan Weil
804763e3f9
utils: Fix some typos (mostly found by codespell)
...
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-04-30 09:27:12 +02:00
Jo-Philipp Wich
ea01eccee0
collectd: ensure that /var/lib/collectd exists
...
With the conversion to procd a required mkdir has been dropped, readd it.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-04-27 21:45:36 +02:00
Pushpal Sidhu
0c8cc4aee0
gpsd: don't enable by default
...
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>
2016-04-21 12:03:50 -07:00
Hannu Nyman
ea8d943b8f
Merge pull request #2613 from aTanW/master
...
joe: bump to upstream v 4.2
2016-04-19 23:23:36 +03:00
Daniel Golle
656f2eb5a7
btrfs-progs: update to version 4.5.1
...
musl pthread patch imported from alpinelinux.org
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-04-19 17:21:20 +02:00
aTanW
59b78cf119
joe: bump to upstream v 4.2
...
Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
Makefile | 4
files/joerc | 494 ++++++++++++++++++++++++++++++++++++++----------------------
2 files changed, 318 insertions(+), 180 deletions(-)
2016-04-19 18:12:49 +03:00
Vladimir Ulrich
c0a8dfeafb
[utils/zoneinfo] Updated to the latest release version
...
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2016-04-19 15:23:15 +03:00
Daniel Golle
34af9ec22c
pcsc-lite: update to version 1.8.16
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-04-19 14:05:04 +02:00
Daniel Golle
ac82f83188
lvm2: update to version 2.02.150
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-04-19 14:04:52 +02:00
Hannu Nyman
da7fe93100
Merge pull request #2611 from aTanW/master
...
gammu: bump to upstream v 1.37.2
2016-04-19 11:11:50 +03:00
aTanW
256c4ada49
gammu: bump to upstream v 1.37.2
...
Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
2016-04-19 08:36:01 +03:00
Ted Hess
625a7e7563
crelay: Update to 0.10, refresh patches, remove daemon background call
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-04-17 13:21:44 -04:00
Christian Beier
6912f6ff08
gzip: update to 1.7, update Makefile.
...
Signed-off-by: Christian Beier <dontmind@freeshell.org>
2016-04-15 14:11:27 +02:00
Christian Beier
1a21c9d60c
gzip: import from oldpackages
...
Signed-off-by: Christian Beier <dontmind@freeshell.org>
2016-04-15 13:53:24 +02:00
Jo-Philipp Wich
8228cee3f3
collectd: stop service on shutdown
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-04-15 12:33:32 +02:00
Nuno Goncalves
a6dc7354f6
Merge pull request #2432 from kbabioch/wifitoggle-empty-led
...
wifitoggle: Fix empty led_sysfs option
2016-04-12 23:08:31 +01:00
Luiz Angelo Daros de Luca
5df4a3c6e2
sane-backends: add missing config file
...
/etc/xinetd.d/sane-port is a config file.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2016-04-12 02:51:06 -03:00
champtar
fb744a6581
Merge pull request #2486 from yousong/cp-fix
...
Drop the redundant -r option to $(CP)
2016-04-10 17:56:21 +02:00
champtar
72fb23b1be
Merge pull request #2198 from ryzhovau/gpsd_ldflags
...
gpsd: respect LDFLAGS
2016-04-10 12:05:07 +02:00
Alexandru Ardelean
918485e18f
squashfs-tools: get inline functions work with both gnu11 and gnu89
...
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>
2016-04-05 09:26:35 +03:00
Hannu Nyman
1e7bbd85a6
Merge pull request #2249 from commodo/squashfs-tools
...
squashfs-tools: bring back package
2016-04-01 12:22:13 +03:00
heil
e0e98c8cb1
acpid: bump to version 2.0.27
...
Signed-off-by: heil <heil@terminal-consulting.de>
2016-03-30 14:37:00 +02:00
Álvaro Fernández Rojas
83c479e797
bluez: update to v5.38
...
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>
2016-03-28 14:55:20 +02:00
Álvaro Fernández Rojas
375f34d362
flashrom: fix full and pci variants
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-03-28 09:17:44 +02:00
Álvaro Fernández Rojas
35a3f8d5d8
Merge pull request #2549 from stintel/pciutils
...
pciutils: remove eudev dependency
2016-03-28 09:12:27 +02:00
Vasilis Tsiligiannis
21362917e9
Merge branch 'master' of https://github.com/Wedmer/packages
2016-03-27 15:39:40 +03:00
Stijn Tintel
7ea7af5125
pciutils: remove eudev dependency
...
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>
2016-03-27 04:34:49 +02:00
Vasilis Tsiligiannis
22204c07d7
hamlib: Update to v3.0.1
...
Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
2016-03-27 02:36:56 +02:00
Stefan Weil
b5738a3878
utils: Fix typos (found by codespell)
...
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-03-26 09:53:01 +01:00
Vladimir Ulrich
f4f62aa039
[utils/zoneinfo] Updated to the latest release
...
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2016-03-25 03:14:22 +03:00
Luka Perkov
bff22d5831
Merge pull request #2494 from cshore/pull-request-lxc-auto
...
Pull request lxc auto
2016-03-22 23:32:29 +01:00
Luka Perkov
4e0aaf04cd
Merge pull request #2493 from cshore/pull-request-lxc-flock-dependency
...
utils/lxc: lxc-create templates depend on flock
2016-03-22 23:30:37 +01:00
Álvaro Fernández Rojas
d1e5f9ca5d
Merge pull request #2464 from openwrt-es/bluez-next
...
bluez: add support for Raspberry Pi 3
2016-03-18 17:23:34 +01:00
Vladimir Ulrich
337e2ce558
[utils/zoneinfo] Updated to the latest release
...
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2016-03-16 03:34:53 +03:00
Hannu Nyman
f9fd67b4a5
Merge pull request #2498 from cshore/pull-request-collectd-encrypted-networking
...
utils/collectd: Add option to enable encrypted network output
2016-03-15 10:39:55 +02:00
Hannu Nyman
1509f7e27e
Merge pull request #2502 from lukbaj/master
...
Update libimobiledevice, libplist, libusbmuxd and usbmuxd
2016-03-15 10:28:18 +02:00
Lukasz Baj
2f39488cd4
Update libimobiledevice, libplist, libusbmuxd and usbmuxd
...
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>
2016-03-15 09:18:47 +01:00
Álvaro Fernández Rojas
1348057082
flashrom: update to v0.9.9
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-03-14 19:04:30 +01:00
Álvaro Fernández Rojas
9afd29558a
pciutils: add missing udev dependency
...
Fixes https://github.com/openwrt/packages/issues/2471
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-03-14 17:38:54 +01:00
Hannu Nyman
690f19d21e
Merge pull request #2503 from dibdot/mc
...
mc: update to 4.8.16
2016-03-14 16:20:15 +02:00
Dirk Brenken
033e513b15
mc: update to 4.8.16
...
* update midnight commander to latest stable release
* refresh subshell patch to support minimal openwrt environment
* switch to sha256 based package fingerprint
* compile & functional tested with ar71xx and x86
Signed-off-by: Dirk Brenken <openwrt@brenken.org>
2016-03-14 15:13:31 +01:00
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