Re: [OpenWrt-Devel] [PATCH] [hostap-driver] Always escape essid

2009-05-30 Thread Marcin Tabakiernik
2009/5/31, Vasilis Tsiligiannis : > Signed-off-by: Vasilis Tsiligiannis > --- > .../package/hostap-driver/files/lib/wifi/hostap.sh |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/trunk/package/hostap-driver/files/lib/wifi/hostap.sh > b/trunk/package/hostap-driver/fi

Re: [OpenWrt-Devel] define device profile & ntfs-3g updates

2009-05-30 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Bud. > Q1: Where can I find examples or how is it done? In target/linux/brcm-2.4/profiles/ . > Q2: I have no echo since two days. Does somebody actively monitor the > tickets? Yes, but it sometime take some time until the next round of patches i

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

2009-05-30 Thread Jo-Philipp Wich
Patch + no-awk modification committed in r16220. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] [hostap-driver] Add bssid, frag and rts options and fix mac access control

2009-05-30 Thread Jo-Philipp Wich
Committed in r16221. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] [hostap-driver] Always escape essid

2009-05-30 Thread Jo-Philipp Wich
Committed in r16222. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] Typo in r8610.mk

2009-05-30 Thread Jo-Philipp Wich
Committed in r16223. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] Typo in r8610.mk

2009-05-30 Thread Jac Goudsmit
signed-off by: Jac Goudsmit --- Index: trunk/target/linux/rdc/profiles/R8610.mk === --- trunk/target/linux/rdc/profiles/R8610.mk (revision 16222) +++ trunk/target/linux/rdc/profiles/R8610.mk (working copy) @@ -6,7 +6,7 @@ # define P

[OpenWrt-Devel] [PATCH] [hostap-driver] Always escape essid

2009-05-30 Thread Vasilis Tsiligiannis
Signed-off-by: Vasilis Tsiligiannis --- .../package/hostap-driver/files/lib/wifi/hostap.sh |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/trunk/package/hostap-driver/files/lib/wifi/hostap.sh b/trunk/package/hostap-driver/files/lib/wifi/hostap.sh index 1f43b2a..cacc3ba

[OpenWrt-Devel] [PATCH] [hostap-driver] Add bssid, frag and rts options and fix mac access control

2009-05-30 Thread Vasilis Tsiligiannis
Signed-off-by: Vasilis Tsiligiannis --- .../package/hostap-driver/files/lib/wifi/hostap.sh | 18 -- trunk/package/wpa_supplicant/files/config.brcm-2.4 |2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/trunk/package/hostap-driver/files/lib/wifi/hostap.sh