Commit Graph

1157 Commits

Author SHA1 Message Date
Hannu Nyman 91200bf982 Merge pull request #3503 from the2masters/rng-tools
rng-tools: Fixup Makefile and initscript
2016-11-11 10:42:17 +02:00
Hannu Nyman 450101bea2 collectd: enable cpufreq plugin also for ipq806x
Enable cpufreq plugin also for ipq806x,
as IPQ8065 supports CPU frequency scaling.

Run-tested with Netgear R7800.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-11-10 16:04:02 +02:00
Stefan Hellermann dc445cc242 rng-tools: Fixup Makefile and initscript
- typo in path of uci-defaults scripts
- fix init script when there is no rngd config
- convert init script to procd

Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
2016-11-10 10:33:22 +01:00
Florian Fainelli a554a1dd30 Merge pull request #3494 from ffainelli/plc-utils-3481
open-plc-utils: Force creation of open-plc-utils metapackage
2016-11-08 10:51:42 -08:00
Luka Perkov fa76db66ef Merge pull request #3373 from bobafetthotmail/patch-6
f2fs-tools: update to latest and split up tools
2016-11-06 23:59:40 +01:00
Florian Fainelli dc368cbcd0 open-plc-utils: Force creation of open-plc-utils metapackage
Without it, all other plugin packages are not installable.

Fixes #3481

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2016-11-06 13:44:36 -08:00
Richard Kunze c7408560a1 hdparm: bump version to 9.50
Signed-off-by: Richard Kunze <richard.kunze@web.de>
2016-11-05 18:08:40 +01:00
Vladimir Ulrich 2e88ec6cca [utils/zoneinfo] Updated to the latest release
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2016-11-03 18:18:12 +03:00
Hannu Nyman d9a25e1c16 Merge pull request #3450 from bobafetthotmail/patch-4
avrdude: move to "Microcontroller programming" submenu
2016-11-03 00:03:41 +02:00
Hannu Nyman d3e60c52bb Merge pull request #3451 from bobafetthotmail/patch-7
dfu-programmer: move to "Microcontroller programming" submenu
2016-11-03 00:03:34 +02:00
Alberto Bursi 6013b58f41 stm32flash: move to "Microcontroller programming" submenu
Part of a wider housekeeping effort on the packages repository.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2016-11-02 21:30:30 +01:00
Alberto Bursi f72d672abf dfu-programmer: move to "Microcontroller programming" submenu
Part of a wider housekeeping effort on the packages repository.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2016-11-02 21:26:53 +01:00
Alberto Bursi 4c1028564e avrdude: move to "Microcontroller programming" submenu
Part of a wider housekeeping effort on the packages repository.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2016-11-02 21:23:26 +01:00
Daniel Golle 1b118db0ad Merge pull request #3073 from paulo-raca/i2c-tools-py3
i2c-tools: Added python3-smbus package
2016-11-02 14:02:19 +01:00
Paulo Costa 581ec01afa i2c-tools: Added python3-smbus package
This only replicates the existing python-smbus package into Python 3

Signed-off-by: Paulo Costa <me@paulo.costa.nom.br>
2016-11-02 10:46:42 -02:00
Alberto Bursi 535200b110 zoneinfo: capitalize submenu name (zoneinfo -> Zoneinfo)
Part of a wider housekeeping effort on the packages repository.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2016-11-02 11:55:13 +01:00
Hannu Nyman 8067dd75c3 Merge pull request #3443 from bobafetthotmail/patch-7
llvm2: capitalized submenu name (disc -> Disc)
2016-11-02 12:07:50 +02:00
Hannu Nyman 46ce67cf2b Merge pull request #3442 from bobafetthotmail/patch-5
hdparm: capitalized submenu name (disc -> Disc)
2016-11-02 12:07:43 +02:00
Hannu Nyman 562744380d Merge pull request #3441 from bobafetthotmail/patch-3
hd-idle: capitalized submenu name (disc -> Disc)
2016-11-02 12:07:33 +02:00
Alberto Bursi db40cd51eb gdisk/sgdisk/cgdisk: capitalized submenu name (disc -> Disc)
Part of a wider housekeeping effort on the packages repository.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2016-11-02 10:11:33 +01:00
Alberto Bursi dbe0886898 llvm2: capitalized submenu name (disc -> Disc)
Part of a wider housekeeping effort on the packages repository.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2016-11-02 10:08:11 +01:00
Alberto Bursi 76c54dc342 hdparm: capitalized submenu name (disc -> Disc)
Part of a wider housekeeping effort on the packages repository.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2016-11-02 10:02:34 +01:00
Alberto Bursi 0f26a9f6d3 hd-idle: capitalized submenu name (disc -> Disc)
Part of a wider housekeeping effort on the packages repository.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2016-11-02 09:37:46 +01:00
Hannu Nyman 6b2e8ae6ef Merge pull request #3422 from nwf/ucify-rngd
rng-tools: uci-fy, default to doing nothing
2016-10-31 22:50:36 +02:00
Nathaniel Wesley Filardo bce6d283c1 rng-tools: uci-fy, default to doing nothing
Enabling the default configuration will pipe /dev/urandom back into
/dev/random ala the current package behavior.  Because this amounts to
disabling the in-kernel entropy estimation, default disabled.

While here, uci-paramaterize the high watermark.
While here, add a pre-command hook for real RNGs that need 'stty raw'
or other such hooks.  (e.g. the TrueRNG devices)

As offered in github openwrt/packages#3422, take over maintainership.

See github openwrt/packages#3142.

Signed-off-by: Nathaniel Wesley Filardo <nwfilardo@gmail.com>
2016-10-31 13:17:57 -04:00
Michal Hrušecký 764ac1a078
luci-app-lxc: Minor polishing
Add more dependencies needed by download template and replace all, not just
first occurence of : or _ in template name with space in webui.

Signed-off-by: Michal Hrušecký <Michal.Hrusecky@nic.cz>
2016-10-30 22:54:42 +01:00
Hannu Nyman fba5959f4e Merge pull request #3394 from bobafetthotmail/patch-20
stoken: move to Encryption submenu
2016-10-30 09:53:47 +02:00
Hannu Nyman 0a66d54ae7 Merge pull request #3389 from bobafetthotmail/patch-15
cryptsetup: move to Encryption submenu
2016-10-30 09:53:18 +02:00
Hannu Nyman e3ba3a4775 Merge pull request #3391 from bobafetthotmail/patch-17
gnupg: move to Encryption submenu
2016-10-30 09:52:46 +02:00
Hannu Nyman dc175a01d1 Merge pull request #3392 from bobafetthotmail/patch-18
squashfs-tools: move to Filesystems submenu
2016-10-30 09:52:36 +02:00
Hannu Nyman 53e1fa2b70 Merge pull request #3386 from bobafetthotmail/patch-12
rrdcgi1/rrdtool1: move to database submenu
2016-10-30 09:51:52 +02:00
Hannu Nyman 9e9af1c7c5 Merge pull request #3379 from bobafetthotmail/patch-3
zsh: move to Shells submenu
2016-10-30 09:51:36 +02:00
Hannu Nyman a96efabd9a Merge pull request #3378 from bobafetthotmail/patch-2
bash: move to Shells submenu
2016-10-30 09:51:24 +02:00
Hannu Nyman deb4696b73 Merge pull request #3383 from bobafetthotmail/patch-10
libhavege: move to Libraries category
2016-10-25 17:50:41 +03:00
Hannu Nyman ef120b301e Merge pull request #3382 from bobafetthotmail/patch-9
klish: move to Shells submenu
2016-10-25 17:46:28 +03:00
Yousong Zhou 17083195d7 Merge pull request #3390 from bobafetthotmail/patch-16
dvtm: move to Terminal submenu
2016-10-25 00:03:41 -05:00
Hannu Nyman 19cfe6a8fa Merge pull request #3385 from bobafetthotmail/patch-11
tmux: move to Terminal submenu
2016-10-24 23:19:42 +03:00
Hannu Nyman 0907ba28de Merge pull request #3351 from RussellSenior/update-ap51-flash
utils/ap51-flash: import from old-packages and update
2016-10-24 13:47:57 +03:00
Alberto Bursi 82a8faa072 tcsh: move to Shells submenu
Part of a wider housekeeping effort on the packages repository.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2016-10-24 10:22:09 +02:00
Alberto Bursi 4237b1e42f stoken: move to Encryption submenu
Part of a wider housekeeping effort on the packages repository.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2016-10-24 00:15:27 +02:00
Alberto Bursi 478d35459c squashfs-tools: move to Filesystems submenu
Part of a wider housekeeping effort on the packages repository.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2016-10-23 23:53:43 +02:00
Alberto Bursi 198ada3b9d gnupg: move to Encryption submenu
Part of a wider housekeeping effort on the packages repository.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2016-10-23 23:41:08 +02:00
Alberto Bursi 55c7ee7bab dvtm: move to Terminal submenu
Part of a wider housekeeping effort on the packages repository.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2016-10-23 23:34:48 +02:00
Alberto Bursi bb103260af cryptsetup: move to Encryption submenu
Part of a wider housekeeping effort on the packages repository.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2016-10-23 23:29:33 +02:00
Alberto Bursi dc88e921cc ccrypt: move to Encryption submenu
Part of a wider housekeeping effort on the packages repository.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2016-10-23 23:14:18 +02:00
champtar d3d0bd86e7 Merge pull request #3387 from bobafetthotmail/patch-13
screen: move to Terminal submenu
2016-10-23 21:00:04 +02:00
Hannu Nyman e9855f05ac Merge pull request #3360 from riptidewave93/master
utils/collectd: Add cpufreq module
2016-10-23 21:51:46 +03:00
Hannu Nyman efdbe9cad5 Merge pull request #3380 from bobafetthotmail/patch-5
gzip: moving to Compression submenu
2016-10-23 21:08:56 +03:00
Alberto Bursi f94d5dbbb3 screen: move to Terminal submenu
Part of a wider housekeeping effort on the packages repository.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2016-10-23 20:04:24 +02:00
Alberto Bursi 2f8fcc1696 rrdcgi1/rrdtool1: move to database submenu
Part of a wider housekeeping effort on the packages repository.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2016-10-23 19:56:11 +02:00
Alberto Bursi 697789ab77 tmux: move to Terminal submenu
Part of a wider housekeeping effort on the packages repository.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2016-10-23 19:42:58 +02:00
Alberto Bursi 951dfd3f06 libhavege: move to Libraries category
Part of a wider housekeeping effort on the packages repository.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2016-10-23 18:42:38 +02:00
Alberto Bursi 43dac9065d klish: move to Shells submenu
Part of a wider housekeeping effort on the packages repository.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2016-10-23 18:35:48 +02:00
Alberto Bursi 7f0b030e97 serialconsole: move to Terminal submenu
Part of a wider housekeeping effort on the packages repository.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2016-10-23 18:30:33 +02:00
Alberto Bursi 9648acf668 gzip: moving to Compression submenu
Part of a wider housekeeping effort on the packages repository.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2016-10-23 18:21:19 +02:00
Alberto Bursi 05d213405b zsh: move to Shells submenu
Part of a wider housekeeping effort on the packages repository.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2016-10-23 17:56:06 +02:00
Alberto Bursi 2c563af997 bash: move to Shells submenu
Part of a wider housekeeping effort on the packages repository.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2016-10-23 17:50:14 +02:00
Alberto Bursi 188a11809a alsa-utils: moved to /sound and Sound category, fix minor bugs
Moved source folder in /sound folder, and changed all packages in the makefile
to be shown in Sound category (not in Sound subcategory of Utilities).
Removed a line calling a non-existent Package/alsa-utils/Default
and site URL to the package alsa-utils-tests.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2016-10-23 14:53:34 +02:00
Alberto Bursi 8a8d4516ec f2fs-tools: update to latest and split up tools
I cloned the makefile from LEDE's f2fs-utils package https://github.com/lede-project/source/blob/master/package/utils/f2fs-tools/Makefile
Fixes issue https://github.com/openwrt/packages/issues/1848

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2016-10-22 19:00:21 +02:00
Ted Hess c96031cf7a ntfs-3g: Update to 2016.2.22 stable releae
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-10-21 17:42:53 -04:00
Ted Hess d7c386845e Merge pull request #3366 from Wedmer/master
[utils/zoneinfo] Updated to the latest release
2016-10-21 16:57:58 -04:00
Vladimir Ulrich 85a6e5f576 [utils/zoneinfo] Updated to the latest release
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2016-10-21 21:54:11 +03:00
Jo-Philipp Wich 117bc23432 ntfs-3g: ship /sbin/mount.ntfs compatibility symlink
Like on other common desktop Linux distributions, ship an /sbin/mount.ntfs
symlink in addition to the /sbin/mount.ntfs-3g one in order to let wrapper
programs successfully call external mount helpers by the filesystem name.

The assumption is that /sbin/mount.ntfs is only ever called by util-linux
mount and other mount-wrappers when kernel NTFS support is not available,
means shipping the additional symlink will not interfere with kernel mode
NTFS support.

This commit is mainly intended to prepare transparent fs-tools support for
mounting fuse filesystems, with focus on ntfs-3g in particular.

Please see http://git.lede-project.org/f027c68 for the corresponding
fs-tools support code.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-10-21 19:04:53 +02:00
Alberto Bursi 881ebfcaa6 gdisk: enabled more utils and changed package name
I needed also sgdisk (script-friendly) and while I was at it I added also
cgdisk (uses ncurses interface), all as separate packages.
re-arranged the package folder and set /usr/sbin for install folder
as most tools seem to go in there and not in /sbin.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2016-10-18 09:54:57 +02:00
Daniel Engberg 3768670ae1 gdisk: Use libpopt instead of popt as dependency
Adds correct dependency

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2016-10-17 22:46:44 +02:00
Russell Senior 5970e1395e utils/ap51-flash: import from old-packages and update
Signed-off-by: Russell Senior <russell@personaltelco.net>
2016-10-17 04:37:54 -07:00
Shuanglei Tao b375b81f15 ttyd: update to 1.1.0
Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
2016-10-15 23:46:52 +08:00
Nuno Goncalves 1da82b171c tcsh: remove patches as they are now upstream
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2016-10-14 10:30:55 +02:00
Álvaro Fernández Rojas 5d032bce1f dosfstools: merge tools into a single package and remove symlinks
- Merge mkfs.fat/fsck.fat/fatlabel into a single package.
- Remove compatibility symlinks.
- Take over maintainership.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-10-12 13:52:26 +02:00
Álvaro Fernández Rojas dcd7fcfa5b dosfstools: update to v4.0
This updates dosfstools to the latest release available and uses the new
automatically generated Makefiles instead of a hard coded compilation.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-10-12 13:52:26 +02:00
Álvaro Fernández Rojas a0a35439c2 dmidecode: switch to xz and sha256
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-10-12 13:45:53 +02:00
Álvaro Fernández Rojas cd13ac4ae1 dump1090: update to latest version
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-10-12 10:48:38 +02:00
Álvaro Fernández Rojas 9bea699e89 pciutils: update to v3.5.2
Also switches source to .xz and hash to sha256

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-10-12 10:48:02 +02:00
Daniel Engberg 02ad44838c nano: Switch to xz tarball
Switch to xz tarball, less bandwidth used as it's about half in size (1M vs 1.9M).

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2016-10-11 17:34:28 +02:00
klirichek e9c753b6dd Fixed missing dependency of lvm2 package 2016-10-11 18:43:14 +07:00
Chris Blake 32b7bce818 utils/collectd: Add cpufreq module
This change enables building of the built-in cpufreq module within Collectd, which is very useful on x86 and mvebu targets that support CPU frequency scaling. Note that luci-app-statistics currently does not have support for rendering this.

Signed-off-by: Chris Blake <chrisrblake93 at gmail.com>
2016-10-11 02:05:13 -05:00
Michael Heimpold 38a5f16b2b bandwidthd-php: migrate to php7
Package maintainer reported off-list, that the package
also works with php7. So lets migrate the dependencies
to prepare the php5 removal.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-10-06 18:38:47 +02:00
Vladimir Ulrich 94958b342f [utils/zoneinfo] Updated to the latest release version
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2016-10-04 01:53:40 +03:00
Dirk Brenken d0e109154b mc: release 4.8.18
- changelog: https://www.midnight-commander.org/wiki/NEWS-4.8.18
- use gettext from build environment
- add help file mc.hlp

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-10-03 08:45:33 +02:00
Toke Høiland-Jørgensen d36757efcc flent-tools: Bump to v0.15.0.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2016-10-02 23:45:51 +02:00
Shuanglei Tao fbdcdd8a4a ttyd: remove the default insecure init script (#3271)
Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
2016-10-01 18:41:22 +08:00
Álvaro Fernández Rojas aeb5461a07 dump1090: update to latest version
Also switch git to https.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-09-29 21:19:01 +02:00
Ted Hess 0a1fcfcb72 Merge pull request #3244 from tsl0922/ttyd
ttyd: new package
2016-09-27 20:41:07 -04:00
Shuanglei Tao c2eb132d5d Add ttyd package
Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
2016-09-28 07:20:18 +08:00
Ted Hess 125548b72d Merge pull request #3137 from dangowrt/hd-idle-procd
hd-idle: convert init script to procd
2016-09-27 13:31:30 -04:00
diizzyy 0b6825b028 dmidecode: use url alias
Use url alias instead of hardcoded URL.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2016-09-26 21:31:57 +02:00
diizzyy f3c4df4b60 gdisk: new package
Add gdisk to repo

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2016-09-26 17:50:30 +02:00
Pushpal Sidhu 092f108b46 gpsd: Update Maintainer Email
Signed-off-by: Pushpal Sidhu <psidhu.devel@gmail.com>
2016-09-26 08:28:16 -07:00
Pushpal Sidhu 23352a4f22 evtest: Update Maintainer Email
Signed-off-by: Pushpal Sidhu <psidhu.devel@gmail.com>
2016-09-26 08:28:16 -07:00
Hannu Nyman c0b208ea68 Merge pull request #3203 from TouchStar/feature_gpsd_fixcrossplatform
gpsd: fix cross platform compilation
2016-09-26 18:06:47 +03:00
David Thornley 4ed704b4b4 gpsd: fix cross platform compilation
In SConstruct the set of executables in the devenv variable should be adjusted to use the cross compile toolchain (as opposed to host's executables).
Achieved by setting target option to the toolchain prefix which corrects compilation on macOS.

Note, TARGET_CROSS has to have the hyphen stripped as SConstruct uses the target variable with an implied hyphen (env['target'] + '-' + toolname)

Signed-off-by: David Thornley <david.thornley@touchstargroup.com>
2016-09-26 09:48:46 +10:00
Hannu Nyman 7d8b40445a Merge pull request #3211 from nxhack/configure_without_libacl
logrotate: configure without libacl
2016-09-25 18:32:55 +03:00
Michael Heimpold e7b11e0366 mmc-utils: fix compilation on mips64
This commit adds a patch to remove a superfluous include.
Removing this include prevents the following error (detected by LEDE
project's buildbot while compiling for mips64 architecture):

(Note: directory names shorted for better readability)

In file included from mmc.h:20:0,
                 from mmc_cmds.c:37:
/srv/.../include/asm-generic/int-ll64.h:29:44: error: conflicting types for '__s64'
 __extension__ typedef __signed__ long long __s64;
                                            ^
In file included from /srv/.../include/asm/types.h:22:0,
                 from /srv/.../include/linux/types.h:4,
                 from /srv/.../include/linux/fs.h:11,
                 from mmc_cmds.c:35:
/srv/.../include/asm-generic/int-l64.h:28:25: note: previous declaration of '__s64' was here
 typedef __signed__ long __s64;
                         ^
In file included from mmc.h:20:0,
                 from mmc_cmds.c:37:
/srv/.../include/asm-generic/int-ll64.h:30:42: error: conflicting types for '__u64'
 __extension__ typedef unsigned long long __u64;
                                          ^
In file included from /srv/.../include/asm/types.h:22:0,
                 from /srv/.../include/linux/types.h:4,
                 from /srv/.../include/linux/fs.h:11,
                 from mmc_cmds.c:35:
/srv/.../include/asm-generic/int-l64.h:29:23: note: previous declaration of '__u64' was here
 typedef unsigned long __u64;
                       ^
Makefile:36: recipe for target 'mmc_cmds.o' failed

The patch was already sent upstream, no response yet.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-09-24 21:25:13 +02:00
Nuno Goncalves 4055641643 rtklib: fix repository and bump version (fixes #3212)
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2016-09-23 13:29:23 +02:00
Hirokazu MORIKAWA 6cb753511a logrotate: configure without libacl
Issue:
 https://github.com/openwrt/packages/issues/3191

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2016-09-23 17:37:09 +09:00
Hannu Nyman e77de68fbe rng-tools: Add description, remove unused parameter
* Add description to both Makefile and init script that
  mentions the default of /dev/urandom as the entropy source.
* Remove the deprecated interval parameter from init script.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-09-22 14:25:34 +03:00
Hannu Nyman cc014f7407 gkermit: Fix download address
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-09-20 18:45:18 +03:00
Hannu Nyman e9888e482a Merge pull request #3102 from clehner/ncdu
Update ncdu to 1.12
2016-09-20 15:38:00 +03:00
Hannu Nyman 6b9b7adeb0 Merge pull request #3116 from nwf/upstream-gkermit
gkermit: add package
2016-09-20 15:30:28 +03:00
Daniel Golle e95e5b5a1c ccid: update to version 1.4.24
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-09-19 19:11:09 +02:00
Daniel Golle dfe1d02773 opensc: update to release version 0.16.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-09-19 19:11:09 +02:00
Daniel Golle f5c2adfcf1 pcsc-lite: update to version 1.8.18
Support for GnuK token is included in this release, remove patches.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-09-19 19:11:09 +02:00
Daniel Golle 786b9ffb58 lvm2: update to version 2.02.165
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-09-19 19:11:09 +02:00
Daniel Golle c6ee989d64 btrfs-progs: update to version 4.7.2
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-09-19 19:11:09 +02:00
Ted Hess f95647218a Merge pull request #3092 from ascob/watchcat
watchcat: fix operation of mode 'always'
2016-09-16 17:48:48 -04:00
Toke Høiland-Jørgensen 4b7acb921f flent-tools: Add package
This package installs a couple of helper programs for the Flent testing
tool. These are useful when running tests and gathering remote data from
an OpenWrt/LEDE router.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2016-09-14 13:33:18 +02:00
Hannu Nyman 33646c1d05 Merge pull request #3154 from jefferyto/slide-switch
slide-switch: new package
2016-09-14 11:32:31 +03:00
Hirokazu MORIKAWA 0bf83dfc56 Fix nonnull-compare compile error
---
config.c: In function 'strndup':
config.c:87:10: error: nonnull argument 's' compared to NULL [-Werror=nonnull-compare]
        if(!s)
          ^
cc1: all warnings being treated as errors
---

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2016-09-13 17:31:54 +09:00
Jeffery To 40de6238e9 slide-switch: new package
slide-switch translates slide switch position changes into normal button
presses and releases for OpenWrt / LEDE devices.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2016-09-13 12:28:40 +08:00
Hannu Nyman 72f770f16b Merge pull request #3144 from bk138/logrotate
logrotate: import from oldpackages
2016-09-12 20:23:06 +03:00
Álvaro Fernández Rojas ab8e7b59b9 dump1090: update to latest version
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-09-12 09:48:55 +02:00
Michael Heimpold be6eb2b71d mmc-utils: upgrade to latest revision
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-09-11 18:04:37 +02:00
Christian Beier 13c724173c
logrotate: use newest version, update Makefile
Signed-off-by: Christian Beier <cb@shoutrlabs.com>
2016-09-08 14:41:41 +02:00
Daniel Golle c20463f263 hd-idle: convert init script to procd
Clean up init script and introduce support for multiple disks.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-09-06 23:27:34 +02:00
Álvaro Fernández Rojas 52ab5cbc5b dump1090: update to latest version
Also switches HTTP to uhttpd.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-09-06 20:46:16 +02:00
Christian Beier 114503a1aa
logrotate: import from oldpackages
Signed-off-by: Christian Beier <cb@shoutrlabs.com>
2016-09-06 14:33:26 +02:00
Álvaro Fernández Rojas 436c7eb23a unrar: update to v5.4.5
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-09-05 09:23:33 +02:00
Álvaro Fernández Rojas fc9a932d8d sumo: update to v0.27.1
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-09-05 09:22:40 +02:00
Hannu Nyman 0813d05960 Merge pull request #3140 from aTanW/master
joe: bump to upstream v4.3
2016-09-05 09:40:25 +03:00
aTanW 73f16d6b50 joe: bump to upstream v4.3
Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
 Makefile    |    4 ++--
 files/joerc |    3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)
2016-09-05 08:40:31 +03:00
Jonathan Bennett 7a4e3208f9 Nano: Update to 2.7.0
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
2016-09-04 21:51:56 -05:00
Michael Heimpold def97187d2 Treewide fix of typo: PKG_LICENSE_FILE --> PKG_LICENSE_FILES
Without the trailing _S_ the variable is not considered at all.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-09-03 00:00:54 +02:00
Daniel Golle 0d3a10e3b4 lvm2: update to version 2.02.164
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-09-01 22:18:58 +02:00
Nathaniel Wesley Filardo 523b1c2484 gkermit: add package
Maintainer: @nwf
Compile tested: LEDE HEAD ar71xx
Run tested: LEDE HEAD on ar71xx, basic functionality testing

Description: A minimal kermit file transfer program

Signed-off-by: Nathaniel Wesley Filardo <nwfilardo@gmail.com>
2016-08-31 12:29:10 -04:00
Ted Hess d210444434 crelay: update to 0.10.1
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-08-31 10:15:09 -04:00
Mirko Vogt 41682a4258 package `fontconfig` 2016-08-29 20:16:08 +02:00
Charles Lehner cd5425496e ncdu: update to 1.12
- Update version
- Use https
- Remove patch which is merged into 1.12

Signed-off-by: Charles Lehner <cel@celehner.com>
2016-08-29 02:00:30 -07:00
aTanW feb117a312 gammu: bump to the new upstream v1.37.4
Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
 Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
2016-08-28 09:56:07 +03:00
Hannu Nyman 88970a7ef3 Merge pull request #2733 from cshore/pull-request-findutils
utils/findutils: Add GNU findutils
2016-08-26 15:33:50 +03:00
ascob 6065f01ffa watchcat: fix operation of mode 'always'
This patch fixes the watchcat init script in case of mode 'always'.
This mode just needs the config parameters: mode, period and forcedelay.
But a wrong check against the variable pingperiod, needed in the mode 'ping'
prevented mode 'always' to work properly.

Signed-off-by: Tobias Ilte <tobias.ilte@campus.tu-berlin.de>
2016-08-24 15:47:58 +02:00
Hannu Nyman cac355eae1 collectd: Enable tail_csv plugin
Enable tail_csv plugin that "follows" (tails) and parses CSV files.
Compile-tested with ar71xx.
This closes #3083

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-08-22 17:54:10 +03:00
Yousong Zhou ae8668ae88 qemu: remove the leftover --enable-qemu-agent option
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2016-08-18 11:33:01 +08:00
Yousong Zhou ac0ea8b970 qemu: build only qemu-ga
This has two effects

 - Saves time and computing resources.  Non-relevant tools like
   qemu-img, qemu-io will not be built
 - Fixes packaging failure on octeon target caused by failure of
   building internal pixman library

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2016-08-18 11:28:21 +08:00
Jonathan Bennett c57f915028 Nano: Update to 2.6.3, backport patch from trunk to fix compile
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
2016-08-17 10:18:35 -05:00
Hannu Nyman 5148a67262 collectd: bump version to 5.5.2
* Bump collectd version to 5.5.2.
* Refresh patches.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-08-14 12:10:26 +03:00
Dirk Neukirchen 1154f45501 qemu: fix ccache enabled builds
issue reported by buildbots
fix error:
ERROR: unknown option gcc

Signed-off-by: Dirk Neukirchen <plntyk.lede@plntyk.name>
2016-08-13 18:48:18 +02:00
Takashi Umeno 9627c38700 klish: update to latest version (2.1.3)
Signed-off-by: Takashi Umeno <umeno.takashi@gmail.com>
2016-08-11 22:57:29 +09:00
Takashi Umeno e97d3c9f1a klish: update to latest version (2.1.2)
Signed-off-by: Takashi Umeno <umeno.takashi@gmail.com>
2016-08-09 21:56:04 +00:00
Ted Hess a867ef2098 Merge pull request #2967 from padre-lacroix/bandwidthd-php
bandwidthd-php: PHP files to graph bandwidthd data in a postgresql database
2016-08-08 14:12:43 -04:00
Ted Hess 2c8c7f0eff relayctl: Add PKG_FIXUP to fix autotools version error
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-08-03 15:04:19 -04:00
Jo-Philipp Wich 630a41fd05 coreutils: adjust applet descriptions
Only mention busybox applets for the meta package and do not imply that
applets are enabled for any possible coreutils program.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-07-30 15:25:40 +02:00
Jean-Michel Lacroix 3a49a7dbe6 bandwidthd-php: PHP files to graph bandwidthd data in a postgresql
database
Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
bandwidthd-php is a set of PHP files that allows to graph bandwidthd
data stored in a postgresql database.  This bandwidthd data can be
generated using bandwidthd-pgsql in OpenWRT or LEDE or with
bandwidthd on different OS (Windows, Linux for example).

Addition of a config file and an init file.
Modification of the Makefile to take in account the changes above
Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
2016-07-29 19:33:10 -04:00
Heinrich Schuchardt b385bd0ce2 relayctl: remove superfluous dependency on udev
Package udev does not exist in Lede.
We do not need udev to use package relayctl.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2016-07-23 21:40:47 +02:00
Alive 4ever 6350361865 utils/mksh: Update to current latest upstream (r52c).
Signed-off-by: Alif M. A. <alive4ever at live.com>
2016-07-19 13:51:38 +02:00
Daniel Golle 118a96a913 lvm2: update to version 2.02.161
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-07-18 22:59:13 +02:00
Jo-Philipp Wich aafbeea12b procps-ng: add required build dependencies
Since 3048ebedec added a autoreconfig fixup to
procps-ng, the build fails on certain systems with errors like

    configure.ac:72: error: possibly undefined macro: AM_GNU_GETTEXT_VERSION

or

    configure:14998: error: possibly undefined macro: AM_ICONV_LINKFLAGS_BODY

Fix the issue by adding build time dependencies on the `gettext` and `libiconv`
stub libraries to ensure that `gettext.m4` and `iconv.m4` are installed into
the staging directory before `procps-ng` is getting reconfigured.

Fixes https://github.com/openwrt/packages/issues/2890#issuecomment-231115844

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-07-12 20:58:14 +02:00
champtar fd203fac94 Merge pull request #2919 from champtar/bluelog
bluelog: fix oui.txt processing
2016-07-12 12:50:31 +02:00
champtar 4b647f6fb1 Merge pull request #2952 from zorun/fix_md5sum
Remove incorrect use of PKG_SHA256SUM
2016-07-11 12:42:12 +02:00
champtar e3c46a46ab Merge pull request #2955 from xypron/relayctl
relayctl: update license information
2016-07-11 10:06:03 +02:00
Heinrich Schuchardt 7ca38cd625 relayctl: update license information, use @SF
The license BSD-3-Clause.
Indicate license file.
Use @SF for PKG_SOURCE_URL instead of sourceforge.net URL.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2016-07-11 00:35:12 +02:00
Baptiste Jonglez d6673185a2 Remove incorrect use of PKG_SHA256SUM
OpenWRT/LEDE only understands the PKG_MD5SUM variable, and detects if the
hash is e.g. SHA256 by looking at the length of the hash.

This affects libs/libmicrohttpd, mail/ssmtp and utils/mc.

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
2016-07-10 22:36:07 +02:00
Stephen Walker a53bf7192b packages: cleanup Makefile variables
Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses without any quotation marks and long git hashes

Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
2016-07-09 14:50:58 -04:00
Jo-Philipp Wich a6368066b3 lm-sensors: fix missing PKG_SOURCE variable (#2933)
Fix missing `PKG_SOURCE` variable leading to a
`Download/default is missing the FILE field` error in the buildroot.

Also remove now uneeded  variable as the default one matches the git clone
structure. Finally use the common variable assignment style for
`PKG_SOURCE_PROTO` and `PKG_SOURCE_VERSION`.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-07-07 12:10:09 +02:00
Vladimir Ulrich 800c1e5d87 [utils/zoneinfo] Updated to the latest release version
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2016-07-06 17:41:14 +03:00
Daniel Dickinson 72bf48a5b8 utils/findutils: Add GNU findutils
While normally busybox version of findutils is enough, sometimes you want the full deal.

Here it is.

Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
2016-07-06 05:08:17 -04:00
Álvaro Fernández Rojas 9bdd531164 Merge pull request #2928 from cshore/pull-request-tar-acl-options
utils/tar: Default to acl and xattr support if it's core default
2016-07-05 08:28:56 +02:00
champtar 36fa51e6ba Merge pull request #2886 from Diftraku/lm-sensors
Change lm-sensors source URI to the working clone on GitHub
2016-07-04 23:59:30 +02:00
Toni Kaija fd8efbd964 Change lm-sensors source URI to the working clone on GitHub
Signed-off-by: Toni Kaija <toni.kaija@corefactory.com>
2016-07-04 14:06:19 +03:00
Heinrich Schuchardt 8771b7b33e packages/utils: new package relayctl
Package relayctl provides a command-line tool to control
SainSmart USB relay boards based on FTDI chips using bitbang
mode.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2016-07-03 21:23:31 +02:00
Jo-Philipp Wich 641062ccfc bluelog: fix oui.txt processing
- Use a temporary file path within the package build directory to avoid
   cluttering the host systems `/tmp` directory.

 - Switch to a gzipped, snapshotted copy of the `oui.txt` file since the
   upstream IEEE server is extremely slow, also fetching an unversioned HTTP
   resource during compilation breaks reproducable builds.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
[rework to use standard download facility]
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2016-07-03 12:55:43 +00:00
Yousong Zhou 5b17019304 Merge pull request #2917 from oneru/master
Nano: update to 2.6.0
2016-07-03 17:54:54 +08:00
Jonathan Bennett 48cfc50109 Nano: update to 2.6.0
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
2016-07-02 23:50:28 -05:00
champtar 4f384a3522 Merge pull request #2773 from blogic/smstools
smstoold: only define USE_ICONV if it is enabled
2016-07-02 18:53:31 +02:00
champtar 7d5e546887 Merge pull request #2893 from jow-/procps-ng-fix
procps-ng: fix build on systems without gettext development utilities
2016-07-02 14:42:25 +02:00
Takashi Umeno 4c98c181c0 klish: add new package (2.1.1)
The klish is a framework for implementing a CISCO-like CLI on a UNIX
systems. It is configurable by XML files. The KLISH stands for Kommand
Line Interface Shell.

klish is an active fork of the clish program created by Graeme
McKerrell.

Makefile from https://dev.openwrt.org/browser/packages/utils/klish/Makefile?rev=31310

add SOB.
add Maintainer.
change URL http://libcode.org/projects/klish/files
update to 2.1.1 (newest version).
merge klish and konf package.

[squash commits]
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
Signed-off-by: Takashi Umeno <umeno.takashi@gmail.com>
2016-07-02 08:14:17 +00:00
Florian Fainelli 2c80de9058 stoken: Fix binary installation
We were copying a wrapper script instead of the actual executable.

Fixes #2910

Signed-off-by: Florian Fainelli <florian@openwrt.org>
2016-06-30 10:36:57 -07:00
Michael Heimpold 4e402c8685 mmc-utils: upgrade to latest revision
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-06-28 22:55:35 +02:00
Jo-Philipp Wich 3048ebedec procps-ng: fix build on systems without gettext development utilities
The current procps-ng Makefile calls the shipped autogen.sh script which
introduces incorrect implicit dependencies on host utilities, leading to
the following error observed on a minimal build system:

    (cd .../procps-ng-3.3.11; echo "3.3.11" > ".../procps-ng-3.3.11/.tarball-version"; ./autogen.sh );
    You must have autopoint installed to generate procps-ng build system.
    The autopoint command is part of the GNU gettext package.
    Makefile:96: recipe for target '.../procps-ng-3.3.11/.configured_yynyyyyy' failed
    make[3]: *** [.../procps-ng-3.3.11/.configured_yynyyyyy] Error 1

Apply the following changes in order to fix compilation:

 - Apply the generic autoreconf fixup to generate configure and Makefiles
 - Use Build/Prepare to populate .tarball-version and revert Build/Configure
   to its default implementation
 - Disable to build of docs and tests as those require additional utilities
   not guaranteed to be present

Fixes #2890.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-06-24 10:16:46 +02:00
Hannu Nyman ac341e7726 ccrypt: disable support for emacs mode
Disable the special emacs mode, as it can lead to build failures
in buildbot.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-06-22 20:33:12 +03:00
Daniel Dickinson 8d4f5d8bda utils/tar: Default to acl and xattr support if it's core default
If we've enable POSIX ACL's and XATTR support as the default, then
make tar build with such support by default as well.

Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>
2016-06-19 17:34:43 -04:00
champtar 25af3a6632 Merge pull request #2865 from miska/lxc-luci-features
Little improvement to LXC LuCI app
2016-06-17 15:42:23 +03:00
Michal Hrusecky b6d1ef53c3
luci-app-lxc: Bump version
Did quite some changes, so bumping version so users would get the change.

Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz>
2016-06-17 09:22:41 +02:00
Michal Hrusecky 449a19ff5d
luci-app-lxc: Download list of available distributions
There was harcoded list of available images. Instead of it, LuCI LXC app will
now try to download list of available container images.

Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz>
2016-06-16 16:18:59 +02:00
Luka Perkov 3fffe7e1ff Merge pull request #2742 from miska/master
lxc: Use more FSH compliant /srv/lxc instead of new root dir
2016-06-16 15:59:40 +02:00
Michal Hrusecky 0084c9377e
luci-app-lxc: Use uname -m as architecture
As containers are basically virtual machines, it should not depend on the
build target but on the real hardware architecture. For example there is plenty
of ARM families (mvebu, sunxi, ...) but all armv7l arms should be able to run
armv7l containers.

Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz>
2016-06-16 10:49:23 +02:00
Michal Hrusecky da074c9766
luci-app-lxc: Allow versioned images
I makes quite some sense to provide user the choice between various versions of
the distribution to install into LXC.

Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz>
2016-06-16 10:44:23 +02:00
Álvaro Fernández Rojas 237d312cdb unrar: update to v5.4.2
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-06-16 10:08:30 +02:00
Álvaro Fernández Rojas b604e956d9 dump1090: update to latest version
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-06-16 09:59:00 +02:00
Vladimir Ulrich 7be06b2b7b [utils/zoneinfo] Updated to the latest release version
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2016-06-15 20:18:44 +03:00
Daniel Golle 493f237218 eudev: update to version 3.2
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-06-14 01:50:36 +02:00
Daniel Golle a64fb737ac eudev: split package
Split package into libudev and eudev.

Fixes #2550

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-06-14 01:45:16 +02:00
Daniel Golle a91da16c2d cryptsetup: update to version 1.7.2
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-06-14 01:22:49 +02:00
Daniel Golle 3a7e81f71e lvm2: update to version 2.02.156
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-06-14 01:22:27 +02:00
champtar f875bf3a75 Merge pull request #2854 from mstorchak/acl
acl: update to 20160519
2016-06-13 20:49:19 +02:00
champtar 09b4993092 Merge pull request #2853 from mstorchak/attr
attr: update to 20160302
2016-06-13 20:48:53 +02:00
Maxim Storchak d35dc4f652 acl: update to 20160519
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2016-06-13 21:46:32 +03:00
Maxim Storchak 1851c338cd attr: update to 20160302
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2016-06-13 21:45:28 +03:00
notnyt e08d088cd5 procps-ng: bump to 8a198e3eafbde0b627e9992b41d26e6762e4f8c7
This contains format string fixes among others.  procps-ng was not properly
displaying cpu usage in top and ps.

Signed-off-by: Rob Mosher nyt-lede@countercultured.net
2016-06-13 13:37:20 -04:00
Alexandru Ardelean dcd86b9f47 squashfs-tools: change default compression options to n
Otherwise it will pull all compression libraries to install
(on newly configured targets) when maybe 1 or 2 are needed.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-06-09 18:44:22 +03:00
Michal Hrusecky 287edf574d
luci-app-lxc: Use correct path for configuration
Adjusting LuCI app for LXC to try to read path to your LXC containers from
configuration file and if not succeeding falling back to /srv/lxc to match
previous commit.

Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz>
2016-06-09 09:42:15 +02:00
Jo-Philipp Wich 9843f170d7 treewide: replace my defunct email address
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-06-07 12:00:59 +02:00
Hannu Nyman 1fda64169f Merge pull request #2775 from blogic/mt-st
mt-st: fix download source
2016-06-07 10:49:39 +03:00
Jo-Philipp Wich 7d92f98ca7 Merge pull request #2626 from bk138/gzip
Import gzip from oldpackages
2016-06-05 15:11:47 +02:00
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