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

2014-07-04 Thread Jorge Vargas
Signed-off-by: Jorge Vargas --- 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 +++ .../ramips/base-files/l

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

2014-07-04 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin --- 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 +++ b/target/linux/rb532/Makefile @@ -9,7 +9,

[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 --- 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 100644 --- a/target

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

2014-07-04 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin --- 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 --- a/target/linux/rb532/ba

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

2014-07-04 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin --- 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 +++ b/target/lin

[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 ++-- target/linux/rb532/base-files/

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 escribió: > On Fri, Jul 4, 2014 at 12:46 PM, José Vázquez > wrote: > > Found this comment

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

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 synchronize

[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 Signed-off-b

[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 --- v2: check for existing network config as Jonas suggested. diff --git a/target/linux/brcm2708/base-files/etc/config/netwo

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 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 increased more than a 15

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 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 > --- (snip) > diff --git a/target/linux/brcm2708/

[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 --- diff --git a/target/linux/brcm2708/base-files/etc/config/network b/target/linux/brcm2708/base-files/etc/config/network d

[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

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

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