Re: [OpenWrt-Devel] [PATCH] Updated patch to check multiple instances in subfolders in local repository

2012-04-06 Thread Tathagata Das
Hi, I have updated the patch as Philip and Jo-Philipp suggested. Signed-off-by: Tathagata Das tathag...@alumnux.com --- diff -Naur a/scripts/download.pl b/scripts/download.pl --- a/scripts/download.pl 2012-04-05 18:59:13.0 +0530 +++ b/scripts/download.pl 2012-04-06

Re: [OpenWrt-Devel] initramfs support

2012-04-06 Thread Florian Fainelli
Hi, Le 04/05/12 21:46, michael-dev a écrit : Hi, enabling the cpio target (e.g. initramfs not embedded within the elf image, required for example by p1020wlan tftp boot due to u-boot memory constraints), the archive is lacking /init . This results in the kernel panicking because rootfs cannot

Re: [OpenWrt-Devel] [PATCH] Initial support for Mikrotik RB751G-2HnD and RB751U-2HnD

2012-04-06 Thread Florian Fainelli
Hi, Le 04/05/12 23:36, Hanno Schupp a écrit : I am at a loss then what to do. I even went to the length of installing alpine on my pc just for the purpose of sending one email. Why is this so hard? This makes porting openwrt to a new router model look easy in comparison. I sent it to myself

Re: [OpenWrt-Devel] [PATCH] Initial support for Mikrotik RB751G-2HnD and RB751U-2HnD

2012-04-06 Thread Hanno Schupp
Should I then? If that is what I 'should do', why does https://dev.openwrt.org/wiki/SubmittingPatches not tell me about it? On 6 April 2012 20:20, Florian Fainelli flor...@openwrt.org wrote: Hi, Le 04/05/12 23:36, Hanno Schupp a écrit : I am at a loss then what to do. I even went to the

Re: [OpenWrt-Devel] [PATCH] zabbix 1.8.11 version bump

2012-04-06 Thread Vasilis Tsiligiannis
On Thu 05 of Apr 2012 16:52:46 Gioacchino Mazzurco wrote: As jow suggested changed build depends from libiconv to $(ICONV_DEPENDS) On 04/05/12 16:35, Gioacchino Mazzurco wrote: This patch update openwrt zabbix package from 1.6 to 1.8.11 the new version support also ipv6 in the agent

[OpenWrt-Devel] [PATCH] avahi version bump to 0.6.31

2012-04-06 Thread Mike Brady
This patch updates avahi to latest version -- 0.6.31. It also adds a note to the description. Signed-off-by Mike Brady mikebr...@eircom.net Index: Makefile === --- Makefile(revision 31212) +++ Makefile(working copy) @@

[OpenWrt-Devel] [PATCH 3/6] lantiq: fix dwc_otg usb for ase

2012-04-06 Thread Conor O'Gorman
changed irq number and pmu settings. little bit of fiddling to get the now variable irq into resources. Signed-off-by: Conor O'Gorman i...@conorogorman.net --- .../patches-3.2/303-fix-dwc-otg-usb-for-ase.patch | 65 1 files changed, 65 insertions(+), 0 deletions(-)

[OpenWrt-Devel] [PATCH 5/6] lantiq: fix spi for ase, update for clkdev and platform driver

2012-04-06 Thread Conor O'Gorman
irqs, gpios, chipselects updated to use module_platform_driver() clkdev is a bit hacky, using ltq_spi.0, as specifying no device numbering led to the mtd driver not hooking up to an spi flash. Signed-off-by: Conor O'Gorman i...@conorogorman.net ---

[OpenWrt-Devel] [PATCH 2/6] lantiq: fix etop for ase internal phy

2012-04-06 Thread Conor O'Gorman
Lantiq ethernet and builtin phy on amazon se (ase) fix CFG, IGPLEN register addresses add extra CFG settings enable etop - ephy connection reset ephy some delays seemed to help. Signed-off-by: Conor O'Gorman i...@conorogorman.net --- .../patches-3.2/301-fix-etop-for-ase-ephy.patch| 61

[OpenWrt-Devel] [PATCH 6/6] lantiq: fix spi-xway wait ready timed out

2012-04-06 Thread Conor O'Gorman
Seen on ase platform. Fifos should be flushed if there is data, otherwise it hangs. Root cause was then seen to be rx overflow, so reduced max rxreq. Fifos on ase are smaller and perhaps are the cause, so it's open to review whether this should be specific to ase or all xway. Signed-off-by:

[OpenWrt-Devel] [PATCH 1/6] lantiq: stp, fix for ase, add get, clock disabled

2012-04-06 Thread Conor O'Gorman
Lantiq serial-to-parallel hardware gpio module Added gpio pins as used for amazon se (ase) Added get to enable reporting of gpio status Changed to use software update, as hw clock was not running on ase. Clock really only needed if hw flashing was implemented. Signed-off-by: Conor O'Gorman

[OpenWrt-Devel] [PATCH 4/6] lantiq: fix owrt mtd split build error when not enabled

2012-04-06 Thread Conor O'Gorman
Signed-off-by: Conor O'Gorman i...@conorogorman.net --- .../patches-3.2/306-fix-owrt-mtd-split.patch | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) create mode 100644 target/linux/lantiq/patches-3.2/306-fix-owrt-mtd-split.patch diff --git

Re: [OpenWrt-Devel] [PATCH] [RESEND] zabbix 1.8.11 version bump

2012-04-06 Thread Gioacchino Mazzurco
Fixed copyright year and package release, the patch is also attached to avoid mail clients problem Signed-off-by: Gioacchino Mazzurco gmazzurc...@gmail.com Index: admin/zabbix/patches/005-uclibc_dn_skipname.patch === ---

Re: [OpenWrt-Devel] [PATCH 3/6] lantiq: fix dwc_otg usb for ase

2012-04-06 Thread John Crispin
thx for all the patches On 06/04/12 14:37, Conor O'Gorman wrote: +--- a/arch/mips/lantiq/xway/dev-dwc_otg.c b/arch/mips/lantiq/xway/dev-dwc_otg.c +@@ -43,7 +43,6 @@ static struct resource resources[] = + }, + [1] = { + .name= dwc_otg_irq, +-.start

Re: [OpenWrt-Devel] [PATCH 3/6] lantiq: fix dwc_otg usb for ase

2012-04-06 Thread Jonas Gorski
On 6 April 2012 15:35, John Crispin j...@phrozen.org wrote: thx for all the patches On 06/04/12 14:37, Conor O'Gorman wrote: +--- a/arch/mips/lantiq/xway/dev-dwc_otg.c b/arch/mips/lantiq/xway/dev-dwc_otg.c +@@ -43,7 +43,6 @@ static struct resource resources[] = +     }, +     [1] = {

Re: [OpenWrt-Devel] [PATCH 3/6] lantiq: fix dwc_otg usb for ase

2012-04-06 Thread Conor O'Gorman
On Fri, 2012-04-06 at 15:35 +0200, John Crispin wrote: thx for all the patches On 06/04/12 14:37, Conor O'Gorman wrote: +--- a/arch/mips/lantiq/xway/dev-dwc_otg.c b/arch/mips/lantiq/xway/dev-dwc_otg.c +@@ -43,7 +43,6 @@ static struct resource resources[] = + }, + [1] = { +

Re: [OpenWrt-Devel] [PATCH] avahi version bump to 0.6.31

2012-04-06 Thread Jonas Gorski
Hi, some comments On 6 April 2012 13:17, Mike Brady mikebr...@eircom.net wrote: This patch updates avahi to latest version -- 0.6.31. A reason why avahi should be updated would be nice (not necessary though, since it's only a minor bump). It also adds a note to the description.

Re: [OpenWrt-Devel] [PATCH 2/6] lantiq: fix etop for ase internal phy

2012-04-06 Thread John Crispin
On 06/04/12 14:37, Conor O'Gorman wrote: ltq_etop_w32_mask(0, ETOP_CFG_MII0, LTQ_ETOP_CFG); +-/* enable clock for internal PHY */ + clk_enable(priv-clk_ephycgu); ++for (i = 0; i 0x5; i++); ++ ++/*

Re: [OpenWrt-Devel] [PATCH 3/6] lantiq: fix dwc_otg usb for ase

2012-04-06 Thread John Crispin
On 06/04/12 16:08, Conor O'Gorman wrote: compile error happens, as we are trying to initialise a struct with a variable that only resolves at runtime (ltq_is_ase()) #define LTQ_USB_INT ((ltq_is_ase()) ? (INT_NUM_IM0_IRL0 + 31) :\

Re: [OpenWrt-Devel] [PATCH 2/6] lantiq: fix etop for ase internal phy

2012-04-06 Thread John Crispin
On 06/04/12 16:12, John Crispin wrote: On 06/04/12 14:37, Conor O'Gorman wrote: ltq_etop_w32_mask(0, ETOP_CFG_MII0, LTQ_ETOP_CFG); +- /* enable clock for internal PHY */ +clk_enable(priv-clk_ephycgu); ++ for (i = 0; i 0x5;

Re: [OpenWrt-Devel] [PATCH 2/6] lantiq: fix etop for ase internal phy

2012-04-06 Thread Conor O'Gorman
On Fri, 2012-04-06 at 16:12 +0200, John Crispin wrote: On 06/04/12 14:37, Conor O'Gorman wrote: ltq_etop_w32_mask(0, ETOP_CFG_MII0, LTQ_ETOP_CFG); +- /* enable clock for internal PHY */ + clk_enable(priv-clk_ephycgu); ++ for (i = 0;

[OpenWrt-Devel] [PATCH] flexible kernel mtd size for orion_generic targets

2012-04-06 Thread Matthias Buecher / Germany
Add an image option for the Orion Generic targets, that allows to specify the kernel mtd partition size. The option takes care for necessary size extension when building with symbols. The value is also used for image generation (padding). Plus: - creation of ARM uImage generalized in image

Re: [OpenWrt-Devel] [PATCH] Initial support for Mikrotik RB751G-2HnD and RB751U-2HnD

2012-04-06 Thread Gabor Juhos
2012.04.06. 0:01 keltezéssel, Hanno Schupp írta: Great collaboration on these two fantastic routers on the openwrt forum: https://forum.openwrt.org/viewtopic.php?id=32320 Above all kudos to aryufan. Well done and thank you everyone else who contributed. To-Do: LED for wlan is not yet

[OpenWrt-Devel] kernel/802.11: missing Unknown symbol kstrtou8_from_user

2012-04-06 Thread Christian Gagneraud
Hi there, I'm fighting with a problem of missing kernel symbol. Basically kstrtou8_from_user is missing, as a consequence mac80211.ko can't be loaded, and then all the rest of the 802.11 stack and my wifi drivers. At some point I manage to get it loading, but i don't know how I did, and I can't

Re: [OpenWrt-Devel] kernel/802.11: missing Unknown symbol kstrtou8_from_user

2012-04-06 Thread Christian Gagneraud
Hi, I manage to dig a bit deeper, so actually the missing functions are in compat-3.0.{c,h} from compat-wireless The file compat-3.0.c is build into a .o, but for some reason compat.ko links only to main.o. So my .config in compat-wireless/ looks like: export CONFIG_COMPAT_KERNEL_2_6_39=y