Re: [OpenWrt-Devel] [PATCH] resend: image build fix for siemens se515

2008-08-09 Thread Axel Gembe
Sven Bachmann wrote: This patch mainly fixes some CRCs for the CFE of the Siemens SE515. It also adds a target to set the firmware tag. Yea, right :) Sorry for not replying earlier on the list. This patch works good for me, so I just want to give an: Acked-by: Axel Gembe [EMAIL PROTECTED

[OpenWrt-Devel] [PATCH] brcm63xx: add image generation for many boards

2008-06-01 Thread Axel Gembe
also need a way to handle the flash block size for the generated image, but so far I only had boards with a 64k erase block size. Signed-off-by: Axel Gembe [EMAIL PROTECTED] --- target/linux/brcm63xx/image/Makefile | 18 ++ 1 files changed, 18 insertions(+), 0 deletions(-) diff

Re: [OpenWrt-Devel] Fonera with OpenWRT Kamikaze and Fonera ath5k

2008-05-30 Thread Axel Gembe
ZioPRoTo (Saverio Proto) wrote: Is it yet possibile to use that driver and build the OpenWRT image for the Fonera ? No, ath5k has to be changed to support the AHB bus. But I'd also like to know if there is anything planned regarding this cause MadWifi is now basically deprecated. - Axel

Re: [OpenWrt-Devel] Git repository for Linux kernel mainline merges

2008-05-23 Thread Axel Gembe
Gregers Petersen wrote: My comment was also a way towards: Ok if this should be done, then it needs to be done in an unconfusing manner - with a bit of thought and planning towards how such a git repository is to be integrated into what is already there ;-) I totally agree, using git

Re: [OpenWrt-Devel] watchdog/crondog : (was Re: [PATCH 7/7] atheros: ar531x watchdog support)

2008-05-21 Thread Axel Gembe
Bastian Bittorf wrote: I forgot that to mention on wcw2008/berlin, but IMHO those hardware-watchdog are a nice-to-have but not really necessary. Practically i have never seen an router which totally hangs, so the hw-watchdog would'nt react... Well, I had a quite few situations where I've

Re: [OpenWrt-Devel] [PATCH 7/7] atheros: ar531x watchdog support

2008-05-20 Thread Axel Gembe
Frithjof Hammer wrote: Works fine for me. Good to hear that. I really dislike targets without proper watchdog so I hope this gets merged soon. Can you post your /proc/cpuinfo ? I tested it on a 5315 as well as a 5313. I still wonder if it works on 5312. - Axel

Re: [OpenWrt-Devel] [PATCH 5/7] atheros: console config override

2008-05-19 Thread Axel Gembe
Peter Korsgaard wrote: Why add these ifdefs just to change them again in the next patch in the series? Those patches were meant to be squashed anyways. I just split them for ease of discussion. Also I didn't know if both changes were wanted. - Axel

[OpenWrt-Devel] [PATCH 01/15] bcm963xx: fix load address / kernel entry

2008-05-18 Thread Axel Gembe
Current kernels have the same kernel entry as load address, so just set them like this. Also, the BCM963xx uses 0x8001 as its load address, so use this too. Signed-off-by: Axel Gembe [EMAIL PROTECTED] --- target/linux/brcm63xx/image/Makefile |4 ++-- .../linux/brcm63xx

[OpenWrt-Devel] [PATCH 02/15] bcm963xx: add cfe image tagging utility

2008-05-18 Thread Axel Gembe
header in front of the LZMA kernel which contains the load address, kernel entry and the size of the compressed LZMA data. Signed-off-by: Axel Gembe [EMAIL PROTECTED] --- tools/firmware-utils/Makefile |1 + tools/firmware-utils/src/imagetag.c | 301 +++ 2

[OpenWrt-Devel] [PATCH 06/15] bcm963xx: board support

2008-05-18 Thread Axel Gembe
Signed-off-by: Axel Gembe [EMAIL PROTECTED] --- .../brcm63xx/patches-2.6.25/001-bcm963xx.patch | 182 1 files changed, 182 insertions(+), 0 deletions(-) create mode 100644 target/linux/brcm63xx/patches-2.6.25/001-bcm963xx.patch diff --git a/target/linux/brcm63xx

[OpenWrt-Devel] [PATCH 08/15] bcm963xx: flashmap support

2008-05-18 Thread Axel Gembe
Signed-off-by: Axel Gembe [EMAIL PROTECTED] --- .../patches-2.6.25/040-bcm963xx_flashmap.patch | 82 1 files changed, 82 insertions(+), 0 deletions(-) create mode 100644 target/linux/brcm63xx/patches-2.6.25/040-bcm963xx_flashmap.patch diff --git a/target/linux

[OpenWrt-Devel] [PATCH 14/15] bcm963xx: fix cfe detection

2008-05-18 Thread Axel Gembe
The CFE detection failed to account for zero termination. Signed-off-by: Axel Gembe [EMAIL PROTECTED] --- .../110-bcm963xx_fix_cfe_detection.patch | 46 1 files changed, 46 insertions(+), 0 deletions(-) create mode 100644 target/linux/brcm63xx/patches-2.6.25

Re: [OpenWrt-Devel] [PATCH 2/2] madwifi: make hal, bus and rate control configurable

2008-05-18 Thread Axel Gembe
Felix Fietkau wrote: I know the patch has been merged, but I'd still like to know: What would that be useful for? Just a hint: The next public HAL release will support all 5312+ and 2315+ SoC with a single binary. It seems to me that this adds unnecessary configuration complexity. If

[OpenWrt-Devel] [PATCH 3/5] bcm963xx: remove obsolete timer code

2008-05-14 Thread Axel Gembe
This removes some code that has been deprecated in kernels = 2.6.24. Signed-off-by: Axel Gembe [EMAIL PROTECTED] --- .../060-bcm963xx_remove_obsolete_timer_code.patch | 59 1 files changed, 59 insertions(+), 0 deletions(-) create mode 100644 target/linux/brcm63xx

[OpenWrt-Devel] [PATCH 5/7] atheros: console config override

2008-05-07 Thread Axel Gembe
This patch makes it possible to override the console kernel command line option by passing a command line to the kernel. It basically removes the console option from the default command line and adds it at runtime in prom_init when console= was not yet specified. Signed-off-by: Axel Gembe [EMAIL

[OpenWrt-Devel] [PATCH 7/7] atheros: ar531x watchdog support

2008-05-07 Thread Axel Gembe
-off-by: Axel Gembe [EMAIL PROTECTED] --- target/linux/atheros/config-2.6.23 |1 + target/linux/atheros/config-2.6.24 |1 + target/linux/atheros/config-2.6.25 |1 + .../files/drivers/char/watchdog/ar531x_wdt.c | 326

[OpenWrt-Devel] [PATCH 4/7] atheros: kgdb support

2008-05-07 Thread Axel Gembe
Atheros supports KGDB using the generic KGDB MIPS support. We can use the generic serial functions because the Atheros boards have a standard serial port. Signed-off-by: Axel Gembe [EMAIL PROTECTED] --- .../linux/atheros/patches-2.6.23/100-board.patch | 41 ++-- .../linux

[OpenWrt-Devel] [PATCH 3/7] atheros: use 2.6.25 kernel

2008-05-07 Thread Axel Gembe
Signed-off-by: Axel Gembe [EMAIL PROTECTED] --- target/linux/atheros/Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/target/linux/atheros/Makefile b/target/linux/atheros/Makefile index ab301ba..ed32e20 100644 --- a/target/linux/atheros/Makefile +++ b/target

[OpenWrt-Devel] [PATCH] leds-parport: make a package

2008-05-07 Thread Axel Gembe
, which is the parallel port number on which the LEDs are connected. Signed-off-by: Axel Gembe [EMAIL PROTECTED] --- package/leds-parport/Makefile | 45 + 1 files changed, 45 insertions(+), 0 deletions(-) create mode 100644 package/leds-parport/Makefile

Re: [OpenWrt-Devel] [PATCH 1/7] build: fix watchdog path for 2.6.24+

2008-05-07 Thread Axel Gembe
Geoff Levand wrote: It would be nice if we had a patch description for this and your other changes, that stated what they do or why they were needed. This patch is needed because in 2.6.24 the watchdog directory was changed. OpenWRT accounted for this by checking for 2.6.24, but of course

Re: [OpenWrt-Devel] Problem with build-system and feeds script

2008-05-07 Thread Axel Gembe
Oliver Ertl wrote: Now go to Utilities Editors and tell me if the nano package is selected as M Seems to work, it is selected as module. [EMAIL PROTECTED]:~/src/openwrt/test$ grep nano .config CONFIG_PACKAGE_nano=m [EMAIL PROTECTED]:~/src/openwrt/test$ - Axel

[OpenWrt-Devel] [PATCH][RFC] feeds: create config if not found

2008-05-07 Thread Axel Gembe
to install a package without having a .config file already. Signed-off-by: Axel Gembe [EMAIL PROTECTED] --- scripts/feeds | 15 --- 1 files changed, 12 insertions(+), 3 deletions(-) diff --git a/scripts/feeds b/scripts/feeds index 78e65ad..e3123a5 100755 --- a/scripts/feeds +++ b

Re: [OpenWrt-Devel] [PATCH][RFC] feeds: create config if not found

2008-05-07 Thread Axel Gembe
Sorry about the wrong time, I just installed an NTP client on my dev install. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 1/2] kernel: allow kernel modules to have a configuration definition

2008-05-06 Thread Axel Gembe
This patch makes kernel modules check if config is defined and creates a config passthrough target which will evaluate the original config in the generated package. This is done so kernel modules can have configuration menus like busybox, etc... Signed-off-by: Axel Gembe [EMAIL PROTECTED

Re: [OpenWrt-Devel] [PATCH] Regression on watchdog module for kernel 2.6.25 (x86 target)

2008-05-06 Thread Axel Gembe
I suggest using the snippet from here: https://dev.openwrt.org/ticket/3402 Signed-off-by: Axel Gembe [EMAIL PROTECTED] --- package/kernel/modules/other.mk |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk

Re: [OpenWrt-Devel] mmc-over-gpio driver and fon2100

2008-04-03 Thread Axel Gembe
Oliver Ertl wrote: You may take a look at my first try to migrate the configuration to a UCI config file. http://lists.openwrt.org/pipermail/openwrt-devel/2008-March/001867.html I totally missed that post. The patch I was about to send looks almost the same. Your patch gives me this on the