[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 Index: feeds/packages/utils/lsof/Makefile

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

2012-06-28 Thread Hauke Mehrtens
On 06/28/2012 06:17 PM, Rafał Miłecki wrote: > 2012/6/28 Rafał Miłecki : >> 2012/6/28 Hauke Mehrtens : >>> On 06/27/2012 10:14 PM, Rafał Miłecki wrote: 2012/6/27 Hauke Mehrtens : > On 06/27/2012 12:21 PM, Rafał Miłecki wrote: >> Is there any open driver available for this controller? G

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. > ---

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

2012-06-28 Thread Rafał Miłecki
2012/6/28 Rafał Miłecki : > 2012/6/28 Hauke Mehrtens : >> On 06/27/2012 10:14 PM, Rafał Miłecki wrote: >>> 2012/6/27 Hauke Mehrtens : 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 ha

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

2012-06-28 Thread Rafał Miłecki
2012/6/28 Hauke Mehrtens : > On 06/27/2012 10:14 PM, Rafał Miłecki wrote: >> 2012/6/27 Hauke Mehrtens : >>> 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 older NAND flash

[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 tri

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 tw

[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 ca

[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] [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 --- .../ar71xx/files/arch/mips/ath79/mach-all0258n.c | 50 +