| Commit message (Collapse) | Author | Age |
|
|
|
| |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
|
|
|
|
| |
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.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>
|
|
|
|
| |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
|
|
|
| |
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
|
|\
| |
| | |
gammu: bump to upstream 1.36.7
|
| |
| |
| |
| |
| |
| |
| | |
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
|
| |
| |
| |
| | |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
| |
| |
| |
| | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|/
|
|
| |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|
|
|
|
|
|
| |
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
joerc | 7 -------
1 file changed, 7 deletions(-)
|
|
|
|
|
|
| |
xattr.h header location no longer needs to be patched.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|\
| |
| | |
created mt-st project
|
| |
| |
| |
| | |
Signed-off-by: Giuseppe Magnotta giuseppe.magnotta@gmail.com
|
|\ \
| | |
| | | |
mc: add ash subshell support
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* 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>
|
|\ \ \
| | | |
| | | | |
smstools3: Fix NLS build dependencies
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
added to MAKE_VARS
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
|\ \ \
| | | |
| | | | |
collectd: enable nut plugin
|
| | |/
| |/|
| | |
| | | |
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
|
|\ \ \
| | | |
| | | | |
stress: bring it back (from old packages)
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
|/ /
| |
| |
| | |
Signed-off-by: Steven Barth <steven@midlink.org>
|
| |
| |
| |
| |
| |
| | |
Fixes https://github.com/openwrt/packages/issues/1976
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
| |
| |
| |
| |
| |
| |
| | |
The not strip command is not strip=no, but it is nostrip=yes.
This fixes building this gpsd.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
|
|\ \
| | |
| | | |
owfs: add startup scripts, make features configurable and fix w1 adapter bugs
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Convert init.d scripts to use procd and take advantage of respawn
feature.
Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Monitor adapters (zeroconf, enet, usb and w1) don't have the reset
routine, causing null pointer dereference in BUS_reset function.
This patch has been submitted upstream:
https://sourceforge.net/p/owfs/bugs/67/
Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This fixes the endless loop waiting for w1 subsystem connector status
message.
According to the 8a0427d kernel commit, the last (status) netlink msg
should have ack=seq, whereas all the others messages should have ack=seq+1.
This patch has been submitted upstream: https://sourceforge.net/p/owfs/bugs/66/.
For independent problem report, see this thread:
https://www.raspberrypi.org/forums/viewtopic.php?f=44&t=98772
Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Owfs shared library is quite large (700+ kB) by embedded devices standards.
The code for many different bus master and slave devices is compiled
into single big .so library. Had it been designed as modular,
dynamic-loadable plugins, we could split them into separate packages,
allowing user to install only the plugins he needs.
It's however possible to enable or disable libow features at compile time.
Here are some examples how much space can be saved turning off support for
unneeded devices and features:
- By disabling USB adapter support libusb and libusb-compat is no
longer needed, saving ~70kB of space. Bus masters using usbserial.ko
kernel driver don't need this.
- By disabling debug messages it's possible to reduce shared library
size by 130kB.
This patch adds a menu allowing user to select libow features one wants
built in:
- Bus master support: USB adapters through libusb, i2c adapters, kernel w1
adapters
- General features: zeroconf device announcement, debug messages, owtraffic
bus reports
Default config options preserve previous library configuration i.e.
everything is selected except for owtraffic (which was disabled) and
kernel w1 driver (whose netlink interface has been broken since 2011).
Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Owfs daemons lack control scripts. This patch adds init.d scripts for owfs,
owserver, owhttpd and owftpd packages.
Most daemon options (both common libow and program-specific parameters)
are reflected as uci config variables.
Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
also increase PKG_RELEASE
Signed-off-by: Phil Eichinger <phil@zankapfel.net>
|
| |/
|/|
| |
| |
| |
| |
| |
| |
| | |
* import from oldpackages
* version bump, update hash
* add PKG_LICENSE and PKG_LICENSE_FILES
* update patches
Signed-off-by: Phil Eichinger <phil@zankapfel.net>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| |
| |
| |
| | |
Patch submitted by Vladimir Ermakov.
Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
|\ \
| | |
| | | |
tmux: update to 2.1
|
| | |
| | |
| | |
| | | |
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
|
|\ \ \
| | | |
| | | | |
acl: update to 20150921
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
|
|\ \ \
| | | |
| | | | |
attr: update to 20150922
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
|
|/ /
| |
| |
| | |
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
|
|\ \
| | |
| | | |
utils/xz: update to 5.2.2
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Update xz to version 5.2.2.
Add a secondary download location.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|