[OpenWrt-Devel] [PATCH 4/4] ar71xx: add nbg460n image generation

2010-05-11 Thread Michael Kurz
This adds image generation for NBG460N/550N/550NH boards. Signed-off-by: Michael Kurz --- target/linux/ar71xx/base-files/etc/defconfig/nbg460n_550n_550nh/network | 26 + target/linux/ar71xx/base-files/etc/diag.sh |3 + target/linux/ar71xx/base

[OpenWrt-Devel] [PATCH 3/4] ar71xx: add rtc modules for nbg460n

2010-05-11 Thread Michael Kurz
This adds the rtc-class and rtc-pcf8563 modules for the real time clock used in the NBG460N/550N/550NH. Signed-off-by: Michael Kurz --- package/kernel/modules/other.mk | 31 ++ 1 file changed, 31 insertions(+) Index: package/kernel/modules/other.mk

[OpenWrt-Devel] [PATCH 1/4] ar71xx: adding nbg460n to mkzynfw

2010-05-11 Thread Michael Kurz
Adding NBG460N/550N/550NH boards to mkzynfw. Signed-off-by: Michael Kurz --- This also depends on ticket #7273. Else the image is considered too big, even if it would fit. tools/firmware-utils/src/mkzynfw.c | 17 + tools/firmware-utils/src/zynos.h |3 +++ 2 files

[OpenWrt-Devel] [PATCH] ar71xx: fix nbg460n mtd partitions

2010-05-10 Thread Michael Kurz
This fixes the NBG460N/550N/550NH mtd partitions. Signed-off-by: Michael Kurz --- target/linux/ar71xx/files/arch/mips/ar71xx/mach-nbg460n.c | 17 +++--- 1 file changed, 12 insertions(+), 5 deletions(-) Index: target/linux/ar71xx/files/arch/mips/ar71xx/mach-nbg460n.c

Re: [OpenWrt-Devel] [PATCH] ar71xx: adding support for zyxel nbg460n/550n/550nh boards

2010-04-18 Thread Michael Kurz
Hi, hmm, somehow i mixed that flags stuff up. I will correct it later. I totally missed that image generation part, thx for the hint. I will add that when i get that missing second stage bootloader ready. Michael On 18.04.2010 22:42, Bernhard Loos wrote: > Hello > Firstly, mask_flags in struct

[OpenWrt-Devel] [PATCH] ar71xx: adding support for zyxel nbg460n/550n/550nh boards

2010-04-17 Thread Michael Kurz
This patch adds support for the zyxel nbg460n/550n/550nh routers. Currently this only works if a second stage bootloader is also flashed, as the used switch needs extra initialization. Signed-off-by: Michael Kurz --- linux/ar71xx/config-2.6.32 |1 linux/ar71xx