Re: [OpenWrt-Devel] [PATCH v2][RFC] uboot-kirkwood: upgrade to 2012.04.01

2012-06-28 Thread Wojciech Dubowik
On 06/27/2012 04:11 PM, Luka Perkov wrote: Hi Wojciech, On Wed, Jun 27, 2012 at 02:17:32PM +0200, Wojciech Dubowik wrote: I have tested it on iconnect and it works from NAND. Older version used to work from openocd but new one doesn't. Can you please explain how did you test old version with

Re: [OpenWrt-Devel] WNDR4500: OpenWRT freezing at Starting program at 0x80001000

2012-06-28 Thread Rafał Miłecki
2012/6/27 Florian Fainelli flor...@openwrt.org: Hello Rafal, On Wednesday 27 June 2012 09:56:32 Rafał Miłecki wrote: GOOD NEWS guys! :) 1) First of all, WNDR4500's CFE can run lzma compressed vmlinux. You can know that for example from earlier-attached official.analyze.txt. My analyze of

[OpenWrt-Devel] [PATCH] ar71xx: remove the built-in MTD map of the ALL0258N

2012-06-28 Thread Daniel Golle
ar71xx: remove the built-in MTD map of the ALL0258N Pass the mtd_layout via the kernel command line instead. Also increase the kernel partition size to 1024k, so current kernel can fit in. Signed-off-by: Daniel Golle dgo...@allnet.de --- .../ar71xx/files/arch/mips/ath79/mach-all0258n.c | 50

[OpenWrt-Devel] [RFC][PATCH] brcm47xx: prepare code generating Netgear WNDR4500 image

2012-06-28 Thread Rafał Miłecki
Comment it out until we get the device really working. --- I've tried to comment all decisions I've made. For now images (vmlinuz, trx) include wndr4500 in their names. If we detect which devices need similar tricks, we can unify it. --- target/linux/brcm47xx/image/Makefile | 22

[OpenWrt-Devel] [BUG?] lzma: different output for stdin vs. inputFile

2012-06-28 Thread Rafał Miłecki
I've noticed that OpenWRT's Makefile-s tend to use -si and -so together with pipe (|) and output redirecting (). It was causing problem for my WNDR4500 image - the one generated from stdin didn't work. I've started comparing output of that two methods and I'm attaching results. 1) Using stdin

Re: [OpenWrt-Devel] [BUG?] lzma: different output for stdin vs. inputFile

2012-06-28 Thread Felix Fietkau
On 2012-06-28 12:41 PM, Rafał Miłecki wrote: I've noticed that OpenWRT's Makefile-s tend to use -si and -so together with pipe (|) and output redirecting (). It was causing problem for my WNDR4500 image - the one generated from stdin didn't work. I've started comparing output of that two

[OpenWrt-Devel] Bounty: /overlay on x86

2012-06-28 Thread Kristian Kielhofner
Hello everyone, I've been struggling to get /overlay to work on x86. I'm using an initramfs filesystem and I want my changes to persist across reboot. For some reason I've been completely unable to get /overlay to work. I've tried asking here before, I've tried asking on the forum, and I've

Re: [OpenWrt-Devel] WNDR4500: OpenWRT freezing at Starting program at 0x80001000

2012-06-28 Thread Rafał Miłecki
2012/6/28 Hauke Mehrtens ha...@hauke-m.de: On 06/27/2012 10:14 PM, Rafał Miłecki wrote: 2012/6/27 Hauke Mehrtens ha...@hauke-m.de: On 06/27/2012 12:21 PM, Rafał Miłecki wrote: Is there any open driver available for this controller? GPL license? Or some different? We have support for the

Re: [OpenWrt-Devel] WNDR4500: OpenWRT freezing at Starting program at 0x80001000

2012-06-28 Thread Rafał Miłecki
2012/6/28 Rafał Miłecki zaj...@gmail.com: 2012/6/28 Hauke Mehrtens ha...@hauke-m.de: On 06/27/2012 10:14 PM, Rafał Miłecki wrote: 2012/6/27 Hauke Mehrtens ha...@hauke-m.de: On 06/27/2012 12:21 PM, Rafał Miłecki wrote: Is there any open driver available for this controller? GPL license? Or

Re: [OpenWrt-Devel] [RFC][PATCH] brcm47xx: prepare code generating Netgear WNDR4500 image

2012-06-28 Thread Hauke Mehrtens
On 06/28/2012 10:01 AM, Rafał Miłecki wrote: Comment it out until we get the device really working. --- I've tried to comment all decisions I've made. For now images (vmlinuz, trx) include wndr4500 in their names. If we detect which devices need similar tricks, we can unify it. ---

[OpenWrt-Devel] [PATCH 1/1] lsof: use environment variables correctly to prime Configure

2012-06-28 Thread Philip Prindeville
Rewrite of the configure and compile stages as per the suggestions in the packages 00XCONFIG instructions. Note that this is required to get eglibc working, as eglibc doesn't include the RPC functions as part of libc. Signed-off-by: Philip Prindeville phil...@redfish-solutions.com Index: