Re: [OpenWrt-Devel] flash wearout

2011-05-30 Thread Philip Prindeville
How often are you booting that this is even a concern? On 5/30/11 4:00 PM, Peter Wagner wrote: > Hi, > > while i was reading some init files i stumbled upon this: > > /sbin/wifi detect >> /etc/config/wireless > > grep -qs config /etc/config/wireless && { > /sbin/wifi up > } || { >

Re: [OpenWrt-Devel] Adding to first boot process

2011-05-30 Thread Philip Prindeville
On 5/30/11 1:53 PM, Tim Fletcher wrote: > I have an OpenWRT device that connects back to my management server via > openvpn, and so if I upgrade the version of OpenWRT on it, I "lose" it. > > I've bodged together something in rc.local that pulls in some extra > packages and then stamps the filesys

[OpenWrt-Devel] flash wearout

2011-05-30 Thread Peter Wagner
Hi, while i was reading some init files i stumbled upon this: /sbin/wifi detect >> /etc/config/wireless grep -qs config /etc/config/wireless && { /sbin/wifi up } || { rm -f /etc/config/wireless } this means: > /sbin/wifi detect >> /etc/config/wireless /sbin/wifi only outputs s

[OpenWrt-Devel] Adding to first boot process

2011-05-30 Thread Tim Fletcher
I have an OpenWRT device that connects back to my management server via openvpn, and so if I upgrade the version of OpenWRT on it, I "lose" it. I've bodged together something in rc.local that pulls in some extra packages and then stamps the filesystem so it doesn't run again, but I was wondering i

Re: [OpenWrt-Devel] [PATCH 2/2] geode: add additional companion chip drivers to alix2 and geos

2011-05-30 Thread Philip Prindeville
On 5/30/11 1:05 AM, John Crispin wrote: > On 30/05/11 07:02, Nathan Williams wrote: >> On Sun, 2011-05-29 at 21:41 -0700, Philip Prindeville wrote: >>> Use EHCI, not UHCI usb module. >> >> kmod-usb2 is EHCI (USB 2.0). Not kmod-usb-ehci. >> You need kmod-usb-ohci instead of kmod-usb-uhci for CS553x

[OpenWrt-Devel] [PATCH] Libao version bump

2011-05-30 Thread Adam Chasen
Signed-off-by: Adam Chasen (a...@chasen.name) Index: libs/libao/Makefile === --- libs/libao/Makefile (revision 27025) +++ libs/libao/Makefile (working copy) @@ -8,12 +8,12 @@  include $(TOPDIR)/rules.mk  PKG_NAME:=libao -PKG_VERSION:

[OpenWrt-Devel] [PATCH] Add pianobar package

2011-05-30 Thread Adam Chasen
This is one of my first patches for Openwrt. Please let me know if there are any improvements in style and submission. Signed-off-by: Adam Chasen Index: multimedia/pianobar/patches/001-Makefile-flags.patch === --- multimedia/pianoba

Re: [OpenWrt-Devel] [PATCH] package: update strongswan4 to 4.5.2

2011-05-30 Thread buddhay
On 30.05.2011 09:45, Florian Fainelli wrote: > On Sunday 29 May 2011 20:18:46 Philip Prindeville wrote: >> On 5/29/11 10:34 AM, John Crispin wrote: >>> On 29/05/11 19:14, Philip Prindeville wrote: Minor comment. It's my understanding that gmake will fork/exec commands > directly if it doesn't

Re: [OpenWrt-Devel] [PATCH 2/2] geode: add additional companion chip drivers to alix2 and geos

2011-05-30 Thread John Crispin
On 30/05/11 07:02, Nathan Williams wrote: > On Sun, 2011-05-29 at 21:41 -0700, Philip Prindeville wrote: >> Use EHCI, not UHCI usb module. > > kmod-usb2 is EHCI (USB 2.0). Not kmod-usb-ehci. > You need kmod-usb-ohci instead of kmod-usb-uhci for CS553x USB 1.1 > support. > was this ever tested ?

Re: [OpenWrt-Devel] [PATCH 2/2] geode: add additional companion chip drivers to alix2 and geos

2011-05-30 Thread Philip Prindeville
On 5/29/11 11:25 PM, Jonathan Thibault wrote: > On 30/05/11 01:05 AM, Philip Prindeville wrote: >> Yeah, I noticed that just after I sent it... just redid the patch. >> >> On 5/29/11 10:02 PM, Nathan Williams wrote: >>> On Sun, 2011-05-29 at 21:41 -0700, Philip Prindeville wrote: Use EHCI, not

Re: [OpenWrt-Devel] [PATCH] package: update strongswan4 to 4.5.2

2011-05-30 Thread Florian Fainelli
On Sunday 29 May 2011 20:18:46 Philip Prindeville wrote: > On 5/29/11 10:34 AM, John Crispin wrote: > > On 29/05/11 19:14, Philip Prindeville wrote: > >> Minor comment. It's my understanding that gmake will fork/exec commands directly if it doesn't detect any meta-characters, thereby saving a fork