[OpenWrt-Devel] [RFC] 6relayd: only invoke callback when addresses have changed

2013-10-20 Thread Nathan Hintz
This is an attempt to prevent frequently triggering dnsmasq to reload when only the validity timers have changed. This is necessary because it seems the state file is being used for multiple purposes: 1) to transfer address information to dnsmasq, and 2) to provide state information that is useful

Re: [OpenWrt-Devel] Problem of connectivity with adhoc using wpa

2013-10-20 Thread cmsv
Hello Felix I replaced mac80211 and hostapd from AA tree by the ones from your git and recompiled a new image. The problem with adhoc and wpa that i described no longer happens and both routers are able to communicate with each other with regardless of which one starts or restarts the network; the

[OpenWrt-Devel] [PATCH] 6relayd: correct memcmp length calculation

2013-10-20 Thread Nathan Hintz
Signed-off-by: Nathan Hintz --- src/dhcpv6-ia.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dhcpv6-ia.c b/src/dhcpv6-ia.c index f824355..aced2c0 100644 --- a/src/dhcpv6-ia.c +++ b/src/dhcpv6-ia.c @@ -414,7 +414,7 @@ static void update(struct relayd_interface *iface)

[OpenWrt-Devel] [PATCH] 6relayd: correct exit condition

2013-10-20 Thread Nathan Hintz
Signed-off-by: Nathan Hintz --- src/dhcpv6-ia.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dhcpv6-ia.c b/src/dhcpv6-ia.c index e5fefea..f824355 100644 --- a/src/dhcpv6-ia.c +++ b/src/dhcpv6-ia.c @@ -388,7 +388,7 @@ static void update(struct relayd_interface *iface)

[OpenWrt-Devel] [PATCH] 6relayd: verify fd is valid before use

2013-10-20 Thread Nathan Hintz
Signed-off-by: Nathan Hintz --- src/6relayd.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/6relayd.c b/src/6relayd.c index fcfecb7..32ead14 100644 --- a/src/6relayd.c +++ b/src/6relayd.c @@ -403,6 +403,9 @@ int relayd_get_interface_mtu(const char *ifname) snprintf(buf, sizeo

[OpenWrt-Devel] [PATCH] [packages] sslh: Bump to v1.15

2013-10-20 Thread Jonathan McCrohan
Signed-off-by: Jonathan McCrohan --- net/sslh/Makefile | 4 ++-- net/sslh/patches/001-no_sslh_select.patch | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/sslh/Makefile b/net/sslh/Makefile index 2cde2fc..67ca101 100644 --- a/net/sslh/Makefile +++

Re: [OpenWrt-Devel] Ramips Seama sysupgrade image

2013-10-20 Thread Flávio Silveira
Any news on this? Original Message Subject: Ramips Seama sysupgrade image Date: Mon, 7 Oct 2013 13:23:54 -0300 From: Flávio Silveira To: OpenWrt Development List Good afternoon, I have a question about sysupgrade image for Ramips routers that uses Seama.

Re: [OpenWrt-Devel] [PATCH] This upgrades haveged from 1.4 to 1.7c (closes #13979)

2013-10-20 Thread Gabor Juhos
2013.09.09. 18:28 keltezéssel, Christian Pointner írta: > > Signed-off-by: Christian Pointner Applied. Thanks, Gabor ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCHv2] ar71xx: Fix sysupgrades for Allnet and OpenMesh devices

2013-10-20 Thread Gabor Juhos
2013.10.18. 11:08 keltezéssel, Sven Eckelmann írta: > Both Allnet and OpenMesh sysupgrade uses fw_setenv from uboot-envtools to > change different settings in the uboot environment. uboot-envtools version > 2013.01 introduced a filesystem lock "/var/lock/fw_printenv.lock" to guarantee > mutually ex

Re: [OpenWrt-Devel] [PATCH 03/10] mkfwimage: Increase RSPRO maximum size to 0xF00000 (15 MiB)

2013-10-20 Thread Gabor Juhos
2013.10.10. 13:02 keltezéssel, Bruno Randolf írta: > RSPRO has 16MiB of Flash, using the following layout: > > [2.93] 0x-0x0003 : "RedBoot" > [2.94] 0x0003-0x0013 : "kernel" > [2.95] 0x0013-0x00ff : "rootfs" > [2.96000

Re: [OpenWrt-Devel] [PATCH][packages] xupnpd: Add new package

2013-10-20 Thread Gabor Juhos
2013.10.13. 21:36 keltezéssel, Álvaro Fernández Rojas írta: > Package based on: > http://tsdemuxer.googlecode.com/svn/trunk/xupnpd/src/contrib/OpenWrt/ > > Light DLNA Media Server which provides services for sharing IPTV unicast > streams over local area network. > > Signed-off-by: Álvaro Ferná

Re: [OpenWrt-Devel] [PATCH] ar71xx: fix WLAN 5 GHz LED init on dir-825-c1

2013-10-20 Thread Gabor Juhos
2013.10.02. 23:56 keltezéssel, Sebastian Kemper írta: > Fixes the 5 GHz LED. > > The same function has no effect on the 2.4 GHz LED at all, so we might > as well remove it. > > Signed-off-by: Sebastian Kemper Applied. Thanks, Gabor ___ openwrt-devel

Re: [OpenWrt-Devel] [PATCH] [packages] alpine: New package (v2)

2013-10-20 Thread Gabor Juhos
2013.09.30. 19:27 keltezéssel, Antti Seppälä írta: > Add Alpine v. 2.10 console mail client as new package to OpenWrt. > > Alpine stands for Alternatively Licensed Program for Internet News and > Email and is suitable for both the inexperienced email user as well as > for the most demanding powe

Re: [OpenWrt-Devel] [PATCH] [packages] shflags: Fix getting sources

2013-10-20 Thread Gabor Juhos
2013.10.01. 13:33 keltezéssel, Diego Lopez Recas írta: > Freecwmp does not export a git repository for shflags anymore. This fix makes > OpenWrt get the sources directly from the svn repository of the shflags > googlecode project. > > Signed-off-by: Diego López Recas >

Re: [OpenWrt-Devel] [PATCH v2] [packages] ser2net: bump to 2.9.1

2013-10-20 Thread Gabor Juhos
2013.09.26. 22:24 keltezéssel, Yegor Yefremov írta: > This version fixes a segmentation fault due to a missing > buffer wrap. > > Signed-off-by: Yegor Yefremov Applied. Thanks, Gabor ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https

Re: [OpenWrt-Devel] [PATCH][packages] remotefs: update remotefs , change to repo to git

2013-10-20 Thread Gabor Juhos
2013.09.23. 17:55 keltezéssel, Dirk Neukirchen írta: > - sourceforge uses git use that > - update to latest version: it fixes a compile bug of the old git version > (missing md5_crypt) > > Signed-off-by: Dirk Neukirchen Applied. Thanks, Gabor ___ ope

Re: [OpenWrt-Devel] [PATCH][package] uob-nomad: fix compilation

2013-10-20 Thread Gabor Juhos
2013.09.23. 17:48 keltezéssel, Dirk Neukirchen írta: > fix compilation > > - by integrating net-tools-1.60-STRIP.patch > from Jiri Popelka > - if_tr.h is no longer in kernel > > Signed-off-by: Dirk Neukirchen Applied. Thanks, Gabor ___ openwrt-de

Re: [OpenWrt-Devel] [PATCH][packages] loop-aes: update to loop-aes 3.7a

2013-10-20 Thread Gabor Juhos
2013.09.23. 17:39 keltezéssel, Dirk Neukirchen írta: > fixes a compile error in trunk > > Signed-off-by: Dirk Neukirchen Applied. Thanks, Gabor ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/li

Re: [OpenWrt-Devel] [Patch][packages] libshout: update libshout to 2.3.1 , refresh patches

2013-10-20 Thread Gabor Juhos
2013.09.23. 11:58 keltezéssel, Dirk Neukirchen írta: > update package libshout to 2.3.1 and refresh patches Applied. Thanks, Gabor ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt

Re: [OpenWrt-Devel] [Patch][packages] libshout: fix libshout compile

2013-10-20 Thread Gabor Juhos
2013.09.23. 11:56 keltezéssel, Dirk Neukirchen írta: > libvorbisidec 1.0.2+svn18153 uses ogg/ogg.h now > instead of its own that was provided previously > > issue reported: https://forum.openwrt.org/viewtopic.php?id=45843 > > Signed-off-by: Dirk Neukirchen Applied. Thanks, Gabor _

Re: [OpenWrt-Devel] [PATCH] Update wifidog to 20130917 version

2013-10-20 Thread Gabor Juhos
2013.09.17. 23:18 keltezéssel, Etienne CHAMPETIER írta: > This update: > -adds a ProxyPort option (to use a local transparent proxy) > -changes http return code to 302 (was 307, but wifidog speaks http 1.0, and > we really need 303) > (it was causing some trouble with, for exemple, opera) > -switc

Re: [OpenWrt-Devel] [PATCH] [packages] zabbix: update to version 2.0.8

2013-10-20 Thread Gabor Juhos
2013.09.16. 22:26 keltezéssel, Jiri Slachta írta: > > Signed-off-by: Jiri Slachta Applied. Thanks, Gabor ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] [packages] avahi: Clean up dependencies

2013-10-20 Thread Gabor Juhos
2013.09.06. 9:59 keltezéssel, Helmut Schaa írta: > libavahi does not require libdaemon nor libgdbm. Move the dependencies > into the right avahi sub-packages to allow smaller footprint when only > using libavahi. > > Signed-off-by: Helmut Schaa Applied. Thanks, Gabor ___

Re: [OpenWrt-Devel] [PATCH] [packages] lighttpd: update to 1.4.32

2013-10-20 Thread Gabor Juhos
2013.09.05. 13:18 keltezéssel, mgeral...@yahoo.de írta: > > This patch updates the lighttpd package to version 1.4.32 > The makefile has been reworked and uses a macro for module creation > The config file has been updated to include module dependant configuration > from conf.d subdirectory > >

Re: [OpenWrt-Devel] [PATCH] [packages] Update mosquitto to 1.2

2013-10-20 Thread Gabor Juhos
2013.08.22. 18:01 keltezéssel, Karl Palsson írta: > From: Karl Palsson > > Updates mosquitto, the MQTT broker, and client libraries to version 1.2. > Full changelog here: http://mosquitto.org/2013/08/version-1-2-released/ > > Added missing library depends to suit updated requirements in OpenWrt.

Re: [OpenWrt-Devel] [PATCH] Update tig to 1.2.1. See for details.

2013-10-20 Thread Gabor Juhos
2013.08.30. 19:35 keltezéssel, Francisco Borges írta: > Signed-off-by: Francisco Borges Applied. Thanks, Gabor ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] [packages] add sysprof tool

2013-10-20 Thread Gabor Juhos
2013.08.22. 9:17 keltezéssel, Janusz Dziedzic írta: > Add sysprof - preformance profiler > for Linux - to the development tools. > > Patches for mips/arm are from openembedded > code. > > sysprof-cli get required events/stack frames. > Next outfile can be loaded/displayed on PC using > sysprof.

[OpenWrt-Devel] [PATCH 2/2] collectd: Update Luci_statistics/collectd to 5.3.1 - Luci

2013-10-20 Thread Hannu Nyman
Regarding data presentation in Luci-statistics, there are three changes requiring patches to Luci feed: -conntrack result data has changed name from "entropy" to "value". -ping result data has changed name from "ping" to "value". http://git.verplant.org/?p=collectd.git;a=commitdiff;h=77a69051477

[OpenWrt-Devel] [PATCH 1/2] collectd: Update Luci_statistics/collectd to 5.3.1 - packages

2013-10-20 Thread Hannu Nyman
Explanation of main patches for collectd in packages feed: - 140-fix-fqdnlookup.patch : FQDNLookup option has been turned on by default since 5.1. If that option is enabled, it causes collectd to refuse to start in a basic Openwrt box as typically a fully qualified domain name does not exist f

[OpenWrt-Devel] [PATCH 0/2] collectd: Update Luci_statistics/collectd to 5.3.1

2013-10-20 Thread Hannu Nyman
Collectd, the backbone of Luci statistics module, has been recently updated already to 5.4.0, while Openwrt is still with 4.10.8. 5.0-5.4 branches have been released in 2011-2013 and the last Collectd release in August 2013 only contained 5.3 and 5.4. Although 4.10.x is still marked as suppor

[OpenWrt-Devel] Trac / Tickets always looks like SPAM to 'TypePad'

2013-10-20 Thread Bastian Bittorf
Today i tried to open a new ticket, but it refuses to accept it, because it's SPAM and i have not solved the captcha (which is'nt there). This was the Tickets, first line ist subject line: opkg loops forever with high load / r38427 / opkg v0.1.8 / ar71xx Today we detected some issues: in our se

Re: [OpenWrt-Devel] OpenWRT on Ubicom Chipsets

2013-10-20 Thread James Hilliard
I am assuming I can just recompile u-boot with console enabled normally, or maybe it already is enabled on production devices? Fairly sure I have all the source for that. I've been working on getting the tool-chain patches added. Here is my staging https://github.com/Lightsword1942/openwrtubicomsta