Commit graph

4290 commits

Author SHA1 Message Date
Steven Barth
04c42d6b0f Merge pull request #1885 from luizluca/sane_compileall
sane-backends: select all backends when CONFIG_ALL
2015-10-26 17:22:35 +01:00
John Crispin
c74530e23b madplay: some build variant related fixes
the 2 variants could not be built at the same time

Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-26 17:18:07 +01:00
Luiz Angelo Daros de Luca
aa48cd404a sane-backends: select all backends when CONFIG_ALL
sane-xxx backend packages are hidden packages with custom
config and CONFIG_ALL does not select them alone. Now
sane-backends depends on +ALL:sane-backends-all.

No existing ipk is affected as the changed package/sane-backends
does not exist as an ipk.

030-musl.patch was updated to be submitted upstream. However,
the added preprocessor #if are always true for OpenWRT and will
not change the resulting code.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2015-10-26 14:17:28 -02:00
John Crispin
8ca186cd59 node: disable MIPS16
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-26 00:57:48 +01:00
Steven Barth
8e6ba58fbe Merge pull request #1875 from psidhu/master
gpsd: initial add to packages
2015-10-26 09:40:23 +01:00
Steven Barth
197a2c210f Merge pull request #1891 from wifidog/wifidog-1.3.0
wifidog: Bump to 1.3.0
2015-10-26 09:39:58 +01:00
Matthias Schiffer
25ca289e4d libuecc: update to v6
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2015-10-25 17:11:47 +01:00
Michael Haas
e86e8d9d35 wifidog: Bump to 1.3.0
* Updates wifidog to latest upstream release.
* Removes patches/100-musl-compat.patch as that's included in 1.3.0

Signed-off-by: Michael Haas <haas@computerlinguist.org>
2015-10-25 09:56:55 +01:00
Álvaro Fernández Rojas
5e3254a380 unrar: update to v5.3.6
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-10-24 23:13:30 +02:00
Álvaro Fernández Rojas
dcb74ef849 shairport-sync: update to v2.6
Closes https://github.com/openwrt/packages/pull/1869

Signed-off-by: Mike Brady <mikebrady@eircom.net>
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-10-24 20:58:52 +02:00
Álvaro Fernández Rojas
6cb3979f21 unrar: add libunrar support
Closes https://github.com/openwrt/packages/pull/1882

Signed-off-by: Nikolay Podoprigora volzhanin@gmail.com
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-10-24 20:55:53 +02:00
Steven Barth
7c05f9b4de Merge pull request #1888 from arfett/master
mwan3-luci updated to 1.4-4
2015-10-24 20:05:23 +02:00
Steven Barth
38e65ad3a9 Merge pull request #1890 from damianorenfer/master
libs/libsodium: update to 1.0.4
2015-10-24 20:04:17 +02:00
Damiano Renfer
e073ad7ca7 libs/libsodium: update to 1.0.4
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
2015-10-24 12:07:12 +02:00
Aedan ARFETT Renner
9c121aa2d1 mwan3-luci updated to 1.4-4
Hard-coded location of ip (/usr/bin/ip) in controller file
Added space after "for" in .htm files to clean it up

signed-off-by: Aedan "ARFETT" Renner <chipdankly@gmail.com>
2015-10-23 13:04:18 -07:00
Jo-Philipp Wich
d7a44bb056 Merge pull request #1886 from jow-/python-build-depend-fix
python: fix two build depend issues
2015-10-23 14:51:23 +02:00
Jo-Philipp Wich
99484ec990 python: fix two build depend issues
Build depends must refer to the source package name, not the binary one,
therefore we need to use `bzip2` in order to enforce a build of libbz2.so.

Also make the host python build depend on the bzip2 host build in order to
ensure that host python is built with bzip2 support. We don't need a build
dependency for the target python as this already depends on +libbz2 through
python-light. That package dependency in turn implies a build dependency.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-10-23 14:29:41 +02:00
Steven Barth
b7684e953b Merge pull request #1833 from commodo/keepalived-libnl
keepalived: update to use only libnl-genl
2015-10-22 10:43:43 +02:00
Steven Barth
d6f488d7f3 Merge pull request #1808 from ryzhovau/mpg123-deps-and-bins
mpg123: simplify dependanciess, add more binaries
2015-10-22 10:35:55 +02:00
Steven Barth
6b10101b15 Merge pull request #1860 from karlp/libcoap-endian
libcoap: Pass endian flags down to target
2015-10-22 10:35:13 +02:00
Steven Barth
56c19739dc Merge pull request #1866 from MikePetullo/libgee
libgee: add new package
2015-10-22 10:34:39 +02:00
Steven Barth
a0dffba38f Merge pull request #1867 from MikePetullo/lcdgrilo
lcdgrilo: add new package
2015-10-22 10:34:31 +02:00
Nikos Mavrogiannopoulos
472cb4e3a8 gnutls: update to 3.4.6
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-10-22 07:33:06 +02:00
Michael Heimpold
1f25a8d073 php5: update to 5.6.14
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-10-21 22:55:28 +02:00
John Crispin
60e41ce763 node-cylon: dont double build firmata and serialport
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-21 10:45:49 +02:00
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>
2015-10-21 03:11:50 +02:00
John Crispin
180999e20f libupm: add fixes for 2 sensors
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-20 15:59:25 +02:00
Steven Barth
cf13856040 Merge pull request #1876 from mlichvar/chrony-update-2.2
chrony: update to 2.2
2015-10-20 13:36:53 +02:00
Steven Barth
37c706907b Merge pull request #1877 from Adze1502/master
mwan3: update to version 1.6-3
2015-10-20 13:34:32 +02:00
John Crispin
010cb4848d swig: make it compile even if pcre libs are not available
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-20 13:26:25 +02:00
John Crispin
53cef1c9f1 node: add a python/host dependency
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-20 13:26:25 +02:00
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>
2015-10-20 10:04:20 +02:00
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>
2015-10-20 07:56:22 +02:00
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>
2015-10-19 17:23:46 -07:00
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>
2015-10-19 22:24:44 +00:00
Steven Barth
4714b0c984 Merge pull request #1847 from jow-/motion-musl-compat
motion: fix segmentation fault under musl libc
2015-10-19 21:27:18 +02:00
John Crispin
36ce356436 swig: add PKG_LICENSE_FILE
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-19 16:00:19 +02:00
John Crispin
b399dd3b92 node-hid: set proper version and revision
* fix revision variables
* fix version variables

Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-19 15:57:38 +02:00
John Crispin
aca405ef00 node-hid: set proper version and revision
* fix revision variables
* fix version variables

Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-19 15:57:22 +02:00
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>
2015-10-19 15:57:05 +02:00
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>
2015-10-19 15:56:37 +02:00
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>
2015-10-19 15:56:37 +02:00
John Crispin
f2e8c6a80f madplay: add alsa build variant
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-19 12:20:11 +02:00
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>
2015-10-19 12:20:11 +02:00
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>
2015-10-19 12:20:11 +02:00
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>
2015-10-19 12:20:11 +02:00
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>
2015-10-19 12:20:11 +02:00
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>
2015-10-19 12:20:10 +02:00
Steven Barth
79cfbb8edf Merge pull request #1853 from szogi/master
open2300: re-add to the master, maintainer change, build check format fix
2015-10-19 10:36:12 +02:00
Steven Barth
98ab3562a0 Merge pull request #1864 from mlichvar/chrony-remove-old-files
chrony: remove old files
2015-10-19 10:35:46 +02:00