[OpenWrt-Devel] [PATCH] A couple of other (inconsequential) BCMA patches

2012-03-29 Thread Nathan Hintz
Noticed these while reviewing the code. Signed-off-by: Nathan Hintz --- /dev/null 2012-03-21 21:16:41.055325718 -0700 +++ target/linux/brcm47xx/patches-3.2/238-bcma-host_pci_devexit.patch 2012-03-29 08:29:07.340988396 -0700 @@ -0,0 +1,20 @@ +--- a/drivers/bcma/host_pci.c b/drivers/bcma

[OpenWrt-Devel] [PATCH v3] BCMA - Enable use of IRQ6

2012-03-29 Thread Nathan Hintz
Hi Hauke: I think this addresses your concerns. Changes since v2: Modified to not expose bcma_core_mips_irq; modified for completeness. The new function (bcma_core_irq) could probably be made a "static inline", and simply retrieve the assigned IRQ directly from the core (or just delete it and

Re: [OpenWrt-Devel] linux 3.3 hostapd issue between 30952 - 31118

2012-03-29 Thread Dave Taht
On Thu, Mar 29, 2012 at 8:48 PM, Dave Taht wrote: > > > On Thu, Mar 29, 2012 at 8:27 PM, Dave Taht wrote: > >> >> >> On Tue, Mar 27, 2012 at 9:52 PM, Otto Solares Cabrera wrote: >> >>> On Tue, Mar 27, 2012 at 05:03:24PM -0700, Dave Taht wrote: >>> > however my issue is that hostapd isn't coming

Re: [OpenWrt-Devel] linux 3.3 hostapd issue between 30952 - 31118

2012-03-29 Thread Dave Taht
On Thu, Mar 29, 2012 at 8:27 PM, Dave Taht wrote: > > > On Tue, Mar 27, 2012 at 9:52 PM, Otto Solares Cabrera wrote: > >> On Tue, Mar 27, 2012 at 05:03:24PM -0700, Dave Taht wrote: >> > however my issue is that hostapd isn't coming up for ap mode. >> >> Yeah in 3.3 the mon.wlan0 i/f is not being

Re: [OpenWrt-Devel] linux 3.3 hostapd issue between 30952 - 31118

2012-03-29 Thread Dave Taht
On Tue, Mar 27, 2012 at 9:52 PM, Otto Solares Cabrera wrote: > On Tue, Mar 27, 2012 at 05:03:24PM -0700, Dave Taht wrote: > > however my issue is that hostapd isn't coming up for ap mode. > > Yeah in 3.3 the mon.wlan0 i/f is not being setup but I didn't > investigate further. > Your confirmation

Re: [OpenWrt-Devel] Bridge filtering on WRT160NL (ar71xx) not working

2012-03-29 Thread Otto Solares Cabrera
On Thu, Mar 29, 2012 at 05:47:03PM +0300, Felix Fietkau wrote: > On 2012-03-29 1:51 PM, Felix Fietkau wrote: > > On 2012-03-29 11:50 AM, Florian Fainelli wrote: > >> Le 03/28/12 00:49, Otto Solares Cabrera a écrit : > >>> On Tue, Mar 27, 2012 at 03:49:04PM +0200, Florian Fainelli wrote: > Hell

Re: [OpenWrt-Devel] [Projekt-wlan] [PATCH 7/7] mpc85xx: Add support for Freescale P1020WLAN reference design.

2012-03-29 Thread Rainer 'Rei' Schuth
Hello, On 03/29/2012 05:34 PM, Wojciech Dubowik wrote: > * P1020WLAN RevD > * SMP enabled kernel > The 230-p1020wlan-dts patch didn't worked when the target profile "Freescale P1020WLAN Reference Board" is selected. > .../linux/mpc85xx/patches/230-p1020wlan-dts.patch | 300 >

Re: [OpenWrt-Devel] [Projekt-wlan] Freescale P1020 WLAN support

2012-03-29 Thread Rainer 'Rei' Schuth
Hi, I applied the new 7 patches from Wojtek (see mail "[PATCH 0/7] mpc85xx: P1010RDB and P1020WLAN support"), compiled the sources and the p1020wlan image boots. With the patches the kernel recognized the 2 cores. But the RAM problem is not gone. I also tested the eth1 interface. It works ;) I g

[OpenWrt-Devel] maranello for openwrt

2012-03-29 Thread Jim Cromie
hi devs, you may have heard of maranello, a project to add partial packet recovery to 80211, by adding block checksums on transmit, validating them or re-requesting retransmit of corrupted blocks. http://www.cs.umd.edu/projects/maranello/ the code at the page is for 2.6.29-rc2 Ive applied the p

[OpenWrt-Devel] [PATCH 7/7] mpc85xx: Add support for Freescale P1020WLAN reference design.

2012-03-29 Thread Wojciech Dubowik
* P1020WLAN RevD * SMP enabled kernel Signed-off-by: Wojciech Dubowik --- target/linux/mpc85xx/config-default| 30 ++- target/linux/mpc85xx/image/Makefile|2 +- .../linux/mpc85xx/patches/230-p1020wlan-dts.patch | 300 target/linux/mp

[OpenWrt-Devel] [PATCH 5/7] mpc85xx: Add kernel module for watchdog Signed-off-by: Wojciech Dubowik

2012-03-29 Thread Wojciech Dubowik
--- target/linux/generic/config-3.3 |1 + target/linux/mpc85xx/config-default |4 ++-- target/linux/mpc85xx/modules.mk | 21 + target/linux/mpc85xx/profiles/100-mpc854x.mk |2 +- target/linux/mpc85xx/profiles/200-p1010rdb.mk

[OpenWrt-Devel] [PATCH 4/7] kernel: Add support for Pericom PT7C4338 I2C RTC chip Signed-off-by: Wojciech Dubowik

2012-03-29 Thread Wojciech Dubowik
--- package/kernel/modules/other.mk| 14 + .../generic/patches-3.3/841-rtc_pt7c4338.patch | 253 2 files changed, 267 insertions(+), 0 deletions(-) create mode 100644 target/linux/generic/patches-3.3/841-rtc_pt7c4338.patch diff --git a/package/kern

[OpenWrt-Devel] [PATCH 1/7] mpc85xx: Upgrade kernel to version 3.3 Signed-off-by: Wojciech Dubowik

2012-03-29 Thread Wojciech Dubowik
--- target/linux/generic/config-3.3|1 + target/linux/mpc85xx/Makefile |2 +- target/linux/mpc85xx/config-default| 66 +--- .../mpc85xx/patches/100-fix_mpc8568e_mds.patch | 82 +++- .../mpc85xx/pat

[OpenWrt-Devel] [PATCH 3/7] kernel: Add i2c module support for Freescale MPC processors Signed-off-by: Wojciech Dubowik

2012-03-29 Thread Wojciech Dubowik
--- package/kernel/modules/i2c.mk | 18 +- 1 files changed, 17 insertions(+), 1 deletions(-) diff --git a/package/kernel/modules/i2c.mk b/package/kernel/modules/i2c.mk index 0d525cc..d2b45d6 100644 --- a/package/kernel/modules/i2c.mk +++ b/package/kernel/modules/i2c.mk @@ -143,7

[OpenWrt-Devel] [PATCH 0/7] mpc85xx: P1010RDB and P1020WLAN support

2012-03-29 Thread Wojciech Dubowik
These patches upgrade kernel to 3.3 and add board support for P1010RDB and P1020WLAN reference designs from Freescale. Known issues: * long autonegotiation times for phys on P1020WLAN * flash layouts on P1020WLAN are finished * ethernet mappings for P1020WLAN needs to be cleaned up but it wil

[OpenWrt-Devel] [PATCH 6/7] mpc85xx: Add module for Pericom RTC chip present on P1010RDB board Signed-off-by: Wojciech Dubowik

2012-03-29 Thread Wojciech Dubowik
--- target/linux/mpc85xx/profiles/200-p1010rdb.mk |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/target/linux/mpc85xx/profiles/200-p1010rdb.mk b/target/linux/mpc85xx/profiles/200-p1010rdb.mk index 9d67080..b7593a3 100644 --- a/target/linux/mpc85xx/profiles/200-p1010rdb.

[OpenWrt-Devel] [PATCH 2/7] mpc85xx: Add support for P1010RDB board Signed-off-by: Wojciech Dubowik

2012-03-29 Thread Wojciech Dubowik
--- target/linux/mpc85xx/image/Makefile|6 +- .../mpc85xx/patches/200-p1010-dts-typo-fix.patch | 11 +++ .../mpc85xx/patches/210-p1010-flash-layout.patch | 85 target/linux/mpc85xx/profiles/100-mpc854x.mk | 17 target/linux/mpc85xx/prof

Re: [OpenWrt-Devel] [Projekt-wlan] Freescale P1020 WLAN support

2012-03-29 Thread Wojciech Dubowik
> Hello, > > On 03/28/2012 09:08 AM, Wojciech Dubowik wrote: > > Unless somebody else wants to do it I will try to consolidate > > the patches for mpc85xx and post for review. > > Do you have any progress? I am working at the moment on P1020WLAN dts file. I have now eth0 and eth1 working but

Re: [OpenWrt-Devel] Bridge filtering on WRT160NL (ar71xx) not working

2012-03-29 Thread Felix Fietkau
On 2012-03-29 1:51 PM, Felix Fietkau wrote: > On 2012-03-29 11:50 AM, Florian Fainelli wrote: >> Le 03/28/12 00:49, Otto Solares Cabrera a écrit : >>> On Tue, Mar 27, 2012 at 03:49:04PM +0200, Florian Fainelli wrote: Hello, Le 03/27/12 15:43, Otto Solares Cabrera a écrit : > Hi!

Re: [OpenWrt-Devel] [Projekt-wlan] Freescale P1020 WLAN support

2012-03-29 Thread Rainer 'Rei' Schuth
Hello, On 03/28/2012 09:08 AM, Wojciech Dubowik wrote: > Unless somebody else wants to do it I will try to consolidate > the patches for mpc85xx and post for review. Do you have any progress? > Hopefully P1020WLAN dts file won't take too long so I can do it this > week. Do you need the offi

Re: [OpenWrt-Devel] [PATCH] Patch to use local repository and follow symbolic links

2012-03-29 Thread John Crispin
Hi, Looks like the localmirrors part of the patch was merged already a few years ago. please use $scripts/localmirrors instead of the .default variant the second part of the patch is in theory ok, we can find the file also in subfolders. however the way it is implemented will lead to X files bein

Re: [OpenWrt-Devel] [PATCH] lantiq: add ath9k support to netgear dgn3500 platform

2012-03-29 Thread Pieter Voorthuijsen
Hi Simon, > I hardcoded only the first part of the data - the fixup data - which > should not change between different insttances of the same model, and > then read the nand partition at the time the ath driver loaded. > > you should be able to do something similar to read your file? My eeprom fi

Re: [OpenWrt-Devel] [PATCH] this patch adds initial support for linux 3.3 to brcm47xx

2012-03-29 Thread Hauke Mehrtens
On 03/22/2012 09:05 PM, Peter Wagner wrote: > Signed-off-by: Peter Wagner > Hi Peter Wagner, my current plan is to leave kernel version 3.3 out and directly go to 3.4 if someone adds the rc to OpenWrt trunk. If I would add 3.3 support I had to apply my changes for both kernel versions 3.2 and 3.

Re: [OpenWrt-Devel] Bridge filtering on WRT160NL (ar71xx) not working

2012-03-29 Thread Felix Fietkau
On 2012-03-29 11:50 AM, Florian Fainelli wrote: > Le 03/28/12 00:49, Otto Solares Cabrera a écrit : >> On Tue, Mar 27, 2012 at 03:49:04PM +0200, Florian Fainelli wrote: >>> Hello, >>> >>> Le 03/27/12 15:43, Otto Solares Cabrera a écrit : Hi! I have a WRT160NL with the 3 interfaces (e

Re: [OpenWrt-Devel] [PATCH] [package] Upgrade openconnect to v3.15

2012-03-29 Thread John Crispin
thanks, applied in [31135] ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [package] soloscli: Add script to syslog ADSL line stats

2012-03-29 Thread John Crispin
thanks, applied in [31136] ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Bridge filtering on WRT160NL (ar71xx) not working

2012-03-29 Thread Florian Fainelli
Le 03/28/12 00:49, Otto Solares Cabrera a écrit : On Tue, Mar 27, 2012 at 03:49:04PM +0200, Florian Fainelli wrote: Hello, Le 03/27/12 15:43, Otto Solares Cabrera a écrit : Hi! I have a WRT160NL with the 3 interfaces (eth0, eth1, wlan0) on a single bridge (br-lan) and I was normally doing fil

Re: [OpenWrt-Devel] [PATCH] fix iptables when build as build-dependency

2012-03-29 Thread Thomas Langer
Hello Florian, I will have another look on it after easter, when I'm back in the office. Am 27.03.2012 21:21, schrieb Florian Fainelli: Hello Thomas, On Wednesday 21 March 2012 19:19:00 thomas.lan...@lantiq.com wrote: Hi, this patch fixes the iptables build if no extensions are selected (e.g

Re: [OpenWrt-Devel] [PATCH] Patch to use local repository and follow symbolic links

2012-03-29 Thread Tathagata Das
Hi, Please let me know your feedback on the submitted patch. Regards, Tatha -Original Message- From: Tathagata Das [mailto:tathag...@alumnux.com] Sent: 22 March 2012 17:53 To: 'OpenWrt Development List' Subject: [PATCH] Patch to use local repository and follow symbolic links Hi, Atta

Re: [OpenWrt-Devel] [PATCH] lantiq: add ath9k support to netgear dgn3500 platform

2012-03-29 Thread simon h
Hi Pieter, on my BT HHV2B, my calibration data is in nand. I need it at two points, the first to read the PCI fixup data (used before nand has been probed) and then for the actual ath driver (after nand has been probed). I hardcoded only the first part of the data - the fixup data - which should