[OpenWrt-Devel] [PATCH] lua: remove pointless double check of autoload flag

2015-11-05 Thread karlp
From: Karl Palsson In e2b1433b the autoload param went from being an enumerated type to a simple boolean. Drop the pointless double check of this flag. Signed-off-by: Karl Palsson --- lua/uci.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lua/uci.c b/lua/uci.c index

Re: [OpenWrt-Devel] [PATCH v4] base-files: add /etc/profile.d support

2015-09-04 Thread karlp
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I like it. One query inline Bastian Bittorf wrote: > OpenWrt should support an optional /etc/profile.d directory like > most other Linux distributions. This allows packages to install > their own scripts into /etc/profile.d/ directory. > > The f

[OpenWrt-Devel] [PATCH] upgrade mosquitto MQTT tools from 0.13 to 0.14.4

2012-02-03 Thread karlp
This patch supersedes http://patchwork.openwrt.org/patch/1630/ Some features, some bug fixes, full release notes at http://mosquitto.org/ Signed-off-by: Karl Palsson --- net/mosquitto/Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/mosquitto/Makefile b/

Re: [OpenWrt-Devel] [PATCH] syfs and gpiolib support for atheros platforms (updated)

2011-12-03 Thread karlp
On 11/30/2011 03:37 PM, John Crispin wrote: >> >>> This patch is an update of http://patchwork.openwrt.org/patch/1452/ > > Hi, > > the patch is essentially fine, however there are whitespace errors. > > can you please use tabs for indenting and not spaces and then resend the > patch so i can me

[OpenWrt-Devel] [PATCH] syfs and gpiolib support for atheros platforms (updated)

2011-11-28 Thread karlp
This patch is an update of http://patchwork.openwrt.org/patch/1452/ The update makes sure that the kernel config actually _enables_ gpio sysfs, not just provides support for it. So, as well as the patch, it includes a diff on the default config for atheros. The patch itself is unchanged, and

[OpenWrt-Devel] [PATCH] upgrade mosquitto mqtt tools to 0.14.2

2011-11-28 Thread karlp
Mostly a bug fix release, full release notes at http://mosquitto.org/2011/11/version-0-14-released/ (0.14.2 includes some post release fixes) Signed-off-by: Karl Palsson --- net/mosquitto/Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/mosquitto/Makefil

[OpenWrt-Devel] [patch] Update package mosquitto 0.12 -> 0.13

2011-10-10 Thread karlp
Hi, Attached is a patch updating mosquitto (MQTT message broker, client tools, server, and client libraries) from version 0.12 to version 0.13 http://www.mosquitto.org for more info. Tested on "atheros" platforms for backfire. Signed-off-by: Karl Palsson diff --git a/net/mosquitto/Makefile

[OpenWrt-Devel] [patch] Move atheros platforms to sysfs style gpio

2011-09-29 Thread karlp
Attached is a patch moving atheros platforms(/ar231x) from gpio_dev to gpiolib, with sysfs support. It has been tested on openwrt trunk, and an atheros 2317 board, but I don't have a 5312 or any of the other board types here for testing.

[OpenWrt-Devel] [PATCH] New Package: Mosquitto MQTT broker, client tools and library

2011-08-11 Thread karlp
below is from git format-patch, based on my clone of git://nbd.name/packages.git >From 2a1de77492ec87b4e4a338c4f435715a1fe1471d Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Thu, 11 Aug 2011 17:30:50 + Subject: [PATCH] Add support for the mosquitto MQTT message broker, tools and library

[OpenWrt-Devel] [PATCH] new package: Mosquitto MQTT Broker/client (v0.12.0)

2011-08-02 Thread karlp
Add support for the mosquitto MQTT message broker, and client tools and client library. (For developing third party apps running on openwrt that communicate with an MQTT server) This is the current code directly from the mosquitto-packaging repository: https://bitbucket.org/oojah/mosquitto-packag

[OpenWrt-Devel] [PATCH] new package: mosquitto MQTT broker and client

2011-07-21 Thread karlp
...@tweak.net.au or as karlp on irc.freenode.org#mqtt This has currently been tested on an atheros based board. Sincerely, Karl P Index: package/mosquitto/patches/100-disable-memory-reporting.patch === --- package/mosquitto/patches