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
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
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
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
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
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
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
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
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
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
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
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/
12 matches
Mail list logo