Re: [OpenWrt-Devel] [PATCH] Debug rules for interrogating Makefile values

2010-10-09 Thread Thomas Monjalon
Hello, I think it's a good idea for Makefile debugging. Why not use the Makefile syntax $(if x,T,F) instead of the shell condition ? Philip Prindeville wrote: > +var.%: > + @if [ "$(origin $*)" = "undefined" ]; then \ > + echo "Undefined!">&2 ; \ > + else \ > + e

Re: [OpenWrt-Devel] remount /dev/root readonly for shutdown

2010-02-01 Thread Thomas Monjalon
Hi Gerlando, Gerlando Falauto a écrit : > I overwrote my ext2 root fs with the fresh root filesystem. > Now everything works perfectly. > Does anybody, ever, use XFS at all? > It looks so buggy to me... Don't use XFS ! Different versions of the XFS driver are not compatibles. It seems that the v

Re: [OpenWrt-Devel] support for Lacie devices (e.g. edmini_v2)

2010-01-16 Thread Thomas Monjalon
Gerlando Falauto wrote: > You mean the kernel support is on the road for the KIRKWOOD-based NAS'es > right? The Orion-based are supported already, right? For Orion-based LaCie NAS: - EdMiniV2 was the first supported - D2 and BigDisk are supported in 2.6.32: http://git.kernel.org/?

Re: [OpenWrt-Devel] support for Lacie devices (e.g. edmini_v2)

2010-01-15 Thread Thomas Monjalon
x27;t receive your original message, only Thomas' reply which quoted it. Le 14/01/2010 11:28, Thomas Monjalon a écrit : > Gerlando Falauto wrote: > >> Hi everybody, >> >> is there any plan or ongoing activity to support (and to what extent) >> LaCie NAS devices? >

Re: [OpenWrt-Devel] support for Lacie devices (e.g. edmini_v2)

2010-01-14 Thread Thomas Monjalon
--- FORWARDED From: Simon Guinot On Thu, Jan 14, 2010 at 03:50:51PM +, Simon Guinot wrote: > Concerning the GMT 762 fan, there is no driver available yet. > A mainline submission is planed for soon... It is a mistake. On the EDMiniV2, the

Re: [OpenWrt-Devel] support for Lacie devices (e.g. edmini_v2)

2010-01-14 Thread Thomas Monjalon
--- FORWARDED From: Albert ARIBAUD Simon Guinot a écrit : > If you encounter issues with the EDminiV2 Linux support, some people here > (including me) will be glad to help you. Ditto. >>> There's also the USB slave device, but I'd rather pas

Re: [OpenWrt-Devel] support for Lacie devices (e.g. edmini_v2)

2010-01-14 Thread Thomas Monjalon
:28:04AM +0100, Thomas Monjalon wrote: > Gerlando Falauto wrote: > > Hi everybody, > > > > is there any plan or ongoing activity to support (and to what extent) > > LaCie NAS devices? > > I'm talking about the family of Ethernet-aware hard drives based on >

Re: [OpenWrt-Devel] support for Lacie devices (e.g. edmini_v2)

2010-01-14 Thread Thomas Monjalon
--- FORWARDED From: Simon Guinot Hi, On Thu, Jan 14, 2010 at 11:28:04AM +0100, Thomas Monjalon wrote: > It could be part of the effort of the project lacie-nas.org. If you plan to do > some documentation, I think you should use the w

Re: [OpenWrt-Devel] support for Lacie devices (e.g. edmini_v2)

2010-01-14 Thread Thomas Monjalon
Gerlando Falauto wrote: > Hi everybody, > > is there any plan or ongoing activity to support (and to what extent) > LaCie NAS devices? > I'm talking about the family of Ethernet-aware hard drives based on > Marvell Orion/Feroceon chipsets, namely: > d2 Network, Ethernet Disk Mini v2, 2big, 5big, Et

[OpenWrt-Devel] [PATCH] package: update gnokii to 0.6.28

2009-12-08 Thread Thomas Monjalon
gnokii is a gsm tool useful to interact with phones or 3G keys. The packaged version was 2 years old. The libusb dependency can be removed : it is optional. Signed-off-by: Thomas Monjalon --- --- utils/gnokii/Makefile +++ utils/gnokii/Makefile @@ -9,21 +9,20 @@ include $(TOPDIR)/rules.mk

Re: [OpenWrt-Devel] [PATCH] doc: ad-hoc can be c ombined with an AP on an Atheros device

2009-12-01 Thread Thomas Monjalon
Felix Fietkau a écrit : > Thomas Monjalon wrote: > > As described in package/madwifi/files/lib/wifi/madwifi.sh, ad-hoc mode > > can be combined with ap: > > Have you tested adhoc+ap? Yes, on a fonera: I've tested 1 adhoc + 1 ap. But I haven't tested the OpenWRT s

[OpenWrt-Devel] [PATCH] doc: ad-hoc can be combined with an AP on an Atheros device

2009-12-01 Thread Thomas Monjalon
esac So this is a documentation patch to reflect this. Signed-off-by: Thomas Monjalon --- --- docs/wireless.tex +++ docs/wireless.tex @@ -355,7 +355,7 @@ \begin{itemize} \item 1x \texttt{sta}, 0-Nx \texttt{ap} \item 1-Nx \texttt{ap} -\i

[OpenWrt-Devel] [PATCH] add CPPFLAGS variable

2009-11-27 Thread Thomas Monjalon
Correct Makefile should use CPPFLAGS for preprocessing like dependencies check. But OpenWRT doesn't provide this variable. Signed-off-by: Thomas Monjalon --- The patch is against r18408, branch 8.09 --- include/package-defaults.mk +++ include/package-defaults.mk @@ -94,6 +94,7 @@