John Crispin
c5c8dc19be
libmraa: board detection was broken after the name changed
...
Signed-off-by: John Crispin <blogic@openwrt.org >
2015-11-06 22:38:57 +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
John Crispin
8ca186cd59
node: disable MIPS16
...
Signed-off-by: John Crispin <blogic@openwrt.org >
2015-10-26 00:57:48 +01: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
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
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
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
John Crispin
fe31939c0e
cgi-io: add a small helper cgi that can be used by RPCD based UIs
...
Signed-off-by: John Crispin <blogic@openwrt.org >
2015-10-02 14:00:25 +02:00
John Crispin
6205d6d338
spi-tools: add new package
...
this package adds 2 tools that can be used to control spidev devices from userland
Signed-off-by: John Crispin <blogic@openwrt.org >
2015-10-02 14:00:25 +02:00
John Crispin
3e1b55f8ef
avrdude: enable linux-gpio by default
...
Signed-off-by: John Crispin <blogic@openwrt.org >
2015-08-26 00:26:33 +02:00
John Crispin
62581b3851
libuv: fix download path
...
Signed-off-by: John Crispin <blogic@openwrt.org >
2015-08-22 01:12:31 +02:00
John Crispin
e461e7dda9
python: add dependency to bz2 host build
...
Signed-off-by: John Crispin <blogic@openwrt.org >
2015-08-22 01:11:29 +02:00
John Crispin
211dc655ed
spawn-fcgi: fix install step
...
the makefile trues to copy a file that does not exist
Signed-off-by: John Crispin <blogic@openwrt.org >
2015-03-29 14:49:53 +02:00
John Crispin
66644f229e
gdbm: fixes build for gettext 1.9
...
the package fails to build on SDK builder2
Signed-off-by: John Crispin <blogic@openwrt.org >
2015-03-29 14:49:53 +02:00
John Crispin
6db4640fe1
libtasn1: fix md5sum
...
the SDK builder breaks on this package due to a bad md5sum
Signed-off-by: John Crispin <blogic@openwrt.org >
2015-03-29 06:31:51 +02:00
John Crispin
98be2ca3e0
global: change all instances of USE_EGLIBC to USE_GLIBC
...
Signed-off-by: John Crispin <blogic@openwrt.org >
2015-03-12 20:52:37 +01:00
John Crispin
d4042ec35e
generic userid: use the new USERID api
...
recent changes in trunk allow us to specify the userid inside the openwrt makefile.
the info is stored int he meta data of the IPK contorl file and users are generated
by the new generic postinst trigger.
Signed-off-by: John Crispin <blogic@openwrt.org >
2014-10-08 03:45:30 +02:00
John Crispin
0f52b1ff77
mpd: disable libsoup
...
this showed up during the BB build
Signed-off-by: John Crispin <blogic@openwrt.org >
2014-09-02 16:01:28 +02:00
John Crispin
1881ab2550
perl: create the Host install path before using it
...
this caused a compile fail on the BB builder
Signed-off-by: John Crispin <blogic@openwrt.org >
2014-08-31 10:07:27 +02:00
John Crispin
4cb5f96293
nsd: fix build_varaint usage
...
without this only 1 of n variants builds, all others fail
Signed-off-by: John Crispin <blogic@openwrt.org >
2014-07-17 18:02:47 +01:00
John Crispin
4e0957cf33
ctorrent-svn: update download url
...
old url is dead.
Signed-off-by: John Crispin <blogic@openwrt.org >
2014-07-17 17:52:25 +01:00
John Crispin
34f9d6f45b
rtorrent: missing LDFLAG
...
libtorrent requires zlib to be linked
Signed-off-by: John Crispin <blogic@openwrt.org >
2014-07-17 17:50:58 +01:00
John Crispin
4fb546380f
mpd: force zeroconf to no
...
without this we get missing dependecy errors if avahi is staged.
Signed-off-by: John Crispin <blogic@openwrt.org >
2014-07-17 17:49:53 +01:00
John Crispin
c5b89e2ea2
glib2: add libattr dependency
...
Signed-off-by: John Crispin <blogic@openwrt.org >
2014-07-06 08:50:17 +01:00