[OpenWrt-Devel] [PATCH] shorewall6-lite: update to 4.5.7

2012-08-26 Thread Edy Corak
This patch updates shorewall6-lite to current stable release 4.5.7 Please note: The new package shorewall-core 4.5.7 is required by this shorewall-lite version and perlbase-digest. Signed-off-by: Edy Corak i...@loenshotel.de Index: Makefile ==

Re: [OpenWrt-Devel] [PATCH] shorewall6-lite: update to 4.5.7

2012-08-26 Thread John Crispin
On 26/08/12 09:58, Edy Corak wrote: > This patch updates shorewall6-lite to current stable release 4.5.7 > > Please note: > > The new package shorewall-core 4.5.7 is required by this shorewall-lite > version and perlbase-digest. > > Signed-off-by: Edy Corak i...@loenshotel.de Hi, 2 things * p

[OpenWrt-Devel] Alignment of partitions from trx

2012-08-26 Thread Rafał Miłecki
I'm experimenting with 2nd flash memory in my WNDR4500. It does contain TRX at offset 0x0 (it is possible, because bootloader is placed on 1st flash memory). As you know TRX size is 224B (V1) or 256B (V2) [0]. In case of V1 it means that first partition data start at 224/8 == 0x1C. So during my e

[OpenWrt-Devel] vmlinux not booting from flash (works as tftp elf)

2012-08-26 Thread Rafał Miłecki
This is some kind of continuation of: WNDR4500: OpenWRT freezing at "Starting program at 0x80001000" after more experiment and getting some knowledge about the problem. === The short summary: 1) When I prepare vmlinux.elf using mipsel-openwrt-linux-uclibc-objcopy without -O, it works. I can share

Re: [OpenWrt-Devel] vmlinux not booting from flash (works as tftp elf)

2012-08-26 Thread Hauke Mehrtens
On 08/26/2012 03:03 PM, Rafał Miłecki wrote: > This is some kind of continuation of: > WNDR4500: OpenWRT freezing at "Starting program at 0x80001000" > after more experiment and getting some knowledge about the problem. > > === > > The short summary: > 1) When I prepare vmlinux.elf using > mipsel

Re: [OpenWrt-Devel] Alignment of partitions from trx

2012-08-26 Thread Hauke Mehrtens
On 08/26/2012 02:08 PM, Rafał Miłecki wrote: > I'm experimenting with 2nd flash memory in my WNDR4500. It does > contain TRX at offset 0x0 (it is possible, because bootloader is > placed on 1st flash memory). > > As you know TRX size is 224B (V1) or 256B (V2) [0]. In case of V1 it > means that fir

Re: [OpenWrt-Devel] vmlinux not booting from flash (works as tftp elf)

2012-08-26 Thread Rafał Miłecki
2012/8/26 Hauke Mehrtens : > On 08/26/2012 03:03 PM, Rafał Miłecki wrote: >> This is some kind of continuation of: >> WNDR4500: OpenWRT freezing at "Starting program at 0x80001000" >> after more experiment and getting some knowledge about the problem. >> >> === >> >> The short summary: >> 1) When I

Re: [OpenWrt-Devel] Alignment of partitions from trx

2012-08-26 Thread Rafał Miłecki
2012/8/26 Hauke Mehrtens : > On 08/26/2012 02:08 PM, Rafał Miłecki wrote: >> I'm experimenting with 2nd flash memory in my WNDR4500. It does >> contain TRX at offset 0x0 (it is possible, because bootloader is >> placed on 1st flash memory). >> >> As you know TRX size is 224B (V1) or 256B (V2) [0].

Re: [OpenWrt-Devel] vmlinux not booting from flash (works as tftp elf)

2012-08-26 Thread Rafał Miłecki
2012/8/26 Rafał Miłecki : > 2012/8/26 Hauke Mehrtens : >> On 08/26/2012 03:03 PM, Rafał Miłecki wrote: >>> This is some kind of continuation of: >>> WNDR4500: OpenWRT freezing at "Starting program at 0x80001000" >>> after more experiment and getting some knowledge about the problem. >>> >>> === >>>

Re: [OpenWrt-Devel] vmlinux not booting from flash (works as tftp elf)

2012-08-26 Thread Rafał Miłecki
2012/8/26 Rafał Miłecki : > Wohoo, I've applied ~10 patches I suspected to be important and it > worked! Hooray =) > > Now I just have to find out, which one is the important one! Then I > can start sending my patches :) Got it! I've tried applying patches from generic and brcm47xx many times. It

Re: [OpenWrt-Devel] [PATCH] shorewall6-lite: update to 4.5.7

2012-08-26 Thread Edy Corak
On So, Aug 26, 2012 11:57, John Crispin wrote: > On 26/08/12 09:58, Edy Corak wrote: > > This patch updates shorewall6-lite to current stable release 4.5.7 > > > > Please note: > > > > The new package shorewall-core 4.5.7 is required by this shorewall-lite > > version and perlbase-digest. > >

[OpenWrt-Devel] anyone has a copy of madwifi SVN repo?

2012-08-26 Thread Benjamin Henrion
Hi, I need to recompile the madwifi driver for a project I am delivering tomorrow, but their website is down. I filed a bug here: https://dev.openwrt.org/ticket/12084 Does someone has a copy of their SVN repo? Can you send me a copy of it? Best, -- Benjamin Henrion FFII Brussels - +32-484-

Re: [OpenWrt-Devel] [PATCH 4/5] ramips: Minor ramips_esw.c cleanup

2012-08-26 Thread Tobias Diedrich
Tobias Diedrich wrote: > Minor ramips_esw.c cleanup > > Stop handling VLAN setup in the kernel. > Removes the obsolete RT305X_ESW_VLAN_CONFIG_BYPASS option I added for > WL-351 and add some extra comments. Looks like I introduced a bug during this part of the split-up: Per-port en_vlan is now 0 b

[OpenWrt-Devel] [PATCH] ramips: Add support for 8devices Carambola dev board.

2012-08-26 Thread Tobias Diedrich
Add support for 8devices Carambola dev board. The Carambola is a small RT3050-based development board with two ethernet ports, on-board chip antenna, usb and plenty of accessible gpio ports, sold by 8devices. Signed-off-by: Tobias Diedrich Index: openwrt-ralink-swconfig/target/linux/ramips/fi

[OpenWrt-Devel] [PATCH] ramips: Power down phy on disabled switch ports

2012-08-26 Thread Tobias Diedrich
Power down phy on disabled switch ports. Haven't measured this myself yet, but according to this http://www.8devices.com/community/viewtopic.php?f=6&t=156 it can save about 300mW of power. Signed-off-by: Tobias Diedrich Index: openwrt-ralink-swconfig/target/linux/ramips/files/drivers/net/ethe

Re: [OpenWrt-Devel] [PATCH] Add leds back after migration to sysfs

2012-08-26 Thread Ben West
This changeset on trunk appears to prevent booting up on a OM1P (Atheros AR2315). That is, freshly compiled r32884 boots fine on OM1P, but flashing the device with r32885+ leads to unresponsive eth0 interface on OM1P. I am lacking a TTL/serial cable, so I can't share more information. https://de