[OpenWrt-Devel] Fwd: OpenWRT build system: how to run configure for a single package?

2010-10-04 Thread Alexey Loukianov
Florian, please, stay on the list when answering the messages. Thanks! Here is the forwarded original message From: - Tue Oct 5 01:10:33 2010 X-Account-Key: account4 X-UIDL: 1286226411796 X-Mozilla-Status: 0011 X-Mozilla-Status2: X-Mozilla-Keys: Return-path: Received:

[OpenWrt-Devel] Question about package dependencies

2010-10-04 Thread Alan Post
coi ro do, Last month I purchased a Ben NanoNote and began working on porting packages and understanding how OpenWrt works. I have commit access to qi-hardware's repository, but this repository mostly serves to track OpenWrt's backfire and trunk branches. I have a question about packages and dep

[OpenWrt-Devel] [PATCH] Define recent gcc for x86 target

2010-10-04 Thread Roberto Riggio
Current Config.version does not define a gcc version for the x86 target. As a result version 4.1.2 is used. Signed-off-by: Roberto Riggio -- Index: toolchain/gcc/Config.version === --- toolchain/gcc/Config.version(revision 23

[OpenWrt-Devel] [PATCH] bcm47xx_wdt: Add support for cores with slow WDT clock (bcm5354)

2010-10-04 Thread Aleksandar Radovanovic
Add support for cores with slow WDT clock (bcm5354) Signed-off-by: Aleksandar Radovanovic --- patches-2.6.32/900-bcm47xx_wdt-noprescale.patch | 89 patches-2.6.34/900-bcm47xx_wdt-noprescale.patch | 89 patches-2.6.35/900-bcm47xx_wdt-nopresc

[OpenWrt-Devel] Fix for bcm47xx watchdog on bcm5354

2010-10-04 Thread Aleksandar Radovanovic
Hi all, The following patch should finally fix the problem with bcm47xx watchdog not working on some cores. So far, only bcm5354 based routers seem to be affected, but there may be others I missed. Would appreciate if people could give it a quick test on other chips and report if it's still not wo

[OpenWrt-Devel] [PATCH] openmoko-gta02: Add a new subtarget for gta02

2010-10-04 Thread Ramax Lo
Since we're going to add another s3c24xx based development board support, a new subtarget is added for the existing gta02. Signed-off-by: Ramax Lo --- target/linux/s3c24xx/Makefile |3 +- target/linux/s3c24xx/base-files/etc/acpi/sleep.sh |4 - target/linux/s3c24xx/b

Re: [OpenWrt-Devel] [PATCH] [kirkwood] Iomega iConnect Wireless platform support

2010-10-04 Thread Lars-Peter Clausen
Wojciech Dubowik wrote: > This patch adds support for Iomega iConnect Wireless. Leds and wireless card > support are still missing. > > > Signed-off-by: Wojciech Dubowik > > --- > Hi All three patches applied. Thanks :) - Lars > > Index: target/linux/kirkwood/profiles/300-Iconnect.mk >