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
Στις 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
* 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
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
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
Στις 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
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
* 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