Re: [OpenWrt-Devel] Dualradio 2.4/5GHz ath9k-Hardware which is deliverable?

2015-07-02 Thread Bastian Bittorf
* Etienne Champetier [02.07.2015 10:51]: > > is 2.4+5ghz ath9k really outdated? bye, bastian > > maybe you can explain why only ath9k (mesh? binary blob?) We like on 4 things: - ratecontrol in userspace (minstrel) - powercontrol in userspace (not upstream yet) - IBSS/adhoc together with AP-mode

Re: [OpenWrt-Devel] alternative for "pyserial+python-mini"

2015-07-02 Thread valent.turko...@gmail.com
Come on guys help me out with Python wiki page, it looks like I know much less about python that you and I'm the only one documenting this which is bad :) Take a look at latest version: http://wiki.openwrt.org/doc/software/python On 27 June 2015 at 22:42, Christian Mehlis wrote: > Am 26.06.2015

Re: [OpenWrt-Devel] [PATCH 1/2] ar71xx: rework patch for qca953x/956x

2015-07-02 Thread Roman Yeryomin
On 2 July 2015 at 09:49, wrote: > From: Miaoqing Pan > > Patch cherry-picked from the following location: > https://www.codeaurora.org/cgit/quic/qsdk/oss/system/openwrt/commit/?h=release/coconut_ioe4531_2.0&id=5c357bf6c763e4140dddcc9a3bc5f005525a9c0e > > Changelist, > - add more register def

Re: [OpenWrt-Devel] alternative for "pyserial+python-mini"

2015-07-02 Thread Alexandru Ardelean
Will make time to update Python :) On Thu, Jul 2, 2015 at 11:51 AM, valent.turko...@gmail.com < valent.turko...@gmail.com> wrote: > Come on guys help me out with Python wiki page, it looks like I know > much less about python that you and I'm the only one documenting this > which is bad :) > > T

Re: [OpenWrt-Devel] [PATCH 1/2] ar71xx: rework patch for qca953x/956x

2015-07-02 Thread Pan, Miaoqing
No logic changes of qca956x. Just move the eth changes out of the 735 patch to 'dev-eth.c' file. Regards, Miaoqing -Original Message- From: Roman Yeryomin [mailto:leroi.li...@gmail.com] Sent: Thursday, July 02, 2015 4:55 PM To: Pan, Miaoqing Cc: OpenWrt Development List Subject: Re: [O

Re: [OpenWrt-Devel] [PATCH 1/2] ar71xx: rework patch for qca953x/956x

2015-07-02 Thread Roman Yeryomin
Yes, sorry, forgot to mention it's broken now too. On 2 July 2015 at 12:34, Pan, Miaoqing wrote: > No logic changes of qca956x. Just move the eth changes out of the 735 patch > to 'dev-eth.c' file. > > Regards, > Miaoqing > > -Original Message- > From: Roman Yeryomin [mailto:leroi.li...

Re: [OpenWrt-Devel] [Olsr-dev] [ANNOUNCE - v1] olsrd v0.9.0.2 released

2015-07-02 Thread Bastian Bittorf
* Ferry Huberts [30.06.2015 18:38]: > We did a bug-fix release of olsrd v1. yesterday i updated the OpenWrt routing-packages for trunk|14.07|15.05 - thank you all! BTW: no issues so far when using 'musl' libc. as always: please compile, test and report 8-) bye, bastian _

[OpenWrt-Devel] ramips and mips16

2015-07-02 Thread Cristian Morales Vega
I don't really know the details of this, but I see that in target/linux/ramips/patches-3.18/100-mt7621-add-cpu-feature-overrides.patch there is a "#define cpu_has_mips16 1". but in target/linux/ramips/Makefile "mips16" is not one of the FEATURES. Should it be added? __

[OpenWrt-Devel] [PATCH v2 2/8] ath79: dev-eth: initialize clock for id 0 on AR934X

2015-07-02 Thread Günther Kelleter
Signed-off-by: Günther Kelleter --- target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c b/target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c index ae3db4c..a64d397 10064

[OpenWrt-Devel] [PATCH v2 6/8] generic: replace request_irq by request_threaded_irq to fix non working ledtrig-gpio

2015-07-02 Thread Günther Kelleter
Signed-off-by: Günther Kelleter --- .../835-fix-irq-request-ledtrig-gpio.patch| 19 +++ 1 file changed, 19 insertions(+) create mode 100644 target/linux/generic/patches-3.18/835-fix-irq-request-ledtrig-gpio.patch diff --git a/target/linux/generic/patches-3.18/835-f

[OpenWrt-Devel] [PATCH v2 1/8] ar71xx: ag71xx: add pdata field supported

2015-07-02 Thread Günther Kelleter
to allow target specific override of phydev->supported. Signed-off-by: Günther Kelleter --- .../ar71xx/files/arch/mips/include/asm/mach-ath79/ag71xx_platform.h | 1 + .../ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_phy.c| 5 + 2 files changed, 6 insertions(+) diff --git a/

[OpenWrt-Devel] [PATCH v2 5/8] mac80211: make more ath10k firmwares selectable

2015-07-02 Thread Günther Kelleter
The ath10k firmware version is now a choice in the config menu. Added options for older firmware versions (10.1 and 10.2). It seems that recent firmware versions don't always run properly and this provides the option to select an older (more stable) version instead. Signed-off-by: Günther Kelle

[OpenWrt-Devel] [PATCH v2 4/8] ar71xx: add support to use gpio irqs

2015-07-02 Thread Günther Kelleter
Signed-off-by: Günther Kelleter --- .../739-MIPS-ath79-add-gpio-irq-support.patch | 241 + 1 file changed, 241 insertions(+) create mode 100644 target/linux/ar71xx/patches-3.18/739-MIPS-ath79-add-gpio-irq-support.patch diff --git a/target/linux/ar71xx/patches-3.18/739

[OpenWrt-Devel] [PATCH v2 7/8] base-files: added option to configure the gpio led trigger in uci-defaults

2015-07-02 Thread Günther Kelleter
Signed-off-by: Günther Kelleter --- package/base-files/files/etc/init.d/led | 7 +++ .../base-files/files/lib/functions/uci-defaults.sh | 20 2 files changed, 27 insertions(+) diff --git a/package/base-files/files/etc/init.d/led b/package/base-files/file

[OpenWrt-Devel] [PATCH v2 3/8] ar71xx: add support for the devolo dLAN pro 500 Wireless+

2015-07-02 Thread Günther Kelleter
Signed-off-by: Günther Kelleter --- target/linux/ar71xx/base-files/etc/diag.sh | 3 + .../ar71xx/base-files/etc/uci-defaults/01_leds | 7 + .../ar71xx/base-files/etc/uci-defaults/02_network | 4 + target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 + .../ar71xx/base-files

[OpenWrt-Devel] [PATCH v2 0/8] ar71xx: support for devolo dLAN devices

2015-07-02 Thread Günther Kelleter
This patch set adds support for two devolo dLAN devices: dLAN pro 500 Wireless+ dLAN pro 1200+ Wifi ac It supports the wlan and ethernet interfaces. PLC support must be implemented in user space and will folow later when basic support is finally accepted Günther Kelleter (8): ar71xx: ag71x

[OpenWrt-Devel] [PATCH v2 8/8] ar71xx: add support for the devolo dLAN pro 1200+ WiFi ac

2015-07-02 Thread Günther Kelleter
Signed-off-by: Günther Kelleter --- target/linux/ar71xx/base-files/etc/diag.sh | 3 + .../etc/hotplug.d/firmware/11-ath10k-caldata | 8 + .../ar71xx/base-files/etc/uci-defaults/01_leds | 6 + .../ar71xx/base-files/etc/uci-defaults/02_network | 6 + target/linux/ar71xx/b

Re: [OpenWrt-Devel] [PATCH V2 procd] service: start apps with LD_PRELOAD & lib for line buffering

2015-07-02 Thread Rafał Miłecki
On 20 June 2015 at 21:42, Rafał Miłecki wrote: > Using pipe automatically switches service to block buffering which kind > of breaks our logging. We won't get anything from FD until the buffer > gets filled fully or the service exits. This makes log messages appear > with an unwanted delay. > This

[OpenWrt-Devel] error 421 while creating new ticket

2015-07-02 Thread Bastian Bittorf
just for the admin: Warning: The ticket has been created, but an error occurred while sending notifications: (421, 'Unexpected failure, please try later') while submitting this new ticket: https://dev.openwrt.org/ticket/20029 bye, bastian ___ openwrt-de

Re: [OpenWrt-Devel] [PATCH 1/2] ar71xx: rework patch for qca953x/956x

2015-07-02 Thread Matthias Schiffer
On 07/02/2015 08:49 AM, miaoq...@qti.qualcomm.com wrote: > From: Miaoqing Pan > > Patch cherry-picked from the following location: > https://www.codeaurora.org/cgit/quic/qsdk/oss/system/openwrt/commit/?h=release/coconut_ioe4531_2.0&id=5c357bf6c763e4140dddcc9a3bc5f005525a9c0e > > Changelist, >

Re: [OpenWrt-Devel] [PATCH] hostapd netifd wmm configuration for speedup wifi.

2015-07-02 Thread Felix Fietkau
On 2015-06-30 11:05, N.Leiten wrote: > Speed up wifi up to 2 times in Access Point mode. On rt5350 platfrom I > got speed up from 35-40Mbit to 70-80Mbit, on ar71xx I got improvement > from 45Mbit to 100Mbit with this parameters set in hostapd.conf. It > seems that hostapd expects not only 'wmm_enab

[OpenWrt-Devel] asking for help about mt7620 restarting

2015-07-02 Thread ldy647
Dear sir/Madam, recently, when we install our wireless router, we found when we run the reboot command, the board couldn't restart. We hope you could lend us a hand to solve this problem. We'll be quite grateful for what you do for us. By the way, our board is MT7620 equipped with 32M spi f

[OpenWrt-Devel] asking for help about mt7620 restarting

2015-07-02 Thread ldy647
Dear sir/Madam, recently, when we install our wireless router, we found when we run the reboot command, the board couldn't restart. We hope you could lend us a hand to solve this problem. We'll be quite grateful for what you do for us. By the way, our board is MT7620 equipped with 32M spi f

[OpenWrt-Devel] help

2015-07-02 Thread ldy647
Dear sir/Madam, recently, when we install our wireless router, we found when we run the reboot command, the board couldn't restart. We hope you could lend us a hand to solve this problem. We'll be quite grateful for what you do for us. By the way, our board is MT7620 equipped with 32M spi f

Re: [OpenWrt-Devel] help

2015-07-02 Thread nam228
How about "reboot -f " ? On 03/07/2015 12:00, ldy647 wrote: Dear sir/Madam, recently, when we install our wireless router, we found when we run the reboot command, the board couldn't restart. We hope you could lend us a hand to solve this problem. We'll be quite grateful for what you do f

Re: [OpenWrt-Devel] [PATCH 1/2] ar71xx: rework patch for qca953x/956x

2015-07-02 Thread Pan, Miaoqing
Thanks, go ahead with the updated version. My patch base on git://git.openwrt.org/openwrt.git. For WMAC IRQ number fix, WMAC(47) and GMAC(46) share the IP2 IRQ, so from the fist look, there is no effect without this fix. But it will cause IRQ storm. Miaoqing -Original Message-

Re: [OpenWrt-Devel] asking for help about mt7620 restarting

2015-07-02 Thread Pan, Miaoqing
Most SOCs don't support 4 bytes in boot stage. Try extended address mode, https://www.codeaurora.org/cgit/quic/qsdk/oss/boot/u-boot-1.1.4/commit/?h=release/coconut_ioe4531_2.0&id=2c537127056384523e92a43bf645f34a26696a39 https://www.codeaurora.org/cgit/quic/qsdk/oss/system/openwrt/commit/?h=releas

[OpenWrt-Devel] [PATCH] [generic] ramips: adding support for OY-0001 Wireless Router

2015-07-02 Thread LiWeijian
From: Tom Deng <2579131...@qq.com> Adding support for OY-0001 Wireless Router. OY-0001 is a wireless router made by oyewifi.com. Below is the details: MT7620A, 128MB DDR2, 16MB FLASH, SD Slot, USB 2.0, 4 x LAN + 1 x WAN. Signed-off-by: Tom Deng <2579131...@qq.com> --- diff --git a/target/linux/r