[OpenWrt-Devel] [PATCH 01/16] fix uClibc implementation of eventfd

2012-08-13 Thread Andy Leiserson
uClibc declares eventfd() as taking two arguments but doesn't properly pass the second argument to the kernel. The problem is discussed at: http://lists.uclibc.org/pipermail/uclibc/2012-May/046873.html This patch is taken from uclibc 0.9.33 git, so will presumably be integrated in any future rele

[OpenWrt-Devel] [PATCH 04/16] [packages] update libtheora to 1.1.1

2012-08-13 Thread Andy Leiserson
Remove the patch against Makefile.in since the build is set up to do autoreconf anyways. Signed-off-by: Andy Leiserson --- libs/libtheora/Makefile|8 libs/libtheora/patches/001-no_docs_tests.patch | 24 ++-- 2 files changed, 6 inserti

[OpenWrt-Devel] [PATCH 03/16] [packages] update glib2 to version 2.32.3

2012-08-13 Thread Andy Leiserson
* refresh patches * glib 2.30 adds a dependency on libffi; add host build to libffi Makefile * fix gettext dependency in HOST_BUILD_DEPENDS. add a note that host build deps do not respect BUILD_NLS. (Aside: I believe these dependencies aren't truly sufficient; gettext has to be instal

[OpenWrt-Devel] [PATCH 02/16] support finding /usr/share data using pkgconfig

2012-08-13 Thread Andy Leiserson
Allow packages to find arch-independent data normally located in /usr/share in the staging area using pkgconfig. Change the default configure args to use ${prefix} and ${exec_prefix} (with expansion deferred) rather than $(CONFIGURE_PREFIX). This allows the pkg-config wrapper used in the host stag

[OpenWrt-Devel] [PATCH 00/16] patches to support Rygel on OpenWrt

2012-08-13 Thread Andy Leiserson
The goal of the following patches is to support Gnome Rygel [1] on OpenWrt. Rygel is an implementation of several of the UPnP media protocols. There are probably lighter-weight choices for media servers, but Rygel was the most promising option I found that can serve as a media renderer, enabling Op

[OpenWrt-Devel] Global variables live across LuCI modules

2012-08-13 Thread Nguyễn Hồng Quân
Hello, I'm writing a LuCI app with two modules. I want to keep a data generated in this module and accessed from other module. Is there any way to do that? Because LuCI run embedded in uhttpd, I think there may be a way to have a variable live with uhttpd and accessible from LuCI. Or, if inside a

[OpenWrt-Devel] [PATCH v2] iwinfo/madwifi: recognize unified phy interface names

2012-08-13 Thread Daniel Golle
madwifi.sh now uses radio%d instead of wifi%d as phy interface name since https://dev.openwrt.org/changeset/28785 This confuses libiwinfo which cannot find any radio%d interface. I therefore made a quick hack to replace radio%d to wifi%d in the places where it seems necessary. This is as elegant

[OpenWrt-Devel] wget 1.14 update patch

2012-08-13 Thread Peter Wagner
Signed-off-by: Peter Wagner diff --git a/net/wget/Makefile b/net/wget/Makefile index 3246652..fc2f179 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wget -PKG_VERSION:=1.13.4 +PKG_VERSION:=1.14 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_

[OpenWrt-Devel] [PATCH] iwinfo/madwifi: recognize unified phy interface names

2012-08-13 Thread Daniel Golle
madwifi.sh now uses radio%d instead of wifi%d as phy interface name since https://dev.openwrt.org/changeset/28785 This confuses libiwinfo which cannot find any radio%d interface. I therefore made a quick hack to replace radio%d to wifi%d in the places where it seems necessary. This can definitely

[OpenWrt-Devel] [PATCH] packages: updated package libsml

2012-08-13 Thread Daniel Pauli
This patch updates the libsml package to the latest revision. The current revision of the libsml package is outdated for 7 months. Meanwhile, the developers of libsml provided various bug fixes, notably to support big-endian machines correctly. The patch updates PKG_REV and increments PKG_VERSION.

Re: [OpenWrt-Devel] [PATCH} fix hard reset of alix/soekris hardware under heavy NIC load

2012-08-13 Thread Michael Markstaller
On 11.08.2012 14:58, Adam Gensler wrote: > I did go way back in trunk to try to find a working version and ended up > back on 2.6.39.4 and it crashed there too. So I assume it's in older > versions too. Thanks, I assume that too but were unable to reproduce it reliable so far; I'd definitely want

Re: [OpenWrt-Devel] [patch] orion/generic: enhanced image makefile - updated

2012-08-13 Thread Florian Fainelli
On Friday 27 July 2012 19:47:23 Matthias Buecher / Germany wrote: > Just a short reminder. > > As the first mail got mangled here's an updated patch (now have "Toggle Word Wrap" for Thunderbird). > It's the same makefile just using "-sysupgrade" and "-factory" in the image names to avoid questio

[OpenWrt-Devel] new package - redsocks [resent]

2012-08-13 Thread Sebastian Muszynski
Redsocks is a daemon running on the local system, that will transparently tunnel any TCP connection via a remote SOCKS4, SOCKS5 or HTTP proxy server. It uses the system firewall's redirection facility to intercept TCP connections, thus the redirection is system-wide, with fine-grained control, and

Re: [OpenWrt-Devel] [PATCH] lang: 4th: update to latest stable release v3.61.5

2012-08-13 Thread Florian Fainelli
On Thursday 09 August 2012 09:11:55 xian...@openmobilefree.net wrote: > From: Xiangfu > > Full changelog: > http://lists.en.qi-hardware.com/pipermail/discussion/2012- August/009786.html > Applied in r33172, thanks! -- Florian ___ openwrt-devel maili

Re: [OpenWrt-Devel] new package - pdnsd

2012-08-13 Thread Florian Fainelli
On Monday 30 July 2012 12:36:44 Sebastian Muszynski wrote: > > pdnsd, is an IPv6 capable proxy DNS server with permanent caching (the cache > contents are written to hard disk on exit) that is designed to cope with > unreachable or down DNS servers (for example in dial-in networking). > > pdnsd c

Re: [OpenWrt-Devel] [PATCH v3] make vtun more configurable

2012-08-13 Thread Florian Fainelli
On Monday 23 July 2012 23:00:38 Andreas Bräu wrote: > added possibility to disable lzo compression and encryption to save ram. > > > > Signed-off-by: Andreas Braeu Applied in r33171, thanks! -- Florian ___ openwrt-devel mailing list openwrt-devel@lis

Re: [OpenWrt-Devel] [PATCH 3/3] [packages] Snort: patch for snortsam support (update for 2.9.2.2)

2012-08-13 Thread Florian Fainelli
On Sunday 05 August 2012 18:38:19 Jiri Slachta wrote: > Hi, > this patch introduces support for Snort plugin Snortsam. (resend, for snort version 2.9.2.2 - for 2.8.4.1 is located there http://patchwork.openwrt.org/patch/2381/) > > 200-snortsam.patch | 3016 +

Re: [OpenWrt-Devel] [PATCH 2/3] [packages] Snort: update to 2.9.2.2

2012-08-13 Thread Florian Fainelli
On Sunday 05 August 2012 18:38:12 Jiri Slachta wrote: > Hi, > > I've managed to update Snort to version 2.9.2.2. I did not want to split this patch even if it has so many deltas - there are many deletions of unused patches. Also there is a configuration file that has almost the same functionali

Re: [OpenWrt-Devel] [PATCH 1/3] [packages] Package libdaq as a new Snort dependency

2012-08-13 Thread Florian Fainelli
On Sunday 05 August 2012 18:38:07 Jiri Slachta wrote: > Hi, I would like to introduce you new package, libdaq, a data acquisition library needed by a Snort 2.9.x. > > Signed-off-by: Jiri Slachta Applied in r33168, thanks! -- Florian ___ openwrt-devel

Re: [OpenWrt-Devel] [PATCH] - Ostiary package makefile

2012-08-13 Thread Florian Fainelli
On Sunday 01 April 2012 14:20:10 Salander wrote: > Hi all, > This patch adds the Ostiary package to the repository. I've tested this on the latest build (revision 31158). Installation, un-installation and ostiaryd.init script all seem to work correctly. > > A bit of background, Ostiary has a

Re: [OpenWrt-Devel] [PATCH] link state monitor (lsm): update to 0.131

2012-08-13 Thread Florian Fainelli
On Tuesday 19 June 2012 18:37:31 Edy Corak wrote: > This patch updates link state monitor (lsm) to release 0.131, > add sample connections.conf and update lsm.conf and lsm_script > > Signed-off-by: Edy Corak i...@loenshotel.de Applied in r33166, thanks! -- Florian

Re: [OpenWrt-Devel] [PATCH] New package NUT 2.6.3 (RESENT)

2012-08-13 Thread Florian Fainelli
Hello, On Thursday 26 April 2012 16:44:02 Abaakouk Mehdi wrote: > RESENT: Updated patch with last remarks fixed > > > Makefile and patch for package NUT 2.6.3 > > Signed-off-by: Mehdi Abaakouk I do not see any drivers in menuconfig with your Makefile. I would suggest doing the following ins

Re: [OpenWrt-Devel] [PATCH] [brcm63xx] do not register leds device if no led defined

2012-08-13 Thread Florian Fainelli
On Thursday 09 August 2012 16:11:35 Miguel GAIO wrote: > Hi all, > > This patch does not register gpio-leds device if there no leds defined. Applied in r33158, thanks Miguel! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http

Re: [OpenWrt-Devel] [PATCH] [brcm63xx] BCM6358 fix enet clk definitions

2012-08-13 Thread Florian Fainelli
On Thursday 09 August 2012 15:54:16 Miguel GAIO wrote: > Hi all, > > This patch fix some enet clock definition. Applied in r33157, thanks Miguel! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman

Re: [OpenWrt-Devel] [PATCH] brcm63xx: Fix nb4 support

2012-08-13 Thread Florian Fainelli
On Thursday 09 August 2012 12:08:48 Miguel GAIO wrote: > Hi all, > > nb4 (BMC6358) boards support is currently broken. > > This path fixes that support. > Plus, I add definitions for "Service" and "Clip" buttons. > Then, I remove the specific nb4_nvram_fixup() call to use > boardid_fixup() Appli