Re: [OpenWrt-Devel] [PATCH] Set default arch for ARM CPUs.

2011-02-16 Thread Jo-Philipp Wich
> If you didn't want to list every arm processor there, neither do it here. Maybe this? ifneq ($(filter -march=armv%,$(TARGET_OPTIMIZATION)),) ARCH_SUFFIX:=_$(patsubst -march=arm%,%,$(filter -march=armv%,$(TARGET_OPTIMIZATION))) endif ~ Jow ___ ope

[OpenWrt-Devel] [PATCH] Defconfig to generic on x86

2011-02-16 Thread Roberto Riggio
Hi, I think that the defconfig script should default to generic if no soekris board is found. Also, why by default all the defconfig scripts are copied to the firmware? At the moement on my aliz board I have several soekris-related directory under /etc/defconfig/ Signed-off-by: roberto riggio

[OpenWrt-Devel] [PATCHv2] Set default arch for ARM CPUs.

2011-02-16 Thread Jochen Friedrich
We use different toolchain directories for different ARM archs, so we should set the default arch of gcc to reflect this. This enables EABI support for armv4 CPUs. Signed-off-by: Jochen Friedrich --- rules.mk| 18 ++ toolchain/gcc/common.mk |4 2 files

[OpenWrt-Devel] Ping: fuse kmod patches for brcm47xx kernels 2.6.36, 37

2011-02-16 Thread buddhay
these are still pending, any reason for this apart from the usual no time issue? thanks bud Original Message Subject: fuse kmod patches for brcm47xx kernels 2.6.36,37 Date: Sun, 16 Jan 2011 15:38:04 +0100 From: budd...@gmx.net To: OpenWrt Development List these patches consoli

[OpenWrt-Devel] OpenWRT image linker error when trying to link it to an application

2011-02-16 Thread Madhavi Manchala
Dear All, I build a OpenWRT image for Samsung S3C24XX MCU from trunk. After getting final OpenWRT image (which is a 6-UIMAGE file type), I tried to link it my application through a linker script. Then, I am getting the error from ld from Cygwin. file not recognized: File format not recognized col

Re: [OpenWrt-Devel] [OpenWrt-Commits] r25557 - in packages/net: asterisk-1.4.x asterisk-1.6.x asterisk-1.8.x asterisk-addons-1.4.x asterisk-addons-1.4.x/patches

2011-02-16 Thread Philip Prindeville
Given that 1.6 was an interim release, and it's highly compatible with 1.8 why not just kill off 1.6.x support? On 2/16/11 9:29 AM, openwrt-comm...@openwrt.org wrote: Author: zandbelt Date: 2011-02-16 18:29:50 +0100 (Wed, 16 Feb 2011) New Revision: 25557 Added: packages/net/asterisk-a

[OpenWrt-Devel] Resend #4: [PATCH 1/1] Switch to newer CS5535 GPIO driver

2011-02-16 Thread Philip Prindeville
Starting in 2.6.33, the kernel has an updated GPIO driver for the CS5535. This conforms more to the GPIO abstraction described in Documentation/gpio.txt under the section "Sysfs Interface for Userspace". I will be using this for the leds-geos.c module I'm writing. Index: package/kernel/module

[OpenWrt-Devel] Resend #5: [PATCH 1/1] Use vpi.vci notation uniformly in Solos driver

2011-02-16 Thread Philip Prindeville
Backport of upstream patch: always use vpi.vci notation. This is handy when debugging what your PPPoA settings should be and you're using OpenWRT instead of the braindead device your DSL provider wants you to use. Index: target/linux/generic/patches-2.6.37/281-solos_vpi_order.patch ===

Re: [OpenWrt-Devel] [PATCH 002/002] ASUS RT-N16 kmod-diagand base-files detection/setup support

2011-02-16 Thread George Kashperko
Hi, Getting the PCIE Host Mode working is needed for the second radio (5 GHz). With your previous set of patches, the device would be recognized and would try to load the driver (broadcom-wl); but eventually you would get a kernel oops (it didn't actually hang the machine though). I noticed

Re: [OpenWrt-Devel] OpenWRT image linker error when trying to link it to an application

2011-02-16 Thread devendra.aaru
Hi, The openwrt uimage is compiled for samsung S3C24xx MCU will be suitable for the samsung processor only. which means the uimage is cross compiled for the samsung board and if u use a ld tool it can't recognize the format. if u want to see the ld on the uimage use the cross tools which are locat