--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>
* backport a slightly modified subshell patch to stable 4.8.15
(see ticket: https://www.midnight-commander.org/ticket/2742)
* enable subshell support by default
Signed-off-by: Dirk Brenken <dirk@brenken.org>
This is a small fix to allow the package to compile with gcc5
Addition of the -std=gnu89 CFLAGS.
Small correction of the copyright date of file bandwidthd.init
Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
bump version to 4.8.15
fix charset / utf-8 support
fix different warnings during startup
merge all configuration files in /etc/mc
enable internal editor & charset support by default
Signed-off-by: Dirk Brenken <dirk@brenken.org>
Addition of the bandwidthd-pgsql package variant that can save also
in a postgres database.
Modification of bandwidthd.config to have the default IP address
of an OpenWrt router (192.168.1.1)
Addition of a small OpenWrt logo in the logo.gif
Compile tested on CC and trunk (ar71xx and mvebu in both cases)
run tested on CC (ar71xx) and trunk (r47397 on mvebu)
Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>