[OpenWrt-Devel] Add support for Appweb Embedded WebServer with Server-Side Javascript

2009-05-21 Thread Michael O'Brien
This patch adds support for the Appweb embedded web server which supports Server-Side JavaScript. It contains just a Makefile and no other files. Signed-off-by: Michael O'Brien Index: package/appweb/Makefile === --- package/appwe

Re: [OpenWrt-Devel] [PATCH] [hostap-driver] Major e nhancement to?hostap.sh script

2009-05-21 Thread Vasilis Tsiligiannis
Στις Thursday 21 May 2009 14:33:24 ο/η Bastian Bittorf έγραψε: > please give us an example of some "hostap/$device/wds" output. Hello again, according to hostap driver source, the output format of hostap wds proc entry is "%s\t%pM\n", interface name, remote address. Regards, Vasilis -- Vasil

Re: [OpenWrt-Devel] [PATCH] [hostap-driver] Major enhancement to?hostap.sh script

2009-05-21 Thread Bastian Bittorf
* Vasilis Tsiligiannis [21.05.2009 12:45]: > Στις Thursday 21 May 2009 11:33:27 ο/η Bastian Bittorf έγραψε: > > please use only AWK, if really needed. > > Thanks for your suggestion to improve hostap.sh ! I've dumped awk and use > read > to get the wds lines. please give us an example of some

[OpenWrt-Devel] [PATCH] dropbear ipv6 args

2009-05-21 Thread freddy . dsx
Hello, With -p dropbear can listenning on addresse:port but fail with ipv6 addresses. With this patch, dropbear can handle ipv4, ipv4:port, ipv6 and ipv6:port. The syntaxe [ipv6]:port come from openssh. Work fine with dropbear 0.52 on FreeBSD 7.2 and openwrt 8.09. Patch was send to dropbear pro

[OpenWrt-Devel] [PATCH] [hostap-driver] Replace awk with read to increase efficiency (thanks to Bastian Bittorf)

2009-05-21 Thread Vasilis Tsiligiannis
Signed-off-by: Vasilis Tsiligiannis --- .../package/hostap-driver/files/lib/wifi/hostap.sh | 13 +++-- 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/trunk/package/hostap-driver/files/lib/wifi/hostap.sh b/trunk/package/hostap-driver/files/lib/wifi/hostap.sh index 630679

Re: [OpenWrt-Devel] [PATCH] [hostap-driver] Major e nhancement to hostap.sh script

2009-05-21 Thread Vasilis Tsiligiannis
Στις Thursday 21 May 2009 11:33:27 ο/η Bastian Bittorf έγραψε: > please use only AWK, if really needed. Thanks for your suggestion to improve hostap.sh ! I've dumped awk and use read to get the wds lines. Regards, Vasilis -- Vasilis Tsiligiannis Silverton Electronics Dep.Research & Develo

[OpenWrt-Devel] [PATCH] fix uclib bug in jamvm

2009-05-21 Thread Roberto Riggio
I just realized that tls has some problems with ulibc. This patch disables it and uses more opewrt-style install directories for libraries. Signed-off-by: Roberto Riggio -- Index: lang/jamvm/Makefile === --- lang/jamvm/Makefile (r

Re: [OpenWrt-Devel] [PATCH] [hostap-driver] Major enhancement to hostap.sh script

2009-05-21 Thread Bastian Bittorf
* Vasilis Tsiligiannis [21.05.2009 00:00]: > + for dev in $(awk '{ print $1 }' /proc/net/hostap/"$device"/wds); do > + [ -f "/var/run/wifi-${dev}.pid" ] && > + kill "$(cat "/var/run/wifi-${dev}.pid")" > + ifconfig "$dev" down > + unbridg