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
> } || {
>
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
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
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
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
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:
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
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
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 ?
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
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
11 matches
Mail list logo