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>
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>
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>
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>
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>
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>
--with-perl-bindings= is insufficient, --without-perl-bindings is required
to actually prevent perl bindings when perl has been built for the target.
Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
Picked up the old Makefile at 4.2.
Upgraded at 4.3 (repo move to github now: https://github.com/plougher/squashfs-tools/)
Added musl compatibility.
Enabled LZ4 compression support by default
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
The current package gnupg does not allow to receive keys due to
disable-exec, disable-hkp configuration.
The patch removes these switches. To avoid unduely increasing the package
size the helper executables are put into a new package gnupg-utils.
The version is bumped to 1.4.20 to avoid an error when receiving keys.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Current configuration creates empty evtable_*.h header which makes all
the input event appear as "Unknown (null) event".
The maintainer of the project submitted a patch to fix this issue:
https://github.com/wertarbyte/triggerhappy/commit/7e5abc6
Thanks to this version bump, the old OpenWRT patch can be removed.
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Building unrar together with libunrar creates conflicts that can be fixed by
doing separate builds.
Closes https://github.com/openwrt/packages/pull/2060.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>