Re: [OpenWrt-Devel] Time Division Multiple Access (TDMA)

2012-08-22 Thread Adrian Chadd
On 13 July 2012 06:24, Jonathan Bither wrote: > Nico, > I too have been interested in experimenting with TDMA. When I looked > a while ago the most helpful information that I saw was that TDMA support is > apparently included in freebsd. You may want to take a look at how it is > implement

[OpenWrt-Devel] [PATCH] uci: libuci leaking memory on non-existent config file

2012-08-22 Thread Krzysztof Kuźnik
From: Krzysztof Kuznik In file file.c function uci_file_load() allocates memory for filename. When uci_open_stream() failed with exception this memory was never freed. This patch makes call to uci_open_stream() wrapped in exception handling inside uci_file_load() where filename is freed. Signed

Re: [OpenWrt-Devel] [PATCH] Keep /etc/nginx on sysupgrade

2012-08-22 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. You do not need to ship a keep file, it is enough to add /etc/nginx to the conffiles define. ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAlA0u

Re: [OpenWrt-Devel] [PATCH] Keep /etc/nginx on sysupgrade

2012-08-22 Thread Mark Mentovai
Jo-Philipp Wich wrote: > Hi. > > You do not need to ship a keep file, it is enough to add /etc/nginx to > the conffiles define. It looks like conffiles can only save files, not entire directories. /etc/nginx is a directory. Should conffiles be fixed to work with directories too? _

Re: [OpenWrt-Devel] WRT54g / b43 / mac802.11 BREAKTHROUGH

2012-08-22 Thread Hauke Mehrtens
On 07/18/2012 01:56 PM, Bastian Bittorf wrote: > hi devs! > > yesterday we had a breaktrough debugging b43 in our hackspace > maschinenraum/m18[1,2] > at weimar.freifunk.net[3,4] - since a long time our darling wrt54g suffers > from a > hanging wifi and bad performance[5], but the workaround is

Re: [OpenWrt-Devel] [PATCH] Keep /etc/nginx on sysupgrade

2012-08-22 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > It looks like conffiles can only save files, not entire directories. > /etc/nginx is a directory. Should conffiles be fixed to work with > directories too? It works fine with directories, see include/package-ipkg.mk, the code below "ifneq ($$(KEEP_$

Re: [OpenWrt-Devel] WRT54g / b43 / mac802.11 BREAKTHROUGH

2012-08-22 Thread Rafał Miłecki
2012/8/22 Hauke Mehrtens : > On 07/18/2012 01:56 PM, Bastian Bittorf wrote: >> hi devs! >> >> yesterday we had a breaktrough debugging b43 in our hackspace >> maschinenraum/m18[1,2] >> at weimar.freifunk.net[3,4] - since a long time our darling wrt54g suffers >> from a >> hanging wifi and bad per

Re: [OpenWrt-Devel] WRT54g / b43 / mac802.11 BREAKTHROUGH

2012-08-22 Thread Hauke Mehrtens
On 08/22/2012 07:49 PM, Rafał Miłecki wrote: > 2012/8/22 Hauke Mehrtens : >> On 07/18/2012 01:56 PM, Bastian Bittorf wrote: >>> hi devs! >>> >>> yesterday we had a breaktrough debugging b43 in our hackspace >>> maschinenraum/m18[1,2] >>> at weimar.freifunk.net[3,4] - since a long time our darling

Re: [OpenWrt-Devel] WRT54g / b43 / mac802.11 BREAKTHROUGH

2012-08-22 Thread Hauke Mehrtens
On 08/22/2012 08:45 PM, Larry Finger wrote: > On 08/22/2012 11:21 AM, Hauke Mehrtens wrote: >> On 07/18/2012 01:56 PM, Bastian Bittorf wrote: >>> hi devs! >>> >>> yesterday we had a breaktrough debugging b43 in our hackspace >>> maschinenraum/m18[1,2] >>> at weimar.freifunk.net[3,4] - since a long

[OpenWrt-Devel] [PATCH] avahi: remove inappropriate dependency on dbus in Changeset 32330

2012-08-22 Thread Mike Brady
This patch fixes an issue reported by Damiano Albani. Changeset 32330, while fixing one bug, unfortunately introduces another one -- it makes avahi-daemon always dependent on the dbus package, causing dbus to be loaded even when it's not needed. This patch makes avahi-daemon dependent on dbus onl