Re: [OpenWrt-Devel] lantiq: ath_pci_fixup cannot work since it's called before ath9k_eeprom_probe

2013-09-09 Thread John Crispin
On 08/09/13 18:50, Luca Olivetti wrote: Al 08/09/13 18:08, En/na Luca Olivetti ha escrit: As per the subject, the function ath_pci_fixup (in arch/mips/lantiq/xway/pci-ath-fixup.c) is called very early in the boot process, before ath9k_eeprom_probe (in arch/mips/lantiq/xway/ath_eep.c) has had

[OpenWrt-Devel] [PATCH 001/001] [brcm47xx] board detection, GPIO for Linksys E1000 V2.1

2013-09-09 Thread Zachary Catlin
From: Zachary Catlin zcat...@indiana.edu This patch adds board detection for the Linksys E1000 V2.1 router, as well as GPIO support for same. Signed-off-by: Zachary Catlin zcat...@indiana.edu --- This fixes bug #14135. Currently, wired networking isn't working on the router, and I haven't tried

Re: [OpenWrt-Devel] getting more randomness by improving MIPS get_cycles()

2013-09-09 Thread John Crispin
On 08/09/13 21:04, Dave Taht wrote: So, what blocks having a working get_cycles in common mips architectures? Dave, wrong mailing list. please post this on lmo John ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] lantiq: ath_pci_fixup cannot work since it's called before ath9k_eeprom_probe

2013-09-09 Thread Luca Olivetti
Al 09/09/13 08:01, En/na John Crispin ha escrit: On 08/09/13 18:50, Luca Olivetti wrote: Al 08/09/13 18:08, En/na Luca Olivetti ha escrit: As per the subject, the function ath_pci_fixup (in arch/mips/lantiq/xway/pci-ath-fixup.c) is called very early in the boot process, before

[OpenWrt-Devel] Developer update

2013-09-09 Thread Gregers Petersen
There has been a few changes in the OpenWrt infrastructure recently and several other things are in the development pipeline. - dev.openwrt.org has been moved to a new server, which is the intentional reason for the recent SSL key change. This will hopefully solve some of the Trac performance

[OpenWrt-Devel] redirect in uhttp

2013-09-09 Thread Bill Yuan
hi I am using uhttpd, and I want to configure a page to handle all the request. so it requires a redirection in for all the traffic. and I am looking for the answer about how to achieve this . in apache ,there is an rewrite module, and once config like below RewriteEngine onRewriteRule ^/(.+)

[OpenWrt-Devel] Un-softbricking Linksys E900 (bcm47xx) with CFE

2013-09-09 Thread Rafał Miłecki
I've installed firmware with broken network. It's useless, so I need to install another firmware using CFE. My CFE seems to run tftpd server for 3 seconds during boot: Waiting for 3 seconds to upgrade ... CMD: [load -raw -addr=0x807ae1b0 -max=0x1851e50 :] Loader:raw Filesys:tftp Dev:eth0

Re: [OpenWrt-Devel] Un-softbricking Linksys E900 (bcm47xx) with CFE

2013-09-09 Thread Rafał Miłecki
2013/9/9 Rafał Miłecki zaj...@gmail.com: Unfortunately this Linksys compiledinstalled CFE without web server or tftpd command, so I cant's use any of that 2 alternative methods. My CFE has 3 interesting commands: upgrade, flash and save (for the full list see cfe.help.txt). 1) flash [options]

Re: [OpenWrt-Devel] Un-softbricking Linksys E900 (bcm47xx) with CFE

2013-09-09 Thread Rafał Miłecki
2013/9/9 Rafał Miłecki zaj...@gmail.com: 1) flash [options] source-file [destination-file] Passing source-file is easy (like 192.168.1.2:/bin/code.bin), but I'm not sure about destination-file. The destination-device parameter may be a flash device or an EEPROM. If not specified,

Re: [OpenWrt-Devel] ath9k (ad-hoc?) problems in compat-wireless trunk as of sept 6/2

2013-09-09 Thread Nicolás Echániz
I have kept testing this and was able to reproduce the same problem every time. The performance perception when the network is at rush hour is very unstable so I tried to reproduce traffic conditions during late night. I sent multiple netperfs through different routes and while the netperfs were

Re: [OpenWrt-Devel] Un-softbricking Linksys E900 (bcm47xx) with CFE

2013-09-09 Thread Hauke Mehrtens
On 09/09/2013 12:52 PM, Rafał Miłecki wrote: 2013/9/9 Rafał Miłecki zaj...@gmail.com: 1) flash [options] source-file [destination-file] Passing source-file is easy (like 192.168.1.2:/bin/code.bin), but I'm not sure about destination-file. The destination-device parameter may be a flash

Re: [OpenWrt-Devel] Un-softbricking Linksys E900 (bcm47xx) with CFE

2013-09-09 Thread Rafał Miłecki
2013/9/9 Hauke Mehrtens ha...@hauke-m.de: On 09/09/2013 12:52 PM, Rafał Miłecki wrote: 2013/9/9 Rafał Miłecki zaj...@gmail.com: 1) flash [options] source-file [destination-file] Passing source-file is easy (like 192.168.1.2:/bin/code.bin), but I'm not sure about destination-file. The

[OpenWrt-Devel] [PATCH] This upgrades haveged from 1.4 to 1.7c (closes #13979)

2013-09-09 Thread Christian Pointner
Signed-off-by: Christian Pointner equi...@chaos-at-home.org --- utils/haveged/Makefile | 40 +--- utils/haveged/files/haveged.init | 4 ++-- 2 files changed, 35 insertions(+), 9 deletions(-) diff --git a/utils/haveged/Makefile

Re: [OpenWrt-Devel] [PATCH 001/001] [brcm47xx] board detection, GPIO for Linksys E1000 V2.1

2013-09-09 Thread Zachary Catlin
From: Zachary Catlin zcat...@indiana.edu This patch adds board detection for the Linksys E1000 V2.1 router, as well as GPIO support for same. Signed-off-by: Zachary Catlin zcat...@indiana.edu --- NOTE: This is identical to the patch I sent earlier today (local time), but the first time around my

Re: [OpenWrt-Devel] [PATCH] packages: enable ip on busybox

2013-09-09 Thread Luis R. Rodriguez
On Fri, Sep 6, 2013 at 12:39 PM, Luis R. Rodriguez mcg...@qca.qualcomm.com wrote: From: Luis R. Rodriguez mcg...@qca.qualcomm.com iw is to iwconfig as ip is to ifconfig As with iwconfig, ifconfig is deprecated, promote usage of ip using netlink. Signed-off-by: Luis R. Rodriguez

[OpenWrt-Devel] [PATCH 0/7] hostapd: series of hostapd fixes

2013-09-09 Thread Luis R. Rodriguez
From: Luis R. Rodriguez mcg...@qca.qualcomm.com Here's a series of hostapd fixes that have helped pass both 802.11n and WPS testings. Luis R. Rodriguez (1): hostapd: fix hostapd RSN preauthentication PMKSA caching Mathieu Olivari (5): hostapd: Add eap_reauth_period config option hostapd:

[OpenWrt-Devel] [PATCH 3/7] hostapd: fix hostapd RSN preauthentication PMKSA caching

2013-09-09 Thread Luis R. Rodriguez
From: Luis R. Rodriguez mcg...@do-not-panic.com In 2009 OpenWrt's hostapd config added an auth_cache boolean to be used to address a reported issue #12129 [0] on a forum [1]. The reported issue on the ticket is different that the one described on the forum. The commit was r33359. This change

[OpenWrt-Devel] [PATCH 2/7] hostapd: Add WPS unconfigured WPS pin method support

2013-09-09 Thread Luis R. Rodriguez
From: Mathieu Olivari math...@qca.qualcomm.com Signed-off-by: Mathieu Olivari math...@qca.qualcomm.com Signed-off-by: Luis R. Rodriguez mcg...@qca.qualcomm.com --- package/network/services/hostapd/files/hostapd.sh | 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) diff

[OpenWrt-Devel] [PATCH 1/7] hostapd: Add eap_reauth_period config option

2013-09-09 Thread Luis R. Rodriguez
From: Mathieu Olivari math...@qca.qualcomm.com This adds the eap_reauth_period to be used for modifying the RADIUS server reauthentication authentication period, a parameter that gets passed directly to the hostapd configuration file. Signed-off-by: Mathieu Olivari math...@qca.qualcomm.com

[OpenWrt-Devel] [PATCH 4/7] hostapd: enable WPS2 support on hostapd-full.config

2013-09-09 Thread Luis R. Rodriguez
From: Sujith Manoharan c_man...@qca.qualcomm.com Enable CONFIG_WPS2 for hostapd. This is required to support options like Virtual Push Button in WPS. Signed-off-by: Sujith Manoharan c_man...@qca.qualcomm.com Signed-off-by: Luis R. Rodriguez mcg...@qca.qualcomm.com ---

[OpenWrt-Devel] [PATCH 5/7] hostapd: prompt user confirmation when WPS is used with hiden ssid

2013-09-09 Thread Luis R. Rodriguez
From: Mathieu Olivari math...@qca.qualcomm.com This is required explicitly for WPS 2.0 testing. Signed-off-by: Mathieu Olivari math...@qca.qualcomm.com Signed-off-by: Sujith Manoharan c_man...@qca.qualcomm.com Signed-off-by: Luis R. Rodriguez mcg...@qca.qualcomm.com ---

[OpenWrt-Devel] [PATCH 6/7] hostapd: add external registrar support

2013-09-09 Thread Luis R. Rodriguez
From: Mathieu Olivari math...@qca.qualcomm.com Setting wireless.@wifi-iface[N].ext_registrar=1 will enable UPNP advertising and add an external registrar to the interface this vif belongs to (br-lan if the vif is included in the LAN bridge). By enabling this we append upnp_iface=xxx to the

[OpenWrt-Devel] [PATCH 7/7] hostapd: recognize 8021x as an authentication mode

2013-09-09 Thread Luis R. Rodriguez
From: Mathieu Olivari math...@qca.qualcomm.com Currently, in order to configure the authentication daemon in 8021x mode, we need to set wireless.@wifi-iface[0].encryption=wpa Though it works it confuses folks as 8021x is using WEP encryption and not WPA. Therefore the terminology itself is

Re: [OpenWrt-Devel] Un-softbricking Linksys E900 (bcm47xx) with CFE

2013-09-09 Thread Nathan Hintz
On Mon, 9 Sep 2013 16:06:49 +0200 Rafał Miłecki zaj...@gmail.com wrote: 2013/9/9 Hauke Mehrtens ha...@hauke-m.de: On 09/09/2013 12:52 PM, Rafał Miłecki wrote: 2013/9/9 Rafał Miłecki zaj...@gmail.com: 1) flash [options] source-file [destination-file] Passing source-file is easy (like