[OpenWrt-Devel] Filter HTTPS traffic based on URL?

2012-08-05 Thread Nguyễn Hồng Quân
Hello, I'm working on a captive portal based on WifiDog (under OpenWrt). My goal is to allow to login to captive portal using Google, Facebook acount, via OAuth. Using OAuth requires to logging in to Google, Facebook. I want users to have access to login form only, not the overall of Facebook

[OpenWrt-Devel] lantiq: W502V/ARV4525PW buttons seem to clash with pci gpios

2012-08-05 Thread Tobias Diedrich
So, I've found the gpios the reset/wlan buttons are hooked up to. Unfortunately they seem to clash with pci gpios. Reset button is on gpio 30 (Clashes: pci-gnt1). Wlan button is on gpio 29 (Clashes: pci-req1). I've _verified_ that these are the buttons, but to be able to hook them into the pollin

Re: [OpenWrt-Devel] [PATCH] ramips: fix failsafe netlogon

2012-08-05 Thread Łukasz Gołębiowski
Hi I can confirm, that this patch is also needed for edimax 3g-6200n (rt3050f). I was also having problems with not working failsafe on this router. After applying this patch, and adding board name 3g-6200n to section where wl-351 is defined, failsafe works :). 2012/7/29 Сергей Василюгин : > Fail

Re: [OpenWrt-Devel] [ath5k-devel] [PATCH] ath5k: Fix two small issues with user txpower setting

2012-08-05 Thread Tobias Diedrich
Nick Kossifidis wrote: > 2012/8/5 Tobias Diedrich : > > Nick Kossifidis wrote: > >> 2012/8/5 Tobias Diedrich : > >> > Fix two small issues with user txpower setting > >> > > >> > 1) > >> > ath5k is not setting max_power in the channel info, I'm using > >> > AR5K_TUNE_MAX_TXPOWER/2 (31dBm) as the de

Re: [OpenWrt-Devel] [ath5k-devel] [PATCH] ath5k: Fix two small issues with user txpower setting

2012-08-05 Thread Tobias Diedrich
Nick Kossifidis wrote: > 2012/8/5 Tobias Diedrich : > > Fix two small issues with user txpower setting > > > > 1) > > ath5k is not setting max_power in the channel info, I'm using > > AR5K_TUNE_MAX_TXPOWER/2 (31dBm) as the default in this patch. > > Is that ath5k's job or should the upper layers d

[OpenWrt-Devel] [PATCH 1/3] [packages] Package libdaq as a new Snort dependency

2012-08-05 Thread Jiri Slachta
Hi, I would like to introduce you new package, libdaq, a data acquisition library needed by a Snort 2.9.x. Signed-off-by: Jiri Slachta Index: feeds/packages/libs/libdaq/Makefile === --- feeds/packages/libs/libdaq/Makefile (revision

[OpenWrt-Devel] [bcm63xx] experimental configs and patches for linux 3.5.0

2012-08-05 Thread Joel EJC
Hi, Here a link with experimental configs and patches for linux3.5 http://www.neufgiga.com/n/50-17/share/LNK1640501e9dd7d56c4/ Tested with my  NB4 Best regards Joel___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.o

[OpenWrt-Devel] [PATCH] ath5k: Fix two small issues with user txpower setting

2012-08-05 Thread Tobias Diedrich
Fix two small issues with user txpower setting 1) ath5k is not setting max_power in the channel info, I'm using AR5K_TUNE_MAX_TXPOWER/2 (31dBm) as the default in this patch. 2) The newly added ah->ah_txpower.txp_user_pwr gets reset on channel change, save the value and restore it after clearing t

Re: [OpenWrt-Devel] [ath5k-devel] ath5k and txpower

2012-08-05 Thread Tobias Diedrich
Tobias Diedrich wrote: > Tobias Diedrich wrote: > > This patch tries to fix this (but is probably wrong :)) > > After applying this patch "iw phy phy0 info" looks good, but > > WiFi Analyzer on my phone still shows a very weak signal for the AP. > > > > Until I do this: > > root@OpenWrt:/# iw phy

Re: [OpenWrt-Devel] ath5k and txpower

2012-08-05 Thread Tobias Diedrich
Tobias Diedrich wrote: > This patch tries to fix this (but is probably wrong :)) > After applying this patch "iw phy phy0 info" looks good, but > WiFi Analyzer on my phone still shows a very weak signal for the AP. > > Until I do this: > root@OpenWrt:/# iw phy phy0 set txpower fixed 0 > root@OpenW

[OpenWrt-Devel] [PATCH] [packages] tinyproxy: fix default config binary flags

2012-08-05 Thread Paul Fertser
The init script expects uci-style 1/0 and not Yes/No or On/Off in the config. Amend the commented-out configuration directives accordingly. Signed-off-by: Paul Fertser --- net/tinyproxy/files/tinyproxy.config | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ne

[OpenWrt-Devel] [PATCH] [packages] autossh: pass env variables on init properly

2012-08-05 Thread Paul Fertser
Busybox's ash doesn't pass unexported environment variables to processes started from within a function, so a service started with MMM=xyz service_start blablabla will never see the MMM variable. Fix this by exporting the important variables. Signed-off-by: Paul Fertser --- net/autossh/files/