Re: [OpenWrt-Devel] Adding platforms as packages

2010-10-01 Thread ZioPRoTo (Saverio Proto)
I'm thinking it would be nice to have a macro package that selects a platform, boot format, packages on that platform, etc. For instance, being able to build a target called net5501-asterisk-squashfs...  What are the steps to making this happen? you can have a package that once selected

Re: [OpenWrt-Devel] WGT634U busted in trunk since mid-July

2010-10-01 Thread Bas Mevissen
On Thu, 30 Sep 2010 21:05:21 -0700, Russell Senior russ...@personaltelco.net wrote: (...) but unfortunately, all the revisions I have tested after r22295 build okay but have failed to boot successfully. Currently, as of r23118, I lose the serial port very early in the boot, immediately after:

[OpenWrt-Devel] [PATCH] mac80211: set GF flag in hostapd config if supported

2010-10-01 Thread Helmut Schaa
Signed-off-by: Helmut Schaa helmut.sc...@googlemail.com --- package/mac80211/files/lib/wifi/mac80211.sh |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/package/mac80211/files/lib/wifi/mac80211.sh b/package/mac80211/files/lib/wifi/mac80211.sh index f022e26..314ff3d

[OpenWrt-Devel] [PATCH] [kirkwood][orion] I2C module support

2010-10-01 Thread Wojciech Dubowik
This patch adds support for configuring kirkwood/orion i2c module. Signed-off-by: Wojciech Dubowik wojciech.dubo...@neratec.com --- Index: package/kernel/modules/i2c.mk === --- package/kernel/modules/i2c.mk (revision 23166)

[OpenWrt-Devel] [PATCH] [u-boot] [kirkwood] uboot-kirkwood support for iomega iconnect wireless

2010-10-01 Thread Wojciech Dubowik
Signed-off-by: Wojciech Dubowik wojciech.dubo...@neratec.com --- Index: package/uboot-kirkwood/files/include/configs/iconnect.h === --- package/uboot-kirkwood/files/include/configs/iconnect.h (revision 0) +++

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

2010-10-01 Thread Wojciech Dubowik
This patch adds support for Iomega iConnect Wireless. Leds and wireless card support are still missing. Signed-off-by: Wojciech Dubowik wojciech.dubo...@neratec.com --- Index: target/linux/kirkwood/profiles/300-Iconnect.mk ===

[OpenWrt-Devel] bcm63xx spi patches

2010-10-01 Thread Tanguy Bouzéloc
Hello, I've started to rework bcm63xx spi patches and make them work for a similar board, I've yet to confirm they are ok for neufbox4. Some issues are remaining (chip select, prepend bytes ...), please feel free to give me your opinion about them. I hope next week I can correct theses

Re: [OpenWrt-Devel] bcm63xx spi patches

2010-10-01 Thread Raphaël HUCK
Hello, I've started to rework bcm63xx spi patches and make them work for a similar board, I've yet to confirm they are ok for neufbox4. Some issues are remaining (chip select, prepend bytes ...), please feel free to give me your opinion about them. I hope next week I can correct

Re: [OpenWrt-Devel] WGT634U busted in trunk since mid-July

2010-10-01 Thread Russell Senior
Bas == Bas Mevissen ab...@basmevissen.nl writes: Bas On Thu, 30 Sep 2010 21:05:21 -0700, Russell Senior Bas russ...@personaltelco.net wrote: (...) but unfortunately, all the revisions I have tested after r22295 build okay but have failed to boot successfully. Currently, as of r23118, I lose

Re: [OpenWrt-Devel] clock_gettime not found when compiling a package

2010-10-01 Thread Roberto Riggio
On 09/28/2010 10:57 PM, Michael Büsch wrote: I think you should use the default configure and build rules and just modify the buildflags CONFIGURE_VARS, CONFIGURE_ARGS, MAKE_... BTW openwrt by default call the build/compile procedure. How can I make openwrt call the build/install procedure?

[OpenWrt-Devel] Disable honour-copts flag

2010-10-01 Thread Roberto Riggio
A package that I'm trying to compile produces the following error: cc1plus: error: unrecognized command line option -fhonour-copts I've removed the option from rules.mk and everything seems to work fine is there a way to disable the flag from the makefile and still keep using most of the