Re: [OpenWrt-Devel] Basic Package/Feed Workflow

2014-01-28 Thread Russell Senior
Chad == Chad Monroe c...@monroe.io writes: Chad [...] The core problem I need to solve is how to compile/test a Chad package and make change after change after change to it, then Chad when itas ready, create a patch set. I have a feeling Iave been Chad doing things the hard way for a while and

Re: [OpenWrt-Devel] Basic Package/Feed Workflow

2014-01-28 Thread Moritz Warning
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/28/2014 07:20 AM, Chad Monroe wrote: The core problem I need to solve is how to compile/test a package and make change after change after change to it, then when it’s ready, create a patch set. I have a feeling I’ve been doing things the

[OpenWrt-Devel] ssh link-local fails with Servname not supported for ai_socktype

2014-01-28 Thread Gui Iribarren
Am I the only one ssh'ing into link-local addresses from openwrt devices? I came across a recent regression that makes this impossible, and couldn't find any report on google / this list. It's bugging the hell out of me on recent trunks (last known good rev: r36140, first known broken:

Re: [OpenWrt-Devel] ssh link-local fails with Servname not supported for ai_socktype

2014-01-28 Thread Jo-Philipp Wich
It's a bug in upstream dropbear afair. At some point they changed some scp port separator to % to fix another issue and that breaks the parsing of LL addrs. Bug introduced by this: http://lists.ucc.gu.uwa.edu.au/pipermail/dropbear/2013q2/001390.html ~ Jow signature.asc Description: OpenPGP

[OpenWrt-Devel] Android connectivity issues - MyNet n600

2014-01-28 Thread omggo
Hi all, I've come up against an issue with my MyNet n600 on both the 5ghz and 2.4ghz radios. I'm currently using the latest trunk (r39406). I have an Android phone which will authenticate and stay connected but loses all network connectivity. Any other non Android device will stay connected and

[OpenWrt-Devel] Fwd: [Battlemesh] Battlemesh v7 Call for talks and workshops

2014-01-28 Thread Simon Wunderlich
Hello list, the battlemesh v7 call for talks is out, it would be great to see your WiFi/Mesh related talks and workshops in Leipzig this year. :) If you haven't booked a hotel yet, have a look at the accomodation package [1], where you can get bed and breakfast for the whole week (early bird

Re: [OpenWrt-Devel] Android connectivity issues - MyNet n600

2014-01-28 Thread camden lindsay
I'm no expert, but you could try running hostapd in debug mode and 'Capture Management Traffic' to see what you can find: See http://wiki.openwrt.org/doc/devel/debugging On Tue, Jan 28, 2014 at 4:59 AM, omggo oom...@gmail.com wrote: Hi all, I've come up against an issue with my MyNet n600

[OpenWrt-Devel] [PATCH] [toolchain] add libubacktrace library

2014-01-28 Thread Jiří Šlachta
This patch adds support for backtrace functions also known from *glibc that are declared in execinfo.h. This functionality in uClibc is implemented in libubacktrace library. The application that needs to be compiled with backtrace functions must be linked against libubacktrace.so.

Re: [OpenWrt-Devel] b53: leaking packets for a second during initialization?

2014-01-28 Thread Rafał Miłecki
2014-01-21 Rafał Miłecki zaj...@gmail.com: I believe I'm observing packets leaking between WAN and LAN ports during OpenWrt booting process. That happens on devices with bgmac, but it seems to be related to the b53. Ping? ___ openwrt-devel mailing

Re: [OpenWrt-Devel] [RFC] Broadcom code found.

2014-01-28 Thread José Vázquez
2014-01-11, José Vázquez Fernández ppvazquez...@gmail.com: While Daniel González and me were fighting with jffs2 tested some code extracted from Netgear. Here are what we found. We only tested brcm_wait, broadcom checksum code and the modification in tlbex.c and nothing strange happened when

Re: [OpenWrt-Devel] [PATCH 1/2] hostapd: Fix basic_rate setup with netifd

2014-01-28 Thread Jo-Philipp Wich
Applied in r39411 - thanks! ~ Jow signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH 2/2] hostapd: Fix 80211w setup with netifd

2014-01-28 Thread Jo-Philipp Wich
Applied in r39412 - thanks! ~ Jow signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] [ubus] lua: fix whitespaces and typo

2014-01-28 Thread Jo-Philipp Wich
Applied in b356773921a89b370f8ccb34c9ea5f21148115ea - thanks! ~ Jow signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] [ubus] lua: allow methods with no arguments

2014-01-28 Thread Jo-Philipp Wich
Applied in 4e82a1fabb87b5e3c948a792e16b0fac3702721b - thanks! ~ Jow signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] b53: leaking packets for a second during initialization?

2014-01-28 Thread Jonas Gorski
On Tue, Jan 28, 2014 at 8:41 PM, Rafał Miłecki zaj...@gmail.com wrote: 2014-01-21 Rafał Miłecki zaj...@gmail.com: I believe I'm observing packets leaking between WAN and LAN ports during OpenWrt booting process. That happens on devices with bgmac, but it seems to be related to the b53. Ping?

[OpenWrt-Devel] [PATCH]: Backporting of NAND support to mvebu

2014-01-28 Thread Seif Mazareeb
Hi all, Please find the follow repository: https://github.com/mazareeb/openwrt/commits/master This repository adds 5 patches that mainly aim to back port the recently added NAND support to mainline to openwrt. On the way other patches that address other aspects of mvebu are integrated. The 3