| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
| |
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
|
|
|
| |
Signed-off-by: Pushpal Sidhu <psidhu.devel@gmail.com>
|
|\
| |
| | |
gpsd: add ncurses6 support
|
| |
| |
| |
| | |
Signed-off-by: Russell Senior <russell@personaltelco.net>
|
|\ \
| | |
| | | |
utils/gpsd: update, procd, cosmetic, dependencies
|
| | |
| | |
| | |
| | |
| | |
| | | |
Move package 'gpsd' and 'gpsd-clients' to menuconfig's 'Utilities'
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Remove unneccessary dependencies in gpsd/gpsd-clients/libgps.
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Rewrite init script for procd support
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Remove a hotplug script, which starts/stops gpsd with
attaching/detaching a PL2302 USB-UART device.
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Make the default config look like usual,
i.e.: indentation using tabs, single quotes, booleans 0/1
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Update gpsd to upstream release 3.16
The local patch is already included upstream, therefore
removed here.
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
|
|\ \ \
| |_|/
|/| | |
progress: Add package
|
| | |
| | |
| | |
| | | |
Signed-off-by: Nikil Mehta nikil.mehta@gmail.com
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
If libcap happens to be present in the environment, coreutils will pick it up
and link some applets against it.
Since the idea of coreutils is to provide a full featured alternative to the
busybox applets, do not inhibit the optional dependency but explicitely
require libcap instead.
Fixes the following error spotted on the buildbots:
Package coreutils-dir is missing dependencies for the following libraries:
libcap.so.2
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|\ \ \
| | | |
| | | | |
util/beep: Add beep package
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This adds the beep utility, which allows users to control a pc speaker device.
Maintainer: me / @riptidewave93
Compile tested: x86/64, LEDE Reboot SNAPSHOT r2709-b7677f0
Run tested: x86/64, LEDE Reboot SNAPSHOT r2709-b7677f0. Verify program works.
Signed-off-by: Chris Blake <chrisrblake93@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
This contains a fix for big endian systems.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Bump the version of gnupg and use new PKG_HASH for
sha256sum and PKG_MD5SUM for md5sum (for backwards
compatibility).
Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
@Nico seems MIA; @hnyman asked if I'd be interested
in taking over. I'm willing so adding myself.
Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
gpgv is a stripped down gnupg useful for only verifying signatures.
Having this package can save space when all you need is signature
verification.
Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This fixes an alignment issue on some platforms, which renders
some tools, e.g. plcID, unusable.
While at, switch to xz compression for the tarball, drop an already
mainlined patch and remove a meanswhile absolete compiler switch.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
|\ \ \
| | | |
| | | | |
Use STAGING_DIR_HOSTPKG where appropriate
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
$(STAGING_DIR_HOSTPKG)
As both LEDE and OpenWrt have STAGING_DIR_HOSTPKG now, we can start to rely
on it. See 73b7f55424de52d8179a9ad808252fe3bf8dcc9d for more information on
STAGING_DIR_HOSTPKG.
STAGING_DIR_HOSTPKG won't actually be changed before the first LEDE release
(it is equivalent to $(STAGING_DIR)/host), so this simple search/replace
cleanup is safe to apply. Doing this cleanup now will be useful for the
Gluon project (an OpenWrt/LEDE based firmware framework) for experimenting
with modifying STAGING_DIR_HOSTPKG before doing this in the LEDE upstream.
Also fixes a typo in the dbus Makefile ("STAGIND_DIR").
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|\ \ \ \
| |/ / /
|/| | | |
utils/xz: Update to 5.2.3 and update URLs
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Update to 5.2.3 and sync URLs with LEDE
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
|
|\ \ \ \
| | | | |
| | | | | |
utils/grep: update to 2.26
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Update grep to upstream release 2.26
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add Sourceforge as primary download site and main site as secondary.
Drop fedoraproject.org repo
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
| |/ / /
|/| | |
| | | |
| | | |
| | | | |
Update tmux to 2.3
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Addition of sqlite storage
Tracking of SMTP traffic instead of P2P traffic
Based on NethServer bandwidthd implementation
Signed-off-by: Jean-Michel lacroix <lacroix@lepine-lacroix.info>
|
|\ \ \ \
| | | | |
| | | | | |
collectd: update to 5.5.3
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Update collectd to 5.5.3
Release notes at https://github.com/collectd/collectd/releases/tag/collectd-5.5.3
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Should be PKG_BUILD_DEPENDS not BUILD_DEPENDS
Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
utils/zip: fix LARGE_FILE_SUPPORT in configure script
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Package zip is currently broken with a runtime error.
When zip is run, it immediately exits with
"zip warning : Not supported (uzoff_t not same size as zoff_t)"
The issue boils down to the package's configure script which tries to
determine LARGE_FILE_SUPPORT on *host* side. The conftest.c is
compiled and ran on the building host to see whether LFS is given or not.
This will fail when cross-compiling. The patch here is created by Romain Naour,
taken from http://lists.busybox.net/pipermail/buildroot/2015-January/117909.html
Reworked and tested by me. Now LFS is detected and the built binaries work
on the target.
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
|
| |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Update nano to version 2.7.2
Compile and run tested on ipq806x.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
mysql-server: initscript: allow spaces in 'mysql-config' datadir
|
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
also convert script to OpenWrt-style and use
logger instead of echo out to STDERR.
Signed-off-by: Bastian Bittorf <bb@npl.de>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This add the io tool from the old package feed.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
These changes are a direct copy of [1]. The original commit
messages were:
> commit 0a6411b56b9edeba1809ffe45c03dbb7261bf45c
> Author: Matthias Schiffer <mschiffer@universe-factory.net>
> Date: Sun May 8 11:39:22 2016 +0200
>
> ecdsautils: update to current git, add libecdsautil
>
> The addition of libecdsautil required us to switch from statically
> linked libuecc to a shared library (as we also want shared
> libecdsautil).
> commit 05bc59f3196b1dc05afe845e1df0073e40f0757d
> Author: Nils Schneider <nils@nilsschneider.net>
> Date: Mon Jul 21 14:51:42 2014 +0200
>
> ecdsautils: update to v0.3.2
> commit db7d9410b3e21f5770f28a3c537ba6a681c24e62
> Author: Nils Schneider <nils@nilsschneider.net>
> Date: Thu Jul 10 16:28:10 2014 +0200
>
> ecdsautils: download using git instead of http
> commit 3a1b6541b43d4801608c391d64582af41e7a155a
> Author: Nils Schneider <nils.schneider@gmail.com>
> Date: Wed Feb 6 13:30:26 2013 +0100
>
> Add ecdsautils v0.2
[1]: https://github.com/freifunk-gluon/packages/blob/0a6411b56b9edeba1809ffe45c03dbb7261bf45c/utils/ecdsautils/Makefile
Signed-off-by: Dominik Menke <dom@digineo.de>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
While at it, move these pacakges to submenu Utilities -> Virtualization
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|