Re: [OpenWrt-Devel] [PATCH 12.09] AA: hotplug2: use source hosted by OpenWrt as the original source is down

2014-07-04 Thread Felix Fietkau
On 2014-07-04 07:54, Matthias Schiffer wrote: The SVN server used so far seems to have gone down as of 07/2014, so let's just use the source tarball mirrored by OpenWrt. Signed-off-by: Matthias Schiffer mschif...@universe-factory.net Applied in r41503, thanks. - Felix

[OpenWrt-Devel] [PATCH 3/3][esr1750][resend] ar71xx: add support for EnGenius ESR1750

2014-07-04 Thread Jon Suphammer
Signed-off-by: Jon Suphammer j...@suphammer.net --- target/linux/ar71xx/base-files/etc/diag.sh | 3 + .../ar71xx/base-files/etc/uci-defaults/02_network | 7 + target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 + .../ar71xx/base-files/lib/upgrade/platform.sh | 1 +

[OpenWrt-Devel] [PATCH 1/3][esr1750][resend] ar71xx: allow ath79_nvram_parse_mac_addr parsing mac with quotes

2014-07-04 Thread Jon Suphammer
Signed-off-by: Jon Suphammer j...@suphammer.net --- target/linux/ar71xx/files/arch/mips/ath79/nvram.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/target/linux/ar71xx/files/arch/mips/ath79/nvram.c b/target/linux/ar71xx/files/arch/mips/ath79/nvram.c index 43911b8..3119778 100644 ---

[OpenWrt-Devel] [PATCH 2/3][esr1750][resend] ar71xx: add a helper function for setting up ETH_CFG register on QCA955x

2014-07-04 Thread Jon Suphammer
Signed-off-by: Jon Suphammer j...@suphammer.net --- target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c | 19 +++ target/linux/ar71xx/files/arch/mips/ath79/dev-eth.h | 1 + 2 files changed, 20 insertions(+) diff --git a/target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c

Re: [OpenWrt-Devel] target rb532 / routerboard / PCI issues

2014-07-04 Thread John Crispin
applied in r41505 On 04/07/2014 00:24, Roman Yeryomin wrote: On 16 April 2014 11:17, Bastian Bittorf bitt...@bluebottle.com wrote: * Roman Yeryomin leroi.li...@gmail.com [16.04.2014 09:34]: Also pci seems to be broken as neither miniPCI slots nor VIA ethernet ports are not working: I've

Re: [OpenWrt-Devel] target rb532 / routerboard / PCI issues

2014-07-04 Thread Roman Yeryomin
On 4 July 2014 09:35, John Crispin j...@phrozen.org wrote: applied in r41505 Thanks! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [RFC] BCM63XX SMP: assign interrupts to one cpu rather than both

2014-07-04 Thread José Vázquez
Found this comment in a Broadcom source code that has an interesting comment; in addition, danitool, testing different kernel command lines found that forcing all the interrupts to CPUx the network throughput was increased more than a 15% (as far i remember). Any comment will be welcome. Pepe

[OpenWrt-Devel] [brcm2708] Use uci-defaults for network config

2014-07-04 Thread Álvaro Fernández Rojas
By using uci-defaults force_link is enabled, which fixes some link issues if ethernet cable isn't connected when LAN is initialized. Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- diff --git a/target/linux/brcm2708/base-files/etc/config/network

Re: [OpenWrt-Devel] [brcm2708] Use uci-defaults for network config

2014-07-04 Thread Jonas Gorski
Hi, On Fri, Jul 4, 2014 at 1:33 PM, Álvaro Fernández Rojas nolt...@gmail.com wrote: By using uci-defaults force_link is enabled, which fixes some link issues if ethernet cable isn't connected when LAN is initialized. Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- (snip) diff

Re: [OpenWrt-Devel] [RFC] BCM63XX SMP: assign interrupts to one cpu rather than both

2014-07-04 Thread Jonas Gorski
On Fri, Jul 4, 2014 at 12:46 PM, José Vázquez ppvazquez...@gmail.com wrote: Found this comment in a Broadcom source code that has an interesting comment; in addition, danitool, testing different kernel command lines found that forcing all the interrupts to CPUx the network throughput was

[OpenWrt-Devel] [PATCH V2][brcm2708] Use uci-defaults for network config

2014-07-04 Thread Álvaro Fernández Rojas
By using uci-defaults force_link is enabled, which fixes some link issues if ethernet cable isn't connected when LAN is initialized. Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- v2: check for existing network config as Jonas suggested. diff --git

[OpenWrt-Devel] [PATCH] lantiq: generate /tmp/sysinfo/lantiq_board_name if missing

2014-07-04 Thread Ben Mulvihill
Run lantiq_board_detect from lantiq_board_name and lantiq_board_model. This was the one thing missing from r41474 for sysupgrade board detection to work properly. Sysupgrade on the BTHOMEHUBV2B falls down later on in the process I'm afraid, but I still have to investigate why. Ben

Re: [OpenWrt-Devel] IEEE 802.11 TDMA mode support in OpenWRT

2014-07-04 Thread Fernando Frediani
Hi Ben, TDMA doesn't require synchronization between the radios. This would be Ubiquiti's AirSync technology and that's for another usage. When you have two or mode radios colocated in a tower receiving and transmitting at the same time so it avoids them do it at the same time and

Re: [OpenWrt-Devel] Status of DFS in OpenWrt - ath9k

2014-07-04 Thread Jacek Kikiewicz
Hello, I have CONFIG_PACKAGE_ATH_DFS=y and still cannot use this... any idea how / what should be debugged? Jacek On 03.07.2014 18:14, Martin Garbe wrote: The command iw phy ... only shows hardware capabilities. For DFS hardware AND software support is needed. In OpenWRT you need hostapd to

Re: [OpenWrt-Devel] [RFC] BCM63XX SMP: assign interrupts to one cpu rather than both

2014-07-04 Thread José Vázquez
I have sent it if it could help. The most the information the better the choice. danitool made the mentioned tests so ask him about the details. Regards: Pepe El viernes, 4 de julio de 2014, Jonas Gorski j...@openwrt.org escribió: On Fri, Jul 4, 2014 at 12:46 PM, José Vázquez

[OpenWrt-Devel] [PATCH 1/4] [rb532] fix jffs2 images

2014-07-04 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin ro...@advem.lv --- target/linux/rb532/image/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/rb532/image/Makefile b/target/linux/rb532/image/Makefile index 65ef919..3cc7bce 100644 --- a/target/linux/rb532/image/Makefile

[OpenWrt-Devel] [PATCH 0/4] fix rb532 support

2014-07-04 Thread Roman Yeryomin
This patch set fully fixes rb532 support and removes broken mark. Roman Yeryomin (4): [rb532] fix jffs2 images [rb532] change default package set [rb532] add wan interface [rb532] remove broken mark target/linux/rb532/Makefile | 4 ++--

[OpenWrt-Devel] [PATCH 4/4] [rb532] remove broken mark

2014-07-04 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin ro...@advem.lv --- target/linux/rb532/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/rb532/Makefile b/target/linux/rb532/Makefile index 97f5312..dfbdcf0 100644 --- a/target/linux/rb532/Makefile +++

[OpenWrt-Devel] [PATCH 2/4] [rb532] change default package set

2014-07-04 Thread Roman Yeryomin
There could be no wireless interfaces but ethernets are on board. Signed-off-by: Roman Yeryomin ro...@advem.lv --- target/linux/rb532/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/rb532/Makefile b/target/linux/rb532/Makefile index 3f64703..97f5312

[OpenWrt-Devel] [PATCH 3/4] [rb532] add wan interface

2014-07-04 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin ro...@advem.lv --- target/linux/rb532/base-files/etc/config/network | 4 1 file changed, 4 insertions(+) diff --git a/target/linux/rb532/base-files/etc/config/network b/target/linux/rb532/base-files/etc/config/network index 3a8c8f3..1153799 100644 ---

[OpenWrt-Devel] [PATCH] ramips: add support for WR8305RT board

2014-07-04 Thread Jorge Vargas
Signed-off-by: Jorge Vargas jorge.var...@sosvia.com --- target/linux/ramips/base-files/etc/diag.sh | 3 + .../etc/hotplug.d/firmware/10-rt2x00-eeprom| 1 + .../ramips/base-files/etc/uci-defaults/01_leds | 5 + .../ramips/base-files/etc/uci-defaults/02_network | 12 +++