Michael Heimpold
1f25a8d073
php5: update to 5.6.14
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
9 years ago
John Crispin
60e41ce763
node-cylon: dont double build firmata and serialport
Signed-off-by: John Crispin <blogic@openwrt.org>
9 years ago
Daniel Golle
1f312e49af
freeradius2: cleanup init script
The initscript originally imported from oldpackages no longer does
the job, sed'ery around ifconfig is just not the way.
Remove stuff which can also be done via /etc/freeradius2/* or
/etc/default/radiusd instead.
Fixes #1769 and #1193
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years ago
John Crispin
180999e20f
libupm: add fixes for 2 sensors
Signed-off-by: John Crispin <blogic@openwrt.org>
9 years ago
Steven Barth
cf13856040
Merge pull request #1876 from mlichvar/chrony-update-2.2
chrony: update to 2.2
9 years ago
Steven Barth
37c706907b
Merge pull request #1877 from Adze1502/master
mwan3: update to version 1.6-3
9 years ago
John Crispin
010cb4848d
swig: make it compile even if pcre libs are not available
Signed-off-by: John Crispin <blogic@openwrt.org>
9 years ago
John Crispin
53cef1c9f1
node: add a python/host dependency
Signed-off-by: John Crispin <blogic@openwrt.org>
9 years ago
Jeroen Louwes
5ca8b0227d
mwan3: update to version 1.6-3
Fix for changed location ip binary
Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
9 years ago
Miroslav Lichvar
116daf94e6
chrony: update to 2.2
Support for authentication with command key was replaced with
communication over Unix domain socket.
Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
9 years ago
Pushpal Sidhu
8da4be4843
gpsd: initial add to packages
This package is currently in oldpackages. Add here to keep support for gpsd.
From oldpackages, this was bumped from 3.10 -> 3.15 and includes an upstream
patch to allow building with musl.
Signed-off-by: Pushpal Sidhu <psidhu@gateworks.com>
9 years ago
Etienne CHAMPETIER
41a8f2d63b
zabbix: enable IPv6 support
compile tested on trunk, run tested on CC (ar71xx)
size before:
96757 zabbix-agentd_2.4.6-1_ar71xx.ipk
29180 zabbix-get_2.4.6-1_ar71xx.ipk
258979 zabbix-proxy_2.4.6-1_ar71xx.ipk
35121 zabbix-sender_2.4.6-1_ar71xx.ipk
282885 zabbix-server_2.4.6-1_ar71xx.ipk
size after:
97359 zabbix-agentd_2.4.6-2_ar71xx.ipk
29841 zabbix-get_2.4.6-2_ar71xx.ipk
259948 zabbix-proxy_2.4.6-2_ar71xx.ipk
35801 zabbix-sender_2.4.6-2_ar71xx.ipk
284019 zabbix-server_2.4.6-2_ar71xx.ipk
original PR by Thomas Bahn <thomas-bahn@gmx.net>
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
9 years ago
Steven Barth
4714b0c984
Merge pull request #1847 from jow-/motion-musl-compat
motion: fix segmentation fault under musl libc
9 years ago
John Crispin
36ce356436
swig: add PKG_LICENSE_FILE
Signed-off-by: John Crispin <blogic@openwrt.org>
9 years ago
John Crispin
b399dd3b92
node-hid: set proper version and revision
* fix revision variables
* fix version variables
Signed-off-by: John Crispin <blogic@openwrt.org>
9 years ago
John Crispin
aca405ef00
node-hid: set proper version and revision
* fix revision variables
* fix version variables
Signed-off-by: John Crispin <blogic@openwrt.org>
9 years ago
John Crispin
c6e933693b
node-cylon: add proper download path and set version properly
* fix version
* fix download path
* fix version variables
Signed-off-by: John Crispin <blogic@openwrt.org>
9 years ago
John Crispin
2c82144c59
node-arduino-firmata: set proper download path and set version properly
* fix download path
* fix version variables
Signed-off-by: John Crispin <blogic@openwrt.org>
9 years ago
John Crispin
296a7f4dc2
madplay: add PKG_RELEASE and keep oss variants name
* update PKG_RELEASE
* dont change the name of the oss variant
Signed-off-by: John Crispin <blogic@openwrt.org>
9 years ago
John Crispin
f2e8c6a80f
madplay: add alsa build variant
Signed-off-by: John Crispin <blogic@openwrt.org>
9 years ago
John Crispin
2e57574f30
yunbridge: add linux side python code
to make the bridge work we need to run an askfirst instance on the ttyS.
additionally add the lua scripts needed to make REST work. this is really ugly
code but it works. i already cleaned up to the original code, but there are still
issues such as a new luci session being created for each request.
Signed-off-by: John Crispin <blogic@openwrt.org>
9 years ago
John Crispin
221c1e3d03
libupm: add package
upm is a sensor library that sits ontop of libmraa. it has support for a large
number of sensors and exports bindings for node, python, ...
Signed-off-by: John Crispin <blogic@openwrt.org>
9 years ago
John Crispin
896feff364
libmraa: add mraa including mips platform code
mraa is a lowlevel io bus abstraction layer. it allows us to export bindings for
various linux io busses for node, python, ...
Signed-off-by: John Crispin <blogic@openwrt.org>
9 years ago
John Crispin
1fd7b5d1e6
nodejs: add 0.12 version of node
add node-js 0.12 and a few gyp bindings
Signed-off-by: John Crispin <blogic@openwrt.org>
9 years ago
John Crispin
23bee2145f
swig: add host build
this is a binding generator needed to build node plugins
Signed-off-by: John Crispin <blogic@openwrt.org>
9 years ago
Steven Barth
79cfbb8edf
Merge pull request #1853 from szogi/master
open2300: re-add to the master, maintainer change, build check format fix
9 years ago
Steven Barth
98ab3562a0
Merge pull request #1864 from mlichvar/chrony-remove-old-files
chrony: remove old files
9 years ago
Steven Barth
ea0c4e6777
Merge pull request #1872 from MikePetullo/libdmapsharing
libdmapsharing: update to 2.9.32
9 years ago
Steven Barth
5009bfc874
Merge pull request #1873 from aTanW/master
gammu: bump to new upstream v1.36.6
9 years ago
aTanW
3a8d834c96
gammu: bump to new upstream v1.36.6
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
9 years ago
W. Michael Petullo
25f897ed98
libdmapsharing: update to 2.9.32
Signed-off-by: W. Michael Petullo <mike@flyn.org>
9 years ago
W. Michael Petullo
be526f6f0e
lcdgrilo: add new package
Signed-off-by: W. Michael Petullo <mike@flyn.org>
9 years ago
W. Michael Petullo
10f280c314
libgee: add new package
Signed-off-by: W. Michael Petullo <mike@flyn.org>
9 years ago
Daniel Golle
fc4fdf2829
libmicrohttpd: update to 0.9.44
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years ago
Ted Hess
59fcc276d5
mjpg-streamer: Fix build/download order and cambozola repo reference
Signed-off-by: Ted Hess <thess@kitschensync.net>
9 years ago
Ted Hess
fb0b742a3f
pianod: Fix build/download order
Signed-off-by: Ted Hess <thess@kitschensync.net>
9 years ago
Miroslav Lichvar
c75e456e25
chrony: remove old files
Remove files that were accidentally included in the previous merge
(pull request #1802 ). The obsolete patches are breaking the build now.
Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
9 years ago
Steven Barth
8f48703c7b
Merge pull request #1863 from Zokormazo/less
less: update to 481
9 years ago
Ted Hess
af696323a7
pianod: Update to latest version, refresh patches
Signed-off-by: Ted Hess <thess@kitschensync.net>
9 years ago
Julen Landa Alustiza
45cb71805f
less: update to 481
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
9 years ago
Steven Barth
a6ab8c074a
Merge pull request #1857 from padre-lacroix/bandwidthd
Addition of bandwidthd from the oldpackages
9 years ago
Steven Barth
b0f89d5e4c
Merge pull request #1861 from hansmi/master
[Unbound] Update to 1.5.5
9 years ago
Michael Hanselmann
c4db8d95ae
[Unbound] Update to 1.5.5
Bump unbound to version 1.5.5 released on October 6, 2015.
Signed-off-by: Michael Hanselmann <public@hansmi.ch>
9 years ago
Karl Palsson
c4a8c4eae2
libcoap: Pass endian flags down to target
Fixes github issue #1856
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
9 years ago
Jean-Michel Lacroix
ca4bdeaba6
Addition of bandwidthd from the oldpackages
Signed-off-by: Jean-Michel Lacroix lacroix@lepine-lacroix.info
9 years ago
Steven Barth
52585203a1
Merge pull request #1858 from oneru/patch-1
Fwknop: Fix setting getting overwritten
9 years ago
Miroslav Lichvar
71559ae85f
chrony: import from oldpackages
Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
9 years ago
Steven Barth
0f6e674a62
Merge pull request #1766 from hnyman/fix-collectd-dns
collectd: Delay first data read cycle by 1s
9 years ago
Steven Barth
ea9db94b7a
Merge pull request #1799 from luizluca/sane
sane-backends: import from oldpackages (v2)
9 years ago
Steven Barth
c6fbda003d
Merge pull request #1800 from TuxCoder/master
chaosvpn: add new package
9 years ago