Commit Graph
19 Commits
Author SHA1 Message Date
John CrispinandGitHub 2e62b5a132 Merge pull request #5118 from jow-/cgi-io-sha256
cgi-io: support SHA256 checksums for file uploads
2017-12-16 10:02:31 +01:00
John CrispinandGitHub a2de0d04b4 Merge pull request #4972 from blogic/master
uledd: add a tiny ubus frontend for PWM/RGB leds
2017-11-17 11:01:46 +01:00
John Crispin 282432de33 uledd: add a tiny ubus frontend for PWM/RGB leds
This daemon allows users to control PWM driven RGB LEDs using ubus.
Currently it is possible to make leds blink at different brightnesses
and or make them fade in between colours.

the following call will turn green on and red off:
ubus call led set '{ "leds": { "ap:green:status": 255, "ap:red:status": 0 } }'

the following call will make green and red fade on/off over 2 seconds:
ubus call led set '{ "leds": { "ap:green:status": [0, 255], "ap:red:status": [255, 0] }, "on": 2000, "off": 2000, "fade": 1 }'

Signed-off-by: John Crispin <john@phrozen.org>
2017-10-19 16:37:32 +02:00
John CrispinandGitHub 844638d519 Merge pull request #3056 from plntyk/fix_node
node: fix soft/hard float compile on arm/mips
2016-10-04 09:13:11 +02:00
John CrispinandGitHub 301aa32de1 Merge pull request #3293 from NeoRaider/node
node: use default host install prefix
2016-10-04 09:12:03 +02:00
John Crispin 5339847d06 Merge pull request #2753 from nxhack/node-update-to-v4.4.5
node,node-*: node update to v4.4.5 and Enhance CPU-arch variant.
2016-06-02 10:01:49 +02:00
John Crispin 2482ba2e1e krb5: more uninitialized warning errors
ktutil_funcs.c: In function 'ktutil_delete':
ktutil_funcs.c:75:28: error: 'prev' may be used uninitialized in this function [-Werror=maybe-uninitialized]

Signed-off-by: John Crispin <john@phrozen.org>
2016-05-30 18:34:08 +02:00
John Crispin f88b661e97 mt-st: fix download source
http does not exist anymore, use ftp instead

Signed-off-by: John Crispin <john@phrozen.org>
2016-05-30 17:24:18 +02:00
John Crispin ab04a9b6fd libnfc: download source changed to github
Signed-off-by: John Crispin <john@phrozen.org>
2016-05-30 17:22:38 +02:00
John Crispin 0d89670606 oggfwd: update download source
upstream changed from git:// to https://

Signed-off-by: John Crispin <john@phrozen.org>
2016-05-30 17:17:01 +02:00
John Crispin 48eab4d7c8 smstoold: only define USE_ICONV if it is enabled
Signed-off-by: John Crispin <john@phrozen.org>
2016-05-30 16:29:37 +02:00
John Crispin 12928412b8 Merge pull request #2731 from nxhack/node-hid-fix-git-submodule-issue
node-hid: fix git submodule issue
2016-05-23 09:37:51 +02:00
John Crispin ba451bd8aa Merge pull request #2707 from nxhack/node-hid-fix-compile-error
node-hid: fix compile error, condition of not-installing 'libusb-dev' package at cross-compile host.
2016-05-18 16:51:25 +02:00
John Crispin 98e6fa360a Merge pull request #2685 from nxhack/node-modules-for-v4.4.4
node-*: node update to v4.4.4
2016-05-16 08:30:09 +02:00
John Crispin cb5a8f9751 Merge pull request #2675 from NeoRaider/update-node
node: update and fix GCC 6 miscompile
2016-05-09 22:02:51 +02:00
John Crispin eb865b3866 Merge pull request #2616 from nxhack/node-update-v0.12.13
node update v0.12.13
2016-04-21 12:43:06 +02:00
John Crispin bbbef2847b Merge pull request #2569 from nxhack/node-npm-cache
node-* : specify npm_config_cache directory
2016-04-01 08:24:42 +02:00
John Crispin 8eae2489b0 Merge pull request #2513 from stintel/nodejs
Add node host dependency to node-* packages
2016-03-19 16:23:30 +01:00
John Crispin b44c01a072 Merge pull request #2147 from commodo/node-x86-build-fix
node: fix build on x86 & x86.64 targets
2015-12-20 21:20:23 +01:00