aTanW
e8b47afd10
gammu: bump to supstream v1.36.5
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
9 years ago
Michael Heimpold
0db8bac00c
mmc-utils: don't set -D_FORTIFY_SOURCE in Makefile, take 2
Also already mentioned in ba4338d6f7
,
the security feature FORTIFY_SOURCE could be set globally.
The current approach tries to undefine and redefine it, however,
the order on the command line prevents this from being successfully, e.g.:
arm-openwrt-linux-muslgnueabi-gcc ... -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 ... -D_FORTIFY_SOURCE=1 ...
`---------------v-------------------' `--------v--------'
AM_CFLAGS OpenWrt params
So to have the original source (static) _FORTIFY_SOURCE=2 define,
the only option is to remove it from AM_CFLAGS completely, and
to pass it after the OpenWrt settings explicitely in the Makefile.
This should fix the buildbots finally.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
9 years ago
Hannu Nyman
8e944a0826
collectd: Clarify config file example/placeholder
The config file shipped with collectd dates from 2010 and
leads to error messages if luci-statistics & collectd are installed,
as it references several plugins not usually installed, or such ones
that have been renamed since then.
For most users, this file is just a placeholder during collectd installation,
as /usr/bin/stat-genconfig from /etc/init.d/luci_statistics will overwrite it.
Sanitize and shorten the placeholder config file:
* Reference actively only the default plugins installed by luci statistics.
* Match the placeholder config with the genuine config from luci statistics.
If somebody uses collectd separately from luci statistics, he will need to
edit these settings anyway.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
9 years ago
Paul Fertser
608d71b26f
openocd: include nls.mk to fix build with full NLS support
Since openocd depends on hidapi it needs appropriate LD_FLAGS to link
against it as that library depends on libiconv.
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
9 years ago
Gergely Kiss
baabfc61bf
procps: replaced by procps-ng
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
9 years ago
Gergely Kiss
a3b83067a9
procps-ng: import version 3.3.11
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
9 years ago
Hannu Nyman
35552db4ee
collectd: Enable entropy plugin
Enable the entropy plugin that monitors the available entropy in a Linux system.
Works ok and has no library dependencies. Tested on ar71xx/WNDR3700.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
9 years ago
Ted Hess
85597bc84d
crelay: Fix link error with BUILD_NLS=y
Signed-off-by: Ted Hess <thess@kitschensync.net>
9 years ago
John Crispin
3e1b55f8ef
avrdude: enable linux-gpio by default
Signed-off-by: John Crispin <blogic@openwrt.org>
9 years ago
Marcel Denia
dd1e65bedf
bash: Update to 4.3.42
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Steven Barth
917c1fbe59
dbus: bump to 1.9.20
Signed-off-by: Steven Barth <steven@midlink.org>
9 years ago
heil
1f0e1fa7c7
acpid: update to 2.0.25
- remove 001-musl-compat-patch
Signed-off-by: heil <heil@terminal-consulting.de>
9 years ago
Nuno Goncalves
3b42924eb3
rtklib: bump version to 2.4.2 p11, close #1624
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
9 years ago
Ted Hess
eed20a34ff
crelay: Update to V0.9, add startup config file
Signed-off-by: Ted Hess <thess@kitschensync.net>
9 years ago
aTanW
9cad7e86a1
gammu: bump to mainstream v 1.36.4, full-language version build fix
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
9 years ago
Maxim Storchak
e3924f5866
lsof: update to 4.89
- build from original tarball
- fix ipv6 support: enable if not completely disabled
- drop useless LSOF_INCLUDE override
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
9 years ago
Ted Hess
0e3fb59ba1
ntfs-3g: Update to latest, add myself as maintainer, cleanup packages content
Signed-off-by: Ted Hess <thess@kitschensync.net>
9 years ago
Dirk Neukirchen
f8e6574e64
flashrom: fix gcc5 build
default C dialect changed with gcc5
explicitly use old C dialect
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
9 years ago
Hannu Nyman
d91cd622c0
collectd: interface plugin: revert to Linux defaults from BSD-like operations
Change the interface plugin to operate with collectd's default way for Linux
instead of trying to use BSD functionality with patches.
Openwrt's collectd Makefile has set "enable-getifaddrs" option since r7980
(in 2007, no explanations given for the reasons to add that config option),
causing the addition of 110-net-device-stats.patch in 2010 to fix things,
and then later (with 5.4.1 upgrade in 2014) 150-fix-interface-af-link
to undo BSD-specific changes in collectd code meant for only BSD systems
(as AF_LINK does not exist in Linux).
Revert to collectd's intended way in Linux by removing the config option
and deleting the two corresponding patches.
The same data fieds should be provided, so there is no visbile change to users.
References:
===========
Collectd changes introducing/explaining the option and later breaking things:
http://git.verplant.org/?p=collectd.git;a=commit;h=a05e34a0d4fdb2c15db8226689268a27f6f7163d
http://git.verplant.org/?p=collectd.git;a=commit;h=14740db4b415655abc58307352e406442f9933a0
http://git.verplant.org/?p=collectd.git;a=commitdiff;h=645dadb3fcc466e8880fda4eb23b21ad433631fc
Openwrt:
intro at r7980: https://dev.openwrt.org/changeset/7980
fix1 due to kernel 2.6.36 at r23467: https://dev.openwrt.org/changeset/23467
fix2 due to collectd 5.4.1: https://github.com/openwrt/packages/pull/298
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
9 years ago
Ted Hess
44aa70d796
crelay: import usb relay control daemon
Signed-off-by: Ted Hess <thess@kitschensync.net>
9 years ago
Daniel Golle
794f1984e0
pcsc-lite: update source
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years ago
Daniel Golle
38203aa88d
ccid: update source
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years ago
Vladimir Ulrich
17c3b4d2e4
[utils/zoneinfo] Updated to the latest release.
Signed-off-by: Vladimir Ulrich <admin@evl.su>
9 years ago
Nuno Goncalves
6a5d2a5b96
rtl-ais: bump version, add init script, add uci config
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
9 years ago
Hauke Mehrtens
8aa5a3ab2f
bluez: update to version 5.33
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
9 years ago
Daniel Golle
f4816e2ba1
lvm2: update source, refresh patch
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years ago
Álvaro Fernández Rojas
3a616d5a69
unrar: update to v5.3.1
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
9 years ago
Ted Hess
414267681a
alsa: update to latest - 1.0.29
Signed-off-by: Ted Hess <thess@kitschensync.net>
9 years ago
Daniel Golle
55f44afe72
i2c-tools: update to 3.1.2
remove archive.org download link as lm-sensors.org seems to be working
again.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years ago
Jonathan McCrohan
c181b82b22
lcd4linux: dpf driver requires libgd and libusb
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
9 years ago
Nuno Goncalves
2bb6af5101
tcsh: fix out of memory error with musl
Since __GLIBC__ is no longer defined under musl, we must hard patch it.
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
9 years ago
Alexander Ryzhov
5a2167aa2d
tmux: update source URL
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
9 years ago
Hannu Nyman
106fd6a3a2
collectd: update to 5.5.0
Update collectd, base of Luci statistics, to 5.5.0.
Patches have been refreshed.
write-graphite plugin is now enabled. (see #1351 )
I have compile-tested all plugins with ar71xx,
and real-life tested the following plugins:
Conntrack, Processor (CPU), DNS, Interfaces, Wireless, System Load,
Memory, Ping, Uptime
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
9 years ago
Jonathan Bennett
d61a3eb5e6
Nano: Update to 2.4.2
Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
9 years ago
Nuno Goncalves
957d75cd2f
Add rtl-ais: rtl-sdr AIS dual channel tuner
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
9 years ago
Jonathan McCrohan
439fb6395a
lcd4linux: remove broken flag from DPF driver
No longer requires external DPF library as of SVN r1198.
Fixes : #1570
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
9 years ago
Daniel Golle
b1cba322fa
lvm2: update sources
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years ago
aTanW
dbb7897ec1
gammu: bump to the new upstream v1.36.3
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
9 years ago
Jonathan McCrohan
4f086bc2a3
lcd4linux: import from oldpackages
* Update to latest version
* Refresh patches
* Update copyright years
* Fix musl build issues (patches already applied upstream)
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
9 years ago
Hauke Mehrtens
ed2f47672d
bluez: update to version 5.31
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
9 years ago
Hauke Mehrtens
99d5c28e2c
bluez: add btmgmt tool
The btmgmt tool is needed to activate BL LE support.
Currently it is not installed.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
9 years ago
Hauke Mehrtens
ade5a8df29
pps-tools: remove kernel dependencies
pps-tools builds on kernel 4.1, but instead of adding this kernel,
remove the check as all kernel versions currently supported by OpenWrt
are listed.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
9 years ago
Nuno Goncalves
097c3085aa
tcsh: add source mirrors
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
9 years ago
Etienne CHAMPETIER
1515019df5
screen: update to 4.3.1
refresh patches
quickly run tested on ar71xx
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
10 years ago
aTanW
8d63ef4d47
joe: bump to new upstream v4.0
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 8 ++++----
files/joerc | 28 ++++++++++++++++++++++++++++
2 files changed, 32 insertions(+), 4 deletions(-)
9 years ago
Daniel Golle
25660aad62
lvm2: update sources and improve packaging
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years ago
dvlemplgk
157d4734aa
open-plc-utils: Remove excessive dot in PKG_SOURCE_VERSION definition
Signed-off-by: Günther Kelleter <guenther.kelleter@devolo.de>
9 years ago
Roger
d8f145d51b
rtl-sdr: update copyright
9 years ago
aTanW
ec2cb7b430
gammu: update to latest 1.36.2 upstream
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
9 years ago
Pelle Johnsen
a14b3c8651
shadow: fix su controlling terminal #1521
Signed-off-by: Pelle Johnsen <pelle.johnsen@gmail.com>
9 years ago