Re: [OpenWrt-Devel] Mikrotik Routerboard 450G - access to LAN ports broken

2012-03-22 Thread Weedy
On 22/03/12 11:14 PM, Hanno Schupp wrote: > My last good image is on the Mikrotik rb450g is 30857. 31037 no longer > works. I have not tested in between. I suspect this is a regression from > the changes introduced somewhere in 30994-31011, which extended the 8216 > switch chip code (which also sup

Re: [OpenWrt-Devel] lantiq: usb_support flag in .config and amazon se

2012-03-22 Thread Conor O'Gorman
On Fri, 2012-03-23 at 07:23 +0100, John Crispin wrote: > On 22/03/12 21:52, Conor O'Gorman wrote: > > On Thu, 2012-03-22 at 21:39 +0100, Luca Olivetti wrote: > >> Al 22/03/12 21:08, En/na Conor O'Gorman ha escrit: > >>> Dear Wise People, > >>> > >>> How do I get USB_SUPPORT config symbol into tmp/.

Re: [OpenWrt-Devel] lantiq: usb_support flag in .config and amazon se

2012-03-22 Thread John Crispin
On 22/03/12 21:52, Conor O'Gorman wrote: > On Thu, 2012-03-22 at 21:39 +0100, Luca Olivetti wrote: >> Al 22/03/12 21:08, En/na Conor O'Gorman ha escrit: >>> Dear Wise People, >>> >>> How do I get USB_SUPPORT config symbol into tmp/.config-target.in for >>> amazon ala danube? >>> >>> I've gone throu

Re: [OpenWrt-Devel] lantiq: usb_support flag in .config and amazon se

2012-03-22 Thread John Crispin
On 22/03/12 21:39, Luca Olivetti wrote: > Al 22/03/12 21:08, En/na Conor O'Gorman ha escrit: >> Dear Wise People, >> >> How do I get USB_SUPPORT config symbol into tmp/.config-target.in for >> amazon ala danube? >> >> I've gone through the files in target/lantiq and I just cannot see how >> to make

Re: [OpenWrt-Devel] [PATCH] enable ntpd server for busybox

2012-03-22 Thread Philip Prindeville
Maybe: [ -n "$PROG" -a -x "$PROG" ] || return 1 instead? On 3/22/12 4:34 PM, Etienne Champetier wrote: > Hi > > The 2 attached patchs (trunk & bacfire) add busybox ntpd enable_server > option, as busybox ntpd server is compiled by default. > We only need 1 client/server daemon (olipro patch w

Re: [OpenWrt-Devel] [PATCH] enable ntpd server for busybox

2012-03-22 Thread Etienne Champetier
Hi The 2 attached patchs (trunk & bacfire) add busybox ntpd enable_server option, as busybox ntpd server is compiled by default. We only need 1 client/server daemon (olipro patch was launching 2 daemons) I've fully tested the bacfire patch, and as i don't have a running openwrt trunk i'm not sur

Re: [OpenWrt-Devel] lantiq: usb_support flag in .config and amazon se

2012-03-22 Thread Conor O'Gorman
On Thu, 2012-03-22 at 21:39 +0100, Luca Olivetti wrote: > Al 22/03/12 21:08, En/na Conor O'Gorman ha escrit: > > Dear Wise People, > > > > How do I get USB_SUPPORT config symbol into tmp/.config-target.in for > > amazon ala danube? > > > > I've gone through the files in target/lantiq and I just c

Re: [OpenWrt-Devel] lantiq: usb_support flag in .config and amazon se

2012-03-22 Thread Luca Olivetti
Al 22/03/12 21:08, En/na Conor O'Gorman ha escrit: > Dear Wise People, > > How do I get USB_SUPPORT config symbol into tmp/.config-target.in for > amazon ala danube? > > I've gone through the files in target/lantiq and I just cannot see how > to make amazon se (ase) support usb, and enable the US

Re: [OpenWrt-Devel] LANTIQ- EASY5072- UART0 problem

2012-03-22 Thread Conor O'Gorman
On Thu, 2012-03-22 at 17:48 +0100, Spyridon Tompros wrote: > We have tested the following the following USB drivers provided with the > latest openwrt/trunk version (downloaded yesterday): > -Kmod-usb-core > -Kmod-usb2 > -Kmod-serial-to-usb > > In all cases we observe lost packets when sending f

[OpenWrt-Devel] lantiq: usb_support flag in .config and amazon se

2012-03-22 Thread Conor O'Gorman
Dear Wise People, How do I get USB_SUPPORT config symbol into tmp/.config-target.in for amazon ala danube? I've gone through the files in target/lantiq and I just cannot see how to make amazon se (ase) support usb, and enable the USB support menu. I see that the crucial piece ends up in tmp/.con

Re: [OpenWrt-Devel] LANTIQ- EASY5072- UART0 problem

2012-03-22 Thread Spyridon Tompros
Hi, thanks a lot for the support. Spyros On 22/3/2012 6:44 μμ, John Crispin wrote: On 22/03/12 17:48, Spyridon Tompros wrote: Dear all, we have been using OpenWRT on Lantiq's evaluation board with the following details. Target Lantiq GPON/XWAY Subtarget Danube Target Profile (EASY50712)

Re: [OpenWrt-Devel] LANTIQ- EASY5072- UART0 problem

2012-03-22 Thread John Crispin
On 22/03/12 17:48, Spyridon Tompros wrote: > Dear all, > > we have been using OpenWRT on Lantiq's evaluation board with the > following details. > Target Lantiq GPON/XWAY > Subtarget Danube > Target Profile (EASY50712) > > We have tested the following the following USB drivers provided with the

[OpenWrt-Devel] LANTIQ- EASY5072- UART0 problem

2012-03-22 Thread Spyridon Tompros
Dear all, we have been using OpenWRT on Lantiq's evaluation board with the following details. Target Lantiq GPON/XWAY Subtarget Danube Target Profile (EASY50712) We have tested the following the following USB drivers provided with the latest openwrt/trunk version (downloaded yesterday): -Km

[OpenWrt-Devel] [PATCH] Patch to use local repository and follow symbolic links

2012-03-22 Thread Tathagata Das
Hi, Attached is OpenWRT general purpose patch. Through this patch, OpenWRT developers can add local repository paths to refer for a tarball download (scripts/localmirrors.default). Changes are done also to follow symbolic links. I have used latest trunk source code (revision number 31050) to c