[OpenWrt-Devel] [PATCH] 4/4 add maxwait, config fix

2008-07-17 Thread RB
This patch is ancillary to the rest of the set, but I added it this spring in response to a user whose card didn't show up by the time 3g.sh got around to executing. This adds a parameter to the comgt 3g interface that allows the user to specify the maximum duration (in seconds) to wait for the 3g

[OpenWrt-Devel] [PATCH] 1/4 Drop generic Sierra support

2008-07-17 Thread RB
Removes the generic support for the AirCard 875 from usbserial.c in the generic-2.4 profile Signed-off-by: RB <[EMAIL PROTECTED]> 001-drop_generic_sierra.patch Description: Binary data ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org htt

[OpenWrt-Devel] [PATCH] 3/4 remove linux-2.6 dependency for package kmod-usb-serial-sierrawireless

2008-07-17 Thread RB
Enable sierra.c to be configured/built for 2.4 as well. Signed-off-by: RB <[EMAIL PROTECTED]> 003-enable_usb-serial-sierrawireless_2.4.patch Description: Binary data ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.o

Re: [OpenWrt-Devel] [PATCH] wpa_supplicant config file

2008-07-17 Thread Imre Kaloz
On 2008.07.17. 17:59:19 gig <[EMAIL PROTECTED]> wrote: > I & all, i think, use certificates in pem pormat, after r11833 config > file changed & i got: > RSA: Expected SEQUENCE (public key) - found class 0 tag 0xd > > To avoid this problem listed in > http://lists.shmoo.com/pipermail/hostap/2007-Oc

[OpenWrt-Devel] [PATCH] wpa_supplicant config file

2008-07-17 Thread gig
I & all, i think, use certificates in pem pormat, after r11833 config file changed & i got: RSA: Expected SEQUENCE (public key) - found class 0 tag 0xd To avoid this problem listed in http://lists.shmoo.com/pipermail/hostap/2007-October/016273.html --- /kamikaze-trunk-11570-ubi/package/wpa_suppl

Re: [OpenWrt-Devel] Adding entries to the crontab

2008-07-17 Thread Brian J. Murrell
On Wed, 2008-07-16 at 21:32 +0200, wlanmac wrote: > It seems to work well using the crontab command from within your init > script - assuming your cron is associated with a service. > > in start(): > (crontab -l 2>/dev/null | grep -v $0 > echo "*/10 * * * * $0 checksomething" >