Re: [OpenWrt-Devel] AR9344 wifi dying on WD N600 routers

2013-11-01 Thread omggo
Hey all, I've found the full datasheet for the AR9344. link: http://ishare.iask.sina.com.cn/download/explain.php?fileid=61605670 just click on the button to the right of "AR9344.pdf" and to the left of the filesize I hope this helps! On Tue, Oct 29, 2013 at 8:46 PM, omggo wrote: > Im having

Re: [OpenWrt-Devel] AR9344 wifi dying on WD N600 routers

2013-11-01 Thread John Crispin
On 01/11/13 10:21, omggo wrote: Hey all, I've found the full datasheet for the AR9344. link: http://ishare.iask.sina.com.cn/download/explain.php?fileid=61605670 just click on the button to the right of "AR9344.pdf" and to the left of the filesize I hope this helps! Hi, please don't post l

[OpenWrt-Devel] Correct way of cross-package references?

2013-11-01 Thread Králik Barnabás
Hi, I'm trying to package a library built for Erlang for OpenWRT. Building this package requires two native static libraries built by the core erlang distribution. These are normally not distributed to the target devices. How do I specify that the static linker should search also in a specifi

Re: [OpenWrt-Devel] [PATCH][packages]firewall3: optimize by loading conntrack modules on demand

2013-11-01 Thread Jo-Philipp Wich
Hi, in general I do consider this idea but I do not agree with the implementation in your patch. In particular I think that the firewall init script is the wrong place to unload kmods, actually I think a random service should never unload kmods, at most only load them when needed for the first ti

Re: [OpenWrt-Devel] AR9344 wifi dying on WD N600 routers

2013-11-01 Thread omggo
> > please don't post links to data sheets that are covered by an NDA. > sorry I didn't know On Fri, Nov 1, 2013 at 8:28 PM, John Crispin wrote: > On 01/11/13 10:21, omggo wrote: > >> Hey all, I've found the full datasheet for the AR9344. >> >> link: >> http://ishare.iask.sina.com.**cn/downloa

[OpenWrt-Devel] Broadcom ARM Status

2013-11-01 Thread James Hilliard
I noticed that there is a broadcom ARM build option but it only seems to build for the r6250 and I'm not sure if its actually making installable builds. I have a number of very large patches that are part of the build system for these routers. Has anyone been working on these recently? The broadcom

Re: [OpenWrt-Devel] [PATCH][packages]firewall3: optimize by loading conntrack modules on demand

2013-11-01 Thread Bastian Bittorf
* Jo-Philipp Wich [01.11.2013 13:28]: > We can certainly change the netfilter kmod packages to not autoload on > boot anymore, then insmod the required ones from fw3 (similar to how > iptables did it). i like this idea. bye, bastian ___ openwrt-devel m

[OpenWrt-Devel] [PATCH] lantiq: Fix ar8216 switch configuration for WBMR-HP-G300H devices

2013-11-01 Thread Richard Mortimer
The switch is renamed to "switch0" in newer (3.10) linux kernels. Configure the switch using vlans by default and only configure the physical switch ports that are present. Signed-off-by: Richard Mortimer --- target/linux/lantiq/base-files/etc/uci-defaults/02_network | 5 +++-- 1 file changed,

Re: [OpenWrt-Devel] Broadcom ARM Status

2013-11-01 Thread Hauke Mehrtens
On 11/01/2013 01:22 PM, James Hilliard wrote: > I noticed that there is a broadcom ARM build option but it only seems to > build for the r6250 and I'm not sure if its actually making installable > builds. I have a number of very large patches that are part of the build > system for these routers. H

Re: [OpenWrt-Devel] Broadcom ARM Status

2013-11-01 Thread James Hilliard
>From what I can tell the way the openwrt broadcom-wl is compiled makes it extremely difficult to patch in any upstream changes from broadcom. The broadcom-wl binary module distributed with stock routers does not appear to be kernel version specific since it is not statically linked, however it is

Re: [OpenWrt-Devel] Broadcom ARM Status

2013-11-01 Thread James Hilliard
It's a very confusing way of building a package, but the reason seems to come down to how the GPL works. The GPL prohibits statically linking any closed source packages into the kernel, that however is how drivers are often built. Broadcom came up with another way that gets around the problem by cr

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

2013-11-01 Thread cmsv
Here's an update detected with horst regarding my testing. Although using the git files from trunk to replace mac80211 and hostapd did solve the problem mentioned before; i found another issue that does not happen with mac80211 and hostapd from current stable AA which in its turn suffers from oth