Re: [OpenWrt-Devel] Git mirror with branches, tags and full history

2015-11-09 Thread koniu
wouldn't it been nice to rewrite sign offs as author for easy attribution before pushing . awesome otherwise, ta! On 9 November 2015 09:06:38 GMT+00:00, Steven Barth wrote: >Hey everyone, > >I took the time last week to create a full-history git-mirror with >branches, author mapping and release

Re: [OpenWrt-Devel] wl0 - impossible to use STA simultaneously with AP

2010-05-16 Thread koniu
> Current trunk on WL500GP v1(2.4), can not set a STA and AP > simultaneously. STA works OK, LAN clients can connect but any wireless > client timeout when connecting. Check this perhaps: https://dev.openwrt.org/ticket/7106 ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] wl0 - impossible to use STA simultaneously with AP

2010-05-16 Thread koniu
On Sun, May 16, 2010 at 12:11:22PM -0400, Weedy wrote: > On Sun, May 16, 2010 at 6:04 AM, koniu wrote: > >> Current trunk on WL500GP v1(2.4), can not set a STA and AP > >> simultaneously. STA works OK, LAN clients can connect but any wireless > >> client timeout

[OpenWrt-Devel] [PATCH] packages/net/wavemon: bump version to 0.7.0

2010-11-17 Thread koniu
Hi, Is there a reason why wavemon is kept at an ancient revision? If not, here's the patch. cheers, koniu From a112342bbfdfff3e382f5e6b327d6c9c31c0e428 Mon Sep 17 00:00:00 2001 From: koniu Date: Wed, 17 Nov 2010 20:20:53 + Subject: [PATCH] wavemon: bump version to 0.7.0 Signed-o

[OpenWrt-Devel] [PATCH] packages/utils/vim: update to version 7.3

2010-11-29 Thread koniu
Hello, Here's a patch to upgrade vim package to version 7.3. It greatly simplifies cross-compilation patch since there's been some upstream changes that enable cross-compilation. In exciting news starting from this version vim has vimscript lua support! enjoy,

[OpenWrt-Devel] [PATCH] packages/net/corkscrew: new package

2010-12-03 Thread koniu
Hello, This package was requested on irc a few days ago. Hope its useful. koniu From 01b8918c96d34a475e2002886f1394c52051238f Mon Sep 17 00:00:00 2001 From: koniu Date: Fri, 3 Dec 2010 11:10:42 + Subject: [PATCH] new package - corkscrew Signed-off-by: koniu --- net/corkscrew/Makefile

[OpenWrt-Devel] [PATCH] packages/utils/less: new package

2010-12-21 Thread koniu
Hullo, I got tired of struggling with less equivalent from busybox so here's a package with the full newest version. kkk From 61bfa731ab3257062f261e2b25a7c25bfcee7547 Mon Sep 17 00:00:00 2001 From: koniu Date: Wed, 22 Dec 2010 07:13:31 + Subject: [PATCH] new package less - full ve

[OpenWrt-Devel] [PATCH] hostapd: fix truncated wpa_supp/wpa_cli scan results

2010-12-29 Thread koniu
r i in `seq 1 9`; do $CLI scan sleep 10s $CLI scan_results > res$i end Now let's have a look: # wc -c res* 1864 res1 2074 res2 2074 res3 2074 res4 2074 res6 ... Quick 'cat' shows truncation of the last line (by far not the last scan result a

[OpenWrt-Devel] [PATCH] mac80211.sh: add support for 'rate' option

2011-01-25 Thread koniu
to vifs in sta mode. koniu From c606c73f58b71083c3a647557126f066d8595b07 Mon Sep 17 00:00:00 2001 From: koniu Date: Wed, 26 Jan 2011 07:36:06 + Subject: [PATCH] mac80211.sh: add support for 'rate' optin Signed-off-by: koniu --- package/mac80211/files/lib/wifi/mac80211.sh |

[OpenWrt-Devel] [PATCH] packages/net/wavemon: version bump 0.7.1

2011-01-26 Thread koniu
Hello, here's an update to the wonderful wavemon utility - trivial patch: changed version and md5sum :) kkk From 6a8778948e2a7b85a28264fef1183a542ab41e9a Mon Sep 17 00:00:00 2001 From: koniu Date: Wed, 26 Jan 2011 20:40:29 + Subject: [PATCH] packages/net/wavemon: version bump 0.7.1 S

Re: [OpenWrt-Devel] build brcm-24 image with trunk

2011-02-01 Thread koniu
On Tue, Feb 1, 2011 at 09:38, wrote: > Is there a way to build a kernel 2.4 image for brcm47xx platform with the > current buildroot in trunk? The target brcm-2.4 was removed a while ago. How > would I do so, except of going back in svn history? brcm-2.4 has been removed from trunk last year[1