[OpenWrt-Devel] glibc 2.14.1 support on Attitude Adjustment 12.09-rc1

2013-08-27 Thread Madhu koriginja
Hi All, Actually I am using Openwrt glibc 2.14 on Attitude Adjustment 12.09-rc1. I want to update it to 2.14.1. As there is no support from Openwrt, so, I am trying myself. I just replaced the version 2.14 with 2.14.1 in Openwrt toolchain/glibc/Config.in and Config.version files.

Re: [OpenWrt-Devel] [PATCH] ar71xx Fix of mach file for WNDAP360, removed register USB device

2013-08-27 Thread Gabor Juhos
2013.08.26. 14:57 keltezéssel, Jacek Kikiewicz írta: Resending to group as this didn't get to patchwork... Because the patch was damaged by your mail-client, which is true for this version as well... Removing one line in mach-wldap360.c Apparently registering usb device on newest trunk

Re: [OpenWrt-Devel] [PATCH] [ar71xx] Add support for Netgear WNR2200 wireless router

2013-08-27 Thread Gabor Juhos
2013.08.23. 16:08 keltezéssel, Aidan Kissane írta: This patch adds OpenWRT support for the Netgear WNR2200 (N300) wireless router with USB. Technical details of this router can be found at http://www.netgear.com/home/products/wirelessrouters/work-and-play/WNR2200.aspx and

Re: [OpenWrt-Devel] [PATCH] Add RouterBOARD 951Ui-2HnD Support

2013-08-27 Thread Gabor Juhos
2013.08.26. 21:31 keltezéssel, Vasilis Tsiligiannis írta: Στις Δευ 26 Αυγ 2013 11:02:54 David Hutchison έγραψε: This patch enables OpenWRT to be ran on the RouterBOARD 951Ui-2HnD. GPIO 2 enables or disables the POE on port 5. By default we enable GPIO2. GPIO 20 controls the USB Power, by

Re: [OpenWrt-Devel] [PATCH] Patch to procd/logread.c -- See Ticket #14079

2013-08-27 Thread Weedy
On 26 Aug 2013 15:57, Mike Brady mikebr...@eircom.net wrote: This patch fixes a problem with the logread utility built into procd. This has annoyed the hell out of me for a month. Where do I sign up to bear your children? ___ openwrt-devel mailing

[OpenWrt-Devel] [PATCH 02/16] mxs: various small fixes for packages

2013-08-27 Thread Michael Heimpold
- rename package sound-soc-imx23 to sound-soc-mxs - be a little more descriptive about packages contents - fix minor/cosmetic coding style issues Signed-off-by: Michael Heimpold m...@heimpold.de --- target/linux/mxs/modules.mk | 35 ++---

[OpenWrt-Devel] [PATCH 13/16] mxs: remove static default network configuration in image

2013-08-27 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- target/linux/mxs/base-files.mk |3 +++ 1 file changed, 3 insertions(+) create mode 100644 target/linux/mxs/base-files.mk diff --git a/target/linux/mxs/base-files.mk b/target/linux/mxs/base-files.mk new file mode 100644 index

[OpenWrt-Devel] [PATCH 05/16] Improve wording for kernel/DT inclusion flags

2013-08-27 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- Config.in | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Config.in b/Config.in index 0ef2f14..40a74e7 100644 --- a/Config.in +++ b/Config.in @@ -140,18 +140,20 @@ menu Target Images Allows you

[OpenWrt-Devel] [PATCH 08/16] mxs: add basic board runtime detection support

2013-08-27 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- target/linux/mxs/base-files/etc/diag.sh| 32 .../mxs/base-files/etc/uci-defaults/02_network | 23 target/linux/mxs/base-files/lib/mxs.sh | 39

[OpenWrt-Devel] [PATCH 11/16] uboot-envtools: add support for mxs target

2013-08-27 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- package/boot/uboot-envtools/Makefile |6 +- package/boot/uboot-envtools/files/mxs | 25 + 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 package/boot/uboot-envtools/files/mxs diff --git

[OpenWrt-Devel] [PATCH 06/16] Add hooks for kernel/DTB installation in root filesystem

2013-08-27 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- include/image.mk |2 ++ 1 file changed, 2 insertions(+) diff --git a/include/image.mk b/include/image.mk index 09eda73..089519c 100644 --- a/include/image.mk +++ b/include/image.mk @@ -192,6 +192,7 @@ define BuildImage

[OpenWrt-Devel] [PATCH 04/16] mxs: enable device tree support in /proc

2013-08-27 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- target/linux/mxs/config-default |1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/mxs/config-default b/target/linux/mxs/config-default index 7d05e9f..ae6d874 100644 --- a/target/linux/mxs/config-default +++

[OpenWrt-Devel] [PATCH 16/16] uboot-envtools: fix mxs target

2013-08-27 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- package/boot/uboot-envtools/files/mxs |1 + 1 file changed, 1 insertion(+) diff --git a/package/boot/uboot-envtools/files/mxs b/package/boot/uboot-envtools/files/mxs index c7fcb58..ab8b4ef 100644 ---

[OpenWrt-Devel] [PATCH 14/16] mxs: duckbill: drop mtd from default package set

2013-08-27 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- target/linux/mxs/profiles/02-duckbill.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/mxs/profiles/02-duckbill.mk b/target/linux/mxs/profiles/02-duckbill.mk index 8fcede1..847460a 100644 ---

[OpenWrt-Devel] [PATCH 03/16] elftosb: support static linking

2013-08-27 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- tools/elftosb/Makefile | 11 +++ tools/elftosb/patches/003-use-ldflags.patch | 26 ++ 2 files changed, 29 insertions(+), 8 deletions(-) create mode 100644

[OpenWrt-Devel] [PATCH 10/16] mxs: add/improve image generation support

2013-08-27 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- target/linux/mxs/image/Makefile | 26 +- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/target/linux/mxs/image/Makefile b/target/linux/mxs/image/Makefile index b910237..f025da2 100644 ---

[OpenWrt-Devel] [PATCH 12/16] mxs: adjust default package set for Duckbills

2013-08-27 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- target/linux/mxs/profiles/02-duckbill.mk |3 +++ 1 file changed, 3 insertions(+) diff --git a/target/linux/mxs/profiles/02-duckbill.mk b/target/linux/mxs/profiles/02-duckbill.mk index b56ecf4..8fcede1 100644 ---

[OpenWrt-Devel] [PATCH 09/16] mxs: add support for I2SE's Duckbill devices

2013-08-27 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- .../mxs/files/arch/arm/boot/dts/imx28-duckbill.dts | 118 target/linux/mxs/patches/200-duckbill.patch| 57 ++ target/linux/mxs/profiles/02-duckbill.mk | 17 +++ 3 files changed, 192

Re: [OpenWrt-Devel] i.MX28 based device does not boot with latest stable kernel

2013-08-27 Thread Zoltan HERPAI
On Tue, 27 Aug 2013, Michael Heimpold wrote: currently I'm trying to port OpenWRT to a new i.MX28 based device, see patch series I sent a few seconds ago. I tried to run the latest stable kernel, but it does not boot and do not show any message on the debug UART. Running an older stable kernel

Re: [OpenWrt-Devel] Possible hostapd / IBSS-RSN regression on Attitude Adjustment r36682

2013-08-27 Thread Radu Rambet
On Tue, Aug 27, 2013 at 11:52 PM, Radu Rambet r...@quickmail.ro wrote: As Ben suggested I did some testing I tried with : trunk wpad, AA RC1, RC2, no luck Then i installed buildroot on one of my VM and I compiled wpad from source svn r36681 . Same result . Nodes cannot see each other but

Re: [OpenWrt-Devel] Possible hostapd / IBSS-RSN regression on Attitude Adjustment r36682

2013-08-27 Thread cmsv
I have it working with: DISTRIB_REVISION=r37768 You are using r36681 Update your sources. Cd to the build root and: svn update ./scripts/feeds update -a ./scripts/feeds install -a currently $ svn info Path: . Working Copy Root Path: /home/user/attitude_adjustment URL:

Re: [OpenWrt-Devel] i.MX28 based device does not boot with latest stable kernel

2013-08-27 Thread Michael Heimpold
Hi Felix, your patch below allows the board to boot with kernel v3.10.9. Thank you very much! Regards, Michael Am Dienstag, 27. August 2013, 22:42:36 schrieben Sie: On 2013-08-27 9:10 PM, Michael Heimpold wrote: Hi Zoltan, currently I'm trying to port OpenWRT to a new i.MX28 based

Re: [OpenWrt-Devel] [PATCH 16/16] uboot-envtools: fix mxs target

2013-08-27 Thread Luka Perkov
Hi Michael, On Tue, Aug 27, 2013 at 09:07:05PM +0200, Michael Heimpold wrote: Signed-off-by: Michael Heimpold m...@heimpold.de --- package/boot/uboot-envtools/files/mxs |1 + 1 file changed, 1 insertion(+) This patch should be merged with the 11th patch from your series. Luka

Re: [OpenWrt-Devel] [PATCH 14/16] mxs: duckbill: drop mtd from default package set

2013-08-27 Thread Luka Perkov
Hi Michael, On Tue, Aug 27, 2013 at 09:07:03PM +0200, Michael Heimpold wrote: Signed-off-by: Michael Heimpold m...@heimpold.de --- target/linux/mxs/profiles/02-duckbill.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Why don't you merge patches 14 and 12 into 09? Luka

Re: [OpenWrt-Devel] [PATCH 05/16] Improve wording for kernel/DT inclusion flags

2013-08-27 Thread Luka Perkov
On Tue, Aug 27, 2013 at 09:06:54PM +0200, Michael Heimpold wrote: Signed-off-by: Michael Heimpold m...@heimpold.de --- Config.in | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) Applied in r37851. Thanks! Luka ___ openwrt-devel

Re: [OpenWrt-Devel] [PATCH 06/16] Add hooks for kernel/DTB installation in root filesystem

2013-08-27 Thread Luka Perkov
On Tue, Aug 27, 2013 at 09:06:55PM +0200, Michael Heimpold wrote: Signed-off-by: Michael Heimpold m...@heimpold.de --- include/image.mk |2 ++ 1 file changed, 2 insertions(+) Applied in r37852. Thanks! Luka ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] [PATCH] Add RouterBOARD 951Ui-2HnD Support

2013-08-27 Thread Вячеслав Адаманов
Gabor Juhos, tell me, is it possible to port RB / SXT 2nDr2 Lite 2? Or are have any of the nuances for which it can not or imposible. Best regards, 2013/8/27 Gabor Juhos juh...@openwrt.org 2013.08.26. 21:31 keltezéssel, Vasilis Tsiligiannis írta: Στις Δευ 26 Αυγ 2013 11:02:54 David