Re: [OpenWrt-Devel] [PATCH] ramips: set mips16 support

2016-01-05 Thread José Vázquez
2016-01-04 13:02 GMT+01:00, Cristian Morales Vega : > Signed-off-by: Cristian Morales Vega > --- > target/linux/ramips/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/target/linux/ramips/Makefile

[OpenWrt-Devel] bcm5357 wireless support

2015-11-30 Thread José Vázquez Fernández
I have a Linksys E1000 with a BCM5357 SoC but the wifi is not supported in b43 nor brcmsmac, and bcmdhd is not an option. Will it be supported in a future? Regards: José Vázquez ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https

Re: [OpenWrt-Devel] bcm5357 wireless support

2015-11-30 Thread José Vázquez
2015-11-30 13:56 GMT+01:00, Rafał Miłecki <zaj...@gmail.com>: > On 30 November 2015 at 12:47, José Vázquez Fernández > <ppvazquez...@gmail.com> wrote: >> I have a Linksys E1000 with a BCM5357 SoC but the wifi is not supported in >> b43 nor brcmsmac,

Re: [OpenWrt-Devel] [PATCH 3/5] brcm63xx: lzma-loader: add BCM3380 support

2015-10-13 Thread José Vázquez
2015-10-09 22:52 GMT+02:00, Álvaro Fernández Rojas : > Not yet, also my patches for the kernel are based on yours, so maybe you > should submit them, since you were the first one to implement the support. > BTW, I boot tested bmips on BCM3380 with the following changes: >

[OpenWrt-Devel] [PATCH] [LANTIQ] ARV7519RW22 dts fix

2015-09-02 Thread José Vázquez Fernández
>From a9d8a4d04c5564abb0440a3b67dd21e8645e2c43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20V=C3=A1zquez=20Fern=C3=A1ndez?= Date: Tue, 1 Sep 2015 19:30:26 +0200 Subject: [OpenWrt-Devel] [PATCH] [LANTIQ] ARV7519RW22 dts fix The ARV7519RW22 has only one flash chip.

[OpenWrt-Devel] [PATCH] [LANTIQ] [CC] ARV7519RW22 dts fix

2015-09-02 Thread José Vázquez Fernández
>From d9de074b635e8d9442409922f867d1ed8dd36887 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20V=C3=A1zquez=20Fern=C3=A1ndez?= Date: Wed, 2 Sep 2015 13:40:28 +0200 Subject: [OpenWrt-Devel] [PATCH] [LANTIQ] ARV7519RW22 dts fix The ARV7519RW22 has only one flash chip.

Re: [OpenWrt-Devel] How to track IO usage of internal flash mtd partitions?

2015-05-19 Thread José Vázquez
0 mtdblock6 0.00 0.00 0.00208 0 mmcblk0 0.02 0.03 0.21 9786 69721 Any ideas? On 18 May 2015 at 11:45, José Vázquez ppvazquez...@gmail.com wrote: Try iostat (selectable in busybox). Maybe is what are you

Re: [OpenWrt-Devel] How to track IO usage of internal flash mtd partitions?

2015-05-18 Thread José Vázquez
Try iostat (selectable in busybox). Maybe is what are you looking for. 2015-05-17 0:40 GMT+02:00, valent.turko...@gmail.com valent.turko...@gmail.com: Here is some interesting info I found using mtdinfo tool: # mtdinfo /dev/mtd5 mtd5 Name: rootfs_data Type:

[OpenWrt-Devel] [RFC] Mips SIMD architecture (MSA)

2015-04-13 Thread José Vázquez
As far i can understand MSA is a feature that is only present in the MIPS Warrior cores and, for now, seems that could be only needed in malta [1] target. As you can see in arch/mips/Kconfig MIPS32R2 and MIPS64R2 select CPU_SUPPORTS_MSA which does not apply to the majority of the mips targets in

Re: [OpenWrt-Devel] [RFC] Mips SIMD architecture (MSA)

2015-04-13 Thread José Vázquez
2015-04-13 11:15 GMT+02:00, Paul Burton paul.bur...@imgtec.com: On Mon, Apr 13, 2015 at 10:54:05AM +0200, José Vázquez wrote: As far i can understand MSA is a feature that is only present in the MIPS Warrior cores and, for now, seems that could be only needed in malta [1] target. As you can

Re: [OpenWrt-Devel] [RFC] Mips SIMD architecture (MSA)

2015-04-13 Thread José Vázquez
2015-04-13 12:28 GMT+02:00, Paul Burton paul.bur...@imgtec.com: On Mon, Apr 13, 2015 at 11:59:20AM +0200, José Vázquez wrote: 2015-04-13 11:15 GMT+02:00, Paul Burton paul.bur...@imgtec.com: On Mon, Apr 13, 2015 at 10:54:05AM +0200, José Vázquez wrote: As far i can understand MSA is a feature

[OpenWrt-Devel] Ralink RT63365 support?

2015-03-20 Thread José Vázquez
Reviewing a Ralink SDK seems that the RT63365 in the old Trendchip SoCs so, is SoC too different to add support for it in the ramips target? I make this question because one spanish ISP is distributing the Huawei HG532s to its customers, and maybe others around the world too. Regards: José

Re: [OpenWrt-Devel] Why OpenWrt sucks?

2015-03-12 Thread José Vázquez
2015-03-09 23:28 GMT+01:00, David Lang da...@lang.hm: On Mon, 9 Mar 2015, José Vázquez wrote: OpenWRT is a linux distro oriented to networking so the kernel and drivers are important, but you must not forget that the init process (procd and related after AA) is one of the cores of this distro

Re: [OpenWrt-Devel] Why OpenWrt sucks?

2015-03-09 Thread José Vázquez
2015-03-09 21:02 GMT+01:00, valent.turko...@gmail.com valent.turko...@gmail.com: Hi all, I see this or similar question of forums all the time and I have answered it few times. I suggest we open a wiki page and contribute an answer. Here is how I usually reply to similar questions, please

Re: [OpenWrt-Devel] [RFC PATCH] mac80211: brcmfmac: separate SDIO and USB support

2015-01-13 Thread José Vázquez
confusion. Regards: Pepe On Tue, 13 Jan 2015, José Vázquez wrote: IMHO make sdio selecton depends only on sunxi is not a good idea. 2015-01-07 20:37 GMT+01:00, Zoltan HERPAI wigy...@uid0.hu: This patch will add options to select SDIO and USB support in the brcmfmac driver, and not tie

Re: [OpenWrt-Devel] support for Sagemcom F@ST2804V7

2014-12-16 Thread José Vázquez
Take a look at this patch: http://patchwork.openwrt.org/patch/6751/ First of all you need to find your router's board id. If changing the board id CFE works then you have a some kind of solution. 2014-12-16 9:26 GMT+01:00, Eugene jek...@yandex.ru: Hello, Is it possible to add support for

[OpenWrt-Devel] [PATCH][modules] Add support for Realtek r8712 and RTL8192SU.

2014-12-15 Thread José Vázquez Fernández
Add support for Realtek r8712 and RTL8192SU family. This patch adds support for Realtek r8712 and RTL8188SU/RTL8191SU/RTL8192SU family of fullmac usb wireless cards. The r8712u staging driver only supports WEXT but works with no problems in OpenWRT. Signed off by: José Vázquez Fernández

[OpenWrt-Devel] [Fwd: [PATCH][modules][V2] Add support for Realtek r8712 and RTL8192SU.]

2014-12-15 Thread José Vázquez Fernández
off by: José Vázquez Fernández ppvazquez...@gmail.com Index: package/kernel/linux/modules/wireless.mk === --- package/kernel/linux/modules/wireless.mk(revisión: 43720) +++ package/kernel/linux/modules/wireless.mk(copia de trabajo

Re: [OpenWrt-Devel] Mips Creator CI20 OpenWRT support.

2014-12-10 Thread José Vázquez
haven't the skills to make it. Any advice will be very welcome. Regards: Pepe 2014-11-26 11:19 GMT+01:00, Zubair Lutfullah Kakakhel zubair.kakak...@imgtec.com: Hi Jose, On 25/11/14 20:44, José Vázquez wrote: Few weeks ago i've received a Mips CI20 and began to port it to openwrt using kernel

Re: [OpenWrt-Devel] Mips Creator CI20 OpenWRT support.

2014-12-10 Thread José Vázquez
2014-12-10 11:54 GMT+01:00, John Crispin blo...@openwrt.org: On 10/12/2014 11:46, José Vázquez wrote: I've been working to add support for the CI20 to openwrt and, despite some problems I'm unable to fix, the board works stable with openwrt (more or less). :( https://github.com/Pteridium

[OpenWrt-Devel] [PATCH][Kernel] unset NF_REJECT_IPV6 and PHY_SAMSUNG_USB2

2014-12-03 Thread José Vázquez Fernández
oldconfig kept asking for that config symbol... PHY_SAMSUNG_USB2 depends on DWC2 diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index e0e2a0b..d014334 100644 --- a/target/linux/generic/config-3.18 +++ b/target/linux/generic/config-3.18 @@ -2560,6 +2560,7 @@

[OpenWrt-Devel] Mips Creator CI20 OpenWRT support.

2014-11-25 Thread José Vázquez
Few weeks ago i've received a Mips CI20 and began to port it to openwrt using kernel 3.18-rc4. For now only few peripherals work fine but is more than i initially expected. https://github.com/Pteridium/OpenWRT-experimental/blob/ci20-alpha/README.md Still there are a lot of peripherals to be

Re: [OpenWrt-Devel] Does anyone have pspboot source code?

2014-09-03 Thread José Vázquez
Are you looking for the AR7 or Puma5 pspboot sources? 2014-09-03 11:58 GMT+02:00, zhenjun_...@icloudaegis.com zhenjun_...@icloudaegis.com: Hi, I can't find valid link to download TI pspboot source code. Any one can help me? zhenjun_...@icloudaegis.com

Re: [OpenWrt-Devel] [RFC] TI/Intel Puma5 target.

2014-08-21 Thread José Vázquez
2014-08-18 12:51 GMT+02:00, José Vázquez ppvazquez...@gmail.com: I think that could be interesting add a target for Puma5 cable SoCs family. There are tw targets: the most common is Avalanche and the other is Volcano (maybe only for cablemodems with one ethernet port and without WLAN

[OpenWrt-Devel] [RFC] TI/Intel Puma5 target.

2014-08-18 Thread José Vázquez
is interested in porting this SoC to OpenWRT. Regards: José Vázquez ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [RFC] TI/Intel Puma5 target.

2014-08-18 Thread José Vázquez
2014-08-18 15:19 GMT+02:00, Michael Richardson m...@sandelman.ca: José Vázquez ppvazquez...@gmail.com wrote: According to the info i could find the cpu is a 400MHz arm1176 (ARMv6k) with VFP and C55x DSP for VoIP, that runs in big endian mode; seems that shares some features

[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] [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 ppvazquez

Re: [OpenWrt-Devel] [PATCH] [LANTIQ] Add XWAY cpu-feature-overrides.h

2014-07-03 Thread José Vázquez
2014-07-02 23:46 GMT+02:00, thomas.lan...@lantiq.com thomas.lan...@lantiq.com: Hello José. cpu_has_veic should be left disabled (this is wrong also for Falcon) Thanks, Thomas Thanks for the comment. Is cpu_has_vint correct for XWAY SoCs? I added it because was defined in the FALCON

[OpenWrt-Devel] [PATCH] [LANTIQ][V2] Add XWAY cpu-feature-overrides.h

2014-07-03 Thread José Vázquez Fernández
this feature as pointed by Thomas Langer. Signed off by: José Vázquez Fernández ppvazquez...@gmail.com diff --git a/target/linux/lantiq/patches-3.10/0036-MIPS-lantiq-xway-add-cpu-feature-override.patch b/target/linux/lantiq/patches-3.10/0036-MIPS-lantiq-xway-add-cpu-feature-override.patch new file mode

[OpenWrt-Devel] [PATCH] [LANTIQ][V2][resend] Add XWAY cpu-feature-overrides.h

2014-07-03 Thread José Vázquez Fernández
this feature as pointed by Thomas Langer. Resent because the mail client changed its behaviour since an update. Signed off by: José Vázquez Fernández ppvazquez...@gmail.com --- a/arch/mips/include/asm/mach-lantiq/xway/cpu-feature-overrides.h 1970-01-01 01:00:00.0 +0100 +++ b/arch/mips

Re: [OpenWrt-Devel] [PATCH] [LANTIQ][V2][resend] Add XWAY cpu-feature-overrides.h

2014-07-03 Thread José Vázquez
2014-07-03 21:36 GMT+02:00, José Vázquez Fernández ppvazquez...@gmail.com: Add XWAY cpu-feature-overrides.h file. This patch adds cpu-feature-overrides.h file for the XWAY family, based in the one in FALCON. Because Amazon SE was deprecated, cpu_has_dsp and cpu_has_mips16 have been set

[OpenWrt-Devel] [PATCH] [LANTIQ] Add XWAY cpu-feature-overrides.h

2014-07-02 Thread José Vázquez Fernández
. With this file the kernel size is reduced about 30KB in the XWAY subtarget. Tested in a Danube based router with no problems and with a little improvement in the USB port when using mass storage devices and wireless dongles. Signed off by: José Vázquez Fernández ppvazquez...@gmail.com --- a/arch

Re: [OpenWrt-Devel] [PATCH] [LANTIQ] Add XWAY cpu-feature-overrides.h

2014-07-02 Thread José Vázquez Fernández
On 02/07/14 21:49, José Vázquez Fernández wrote: Add XWAY cpu-feature-overrides.h file. This patch adds cpu-feature-overrides.h file for the XWAY family, based in the one in FALCON. Because Amazon SE was deprecated, cpu_has_dsp and cpu_has_mips16 have been set, while cpu_has_mt has been

[OpenWrt-Devel] [PATCH] [LANTIQ] [resend] Add XWAY cpu-feature-overrides

2014-07-02 Thread José Vázquez Fernández
. With this file the kernel size is reduced about 30KB in the XWAY subtarget. Tested in a Danube based router with no problems and with a little improvement in the USB port when using mass storage devices and wireless dongles. Signed off by: José Vázquez Fernández ppvazquez...@gmail.com diff --git

Re: [OpenWrt-Devel] [Lantiq][RFC] Add cpu-feature-overrides.h and disable PCIe and multithreading in Danube

2014-07-01 Thread José Vázquez
2014-07-01 7:26 GMT+02:00, John Crispin j...@phrozen.org: NAK, xway is a unified kernel target and we wont change that upstream. i am fine with the cpu override bit but i wont take the KConfig part, sorry, John Why sorry? This is only a RFC. Kconfig part was only for fine tuning, but,

Re: [OpenWrt-Devel] [Patch][BCM63XX][V2][RFC] Select HW_RANDOM_BCM63XX only in the SoCs that support it.

2014-07-01 Thread José Vázquez
2014-07-01 0:57 GMT+02:00, Florian Fainelli flor...@openwrt.org: 2014-06-30 4:30 GMT-07:00 José Vázquez ppvazquez...@gmail.com: b43 and b43-legacy drivers enable CONFIG_HW_RANDOM in .config.override; without they selected the problem does not happen. More drivers need HW_RANDOM but they were

Re: [OpenWrt-Devel] [PATCH] [LANTIQ] Enable LANTIQ_PHY and LANTIQ_XRX200 only in XRX200 subtarget.

2014-07-01 Thread José Vázquez
2014-06-30 21:46 GMT+02:00, José Vázquez Fernández ppvazquez...@gmail.com: Enable LANTIQ_PHY and LANTIQ_XRX200 only in XRX200 subtarget. These drivers are not needed for ASE, Danube and AR9. As side effect PHY11G and PHY22F firmwares are not included in the kernel image, which saves 64 KB

Re: [OpenWrt-Devel] [PATCH] [LANTIQ] Enable LANTIQ_PHY and LANTIQ_XRX200 only in XRX200 subtarget.

2014-07-01 Thread José Vázquez
2014-07-01 15:20 GMT+02:00, John Crispin j...@phrozen.org: On 01/07/2014 13:40, José Vázquez wrote: 2014-06-30 21:46 GMT+02:00, José Vázquez Fernández ppvazquez...@gmail.com: Enable LANTIQ_PHY and LANTIQ_XRX200 only in XRX200 subtarget. These drivers are not needed for ASE, Danube and AR9

Re: [OpenWrt-Devel] [Patch][BCM63XX][V2][RFC] Select HW_RANDOM_BCM63XX only in the SoCs that support it.

2014-06-30 Thread José Vázquez
2014-06-29 22:45 GMT+02:00, Jonas Gorski j...@openwrt.org: On Sun, Jun 29, 2014 at 10:37 PM, José Vázquez ppvazquez...@gmail.com wrote: 2014-06-28 19:54 GMT+02:00, Jonas Gorski j...@openwrt.org: Ah, I guess your problem is that something in your openwrt config depends on kmod-random-core

Re: [OpenWrt-Devel] [PATCH][bcm63xx]: Support for Comtrend VR-3025u and VR-3025un.

2014-06-30 Thread José Vázquez
Ok, sorry. 2014-06-30 17:11 GMT+02:00, Jonas Gorski j...@openwrt.org: On Fri, May 23, 2014 at 7:36 PM, José Vázquez Fernández ppvazquez...@gmail.com wrote: Support for Comtrend VR-3025u and VR-3025un. This patch adds support for both VR-3025u and VR-3025un. Due to these routers are very

[OpenWrt-Devel] [PATCH] [LANTIQ] Enable LANTIQ_PHY and LANTIQ_XRX200 only in XRX200 subtarget.

2014-06-30 Thread José Vázquez Fernández
Enable LANTIQ_PHY and LANTIQ_XRX200 only in XRX200 subtarget. These drivers are not needed for ASE, Danube and AR9. As side effect PHY11G and PHY22F firmwares are not included in the kernel image, which saves 64 KB. Signed off by: José Vázquez Fernández ppvazquez...@gmail.com Index: target

[OpenWrt-Devel] [Lantiq][RFC] Add cpu-feature-overrides.h and disable PCIe and multithreading in Danube

2014-06-30 Thread José Vázquez Fernández
was modified to include it only when SOC_XWAY is selected. As a side effect the kernel size is 30KB smaller. This patch, as is, works fine with a Danube based router, but, as i have said, is only a draft that, if it has interest, must be improved. José Vázquez diff -urN a/arch/mips/include/asm

Re: [OpenWrt-Devel] [Patch][BCM63XX][V2][RFC] Select HW_RANDOM_BCM63XX only in the SoCs that support it.

2014-06-29 Thread José Vázquez
2014-06-28 19:54 GMT+02:00, Jonas Gorski j...@openwrt.org: Ah, I guess your problem is that something in your openwrt config depends on kmod-random-core, which will cause HW_RANDOM to be selected (as m), which makes HW_RANDOM_BCM63XX visible. In that case you need to either add #

Re: [OpenWrt-Devel] [Patch][BCM63XX][V2][RFC] Select HW_RANDOM_BCM63XX only in the SoCs that support it.

2014-06-28 Thread José Vázquez
2014-06-27 13:14 GMT+02:00, Jonas Gorski j...@openwrt.org: On Fri, Jun 27, 2014 at 1:00 PM, José Vázquez ppvazquez...@gmail.com wrote: 2014-06-27 12:29 GMT+02:00, Jonas Gorski j...@openwrt.org: On Wed, Jun 18, 2014 at 5:34 PM, José Vázquez Fernández ppvazquez...@gmail.com wrote: Select

Re: [OpenWrt-Devel] [Patch][BCM63XX][V2][RFC] Select HW_RANDOM_BCM63XX only in the SoCs that support it.

2014-06-28 Thread José Vázquez
2014-06-28 18:10 GMT+02:00, Jonas Gorski j...@openwrt.org: On Sat, Jun 28, 2014 at 3:09 PM, José Vázquez ppvazquez...@gmail.com wrote: This means your kernel configuration is missing # HW_RANDOM_BCM63XX is not set in target/linux/brcm63xx/config-3.10, which is *not* an issue of the Kernel

Re: [OpenWrt-Devel] [Patch][BCM63XX][V2][RFC] Select HW_RANDOM_BCM63XX only in the SoCs that support it.

2014-06-27 Thread José Vázquez
2014-06-27 12:29 GMT+02:00, Jonas Gorski j...@openwrt.org: On Wed, Jun 18, 2014 at 5:34 PM, José Vázquez Fernández ppvazquez...@gmail.com wrote: Select HW_RANDOM_BCM63XX only in the SoCs that support it. Only BCM6368, BCM6362 and BCM63268 have a hardware random numbers generator, so, if none

Re: [OpenWrt-Devel] [PATCH 0/2] [telephony] Asterisk: Multiplevulnerabilities

2014-06-26 Thread José Vázquez Fernández
Do these vulnerabilities affect the versions included in Attitude Adjustment? Pepe Hello Daniel, I have applied your patches. Commits: 93ef5a1a85c9dc55b91778a806f6463b11d68026 eee55b8fd0ce811e0b1cc7400f012e19e1f99b30 Thank you so much! Jiri Dne 26/06/2014 05:18, Daniel Golle napsal(a):

[OpenWrt-Devel] [Patch][BCM63XX][V2][RFC] Select HW_RANDOM_BCM63XX only in the SoCs that support it.

2014-06-18 Thread José Vázquez Fernández
Select HW_RANDOM_BCM63XX only in the SoCs that support it. Only BCM6368, BCM6362 and BCM63268 have a hardware random numbers generator, so, if none of these are selected, don't compile it. Tested with BCM6358 and BCM6328 successfully with both 3.10 and 3.14 kernels. Signed off by: José

Re: [OpenWrt-Devel] changeset 40948 breaks loading ath9k calibration data from EEPROM

2014-06-15 Thread José Vázquez
2014-06-15 8:03 GMT+02:00, John Crispin j...@phrozen.org: On 14/06/2014 23:08, José Vázquez wrote: The main problem with the wifi in the Lantiq target are the ARV boards: a lot of people, John included, spent a lot of time an still there are some problems, as you see. bollocks .. i never

Re: [OpenWrt-Devel] changeset 40948 breaks loading ath9k calibration data from EEPROM

2014-06-14 Thread José Vázquez
problematic because each manufacturer make the things in its own way, and Daniel Gimpelevitch and Álvaro Fernández know how to fix this problem in the less traumatic way. Regards: José Vázquez ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] changeset 40948 breaks loading ath9k calibration data from EEPROM

2014-06-14 Thread José Vázquez
2014-06-14 21:47 GMT+02:00, Ben Mulvihill ben.mulvih...@gmail.com: On Sat, 2014-06-14 at 18:53 +0200, José Vázquez wrote: Unless the BTHOMEHUBV2B has an Atheros b/g wireless chip the patch should have no effect in the routers that need ath9k driver. My main concern with that patch were

[OpenWrt-Devel] [Patch][BCM63XX] Select HW_RANDOM_BCM63XX only in the SoCs that support it.

2014-06-06 Thread José Vázquez Fernández
Select HW_RANDOM_BCM63XX only in the SoCs that support it. Only BCM6368, BCM6362 and BCM63268 have a hardware random numbers generator, so, if none of these are selected, don't compile a driver that has no effect. Tested with BCM6358 and BCM6328 successfully. Signed off by: José Vázquez

Re: [OpenWrt-Devel] [Patch][BCM63XX] Select HW_RANDOM_BCM63XX only in the SoCs that support it.

2014-06-06 Thread José Vázquez
2014-06-06 22:00 GMT+02:00, Jonas Gorski j...@openwrt.org: On Fri, Jun 6, 2014 at 9:52 PM, Florian Fainelli flor...@openwrt.org wrote: 2014-06-06 12:46 GMT-07:00 José Vázquez Fernández ppvazquez...@gmail.com: Select HW_RANDOM_BCM63XX only in the SoCs that support it. Only BCM6368, BCM6362

Re: [OpenWrt-Devel] [PATCH] [LANTIQ]ath5k fix in wifi and ethernet eeprom handling patch.

2014-06-04 Thread José Vázquez
2014-06-04 7:20 GMT+02:00, John Crispin j...@phrozen.org: On 04/06/2014 00:04, José Vázquez wrote: 2014-06-03 21:35 GMT+02:00, John Crispin j...@phrozen.org: Thanks, does ath5k work after applying this patch ? i dont have any hw to test with ... John The ath5k driver using an ARV4518PW

[OpenWrt-Devel] [PATCH] [LANTIQ]ath5k fix in wifi and ethernet eeprom handling patch.

2014-06-03 Thread José Vázquez Fernández
by: Bruno Rodríguez bruno.rodriguez.1...@gmail.com Signed off by: José Vázquez Fernández ppvazquez...@gmail.com diff --git a/target/linux/lantiq/patches-3.10/0010-MIPS-lantiq-wifi-and-ethernet-eeprom-handling.patch b/target/linux/lantiq/patches-3.10/0010-MIPS-lantiq-wifi-and-ethernet-eeprom-handling.patch

Re: [OpenWrt-Devel] [PATCH] [LANTIQ]ath5k fix in wifi and ethernet eeprom handling patch.

2014-06-03 Thread José Vázquez
2014-06-03 21:35 GMT+02:00, John Crispin j...@phrozen.org: Thanks, does ath5k work after applying this patch ? i dont have any hw to test with ... John The ath5k driver using an ARV4518PW works as good as always, at least for me, and the wireless MAC is read correctly. [0.30]

[OpenWrt-Devel] [PATCH][bcm63xx]: Support for Comtrend VR-3025u and VR-3025un.

2014-05-23 Thread José Vázquez Fernández
Support for Comtrend VR-3025u and VR-3025un. This patch adds support for both VR-3025u and VR-3025un. Due to these routers are very close in terms of board definitions because the only differences are a led name and the board_id, the patch covers both boards. Signed off by: José Vázquez

[OpenWrt-Devel] [PATCH] [Lantiq] ltq-hcd: disable mips16 support

2014-05-17 Thread José Vázquez Fernández
ltq-hcd: disable mips16 support. This patch disables mips16 support in the ltq-hcd driver because some people reported slow speed and problems with usb storage devices, 3G dongles and wireless usb adapters. Signed off by: José Vázquez Fernández ppvazquez...@gmail.com Index: package/kernel

[OpenWrt-Devel] [PATCH] [lantiq] [1/2] V2: EEPROM fix for Atheros wireless based boards.

2014-05-17 Thread José Vázquez Fernández
covers both ath5k and ath9k drivers. Signed off by: David Fernández papijunkm...@yahoo.com Signed off by: Bruno Rodríguez bruno.rodriguez.1...@gmail.com Signed off by: Álvaro Fernández nolt...@gmail.com Tested by: José Vázquez Fernández ppvazquez...@gmail.com Index: target/linux/lantiq/patches

Re: [OpenWrt-Devel] [PATCH][bcm63xx]: add Livebox 1 firmware image generation

2014-05-17 Thread José Vázquez
, and then the 64k aligned rootfs. Regards Signed-off-by: Daniel Gonzalez dgcb...@gmail.com Tested by: José Vázquez Fernández ppvazquez...@gmail.com Index: target/linux/brcm63xx/image/Makefile

[OpenWrt-Devel] [PATCH] [lantiq] [2/2] DTS updates for the ARV4518PW and ARV7518PW.

2014-05-16 Thread José Vázquez Fernández
Fernández papijunkm...@yahoo.com Signed off by: Bruno Rodríguez bruno.rodriguez.1...@gmail.com Signed off by: José Vázquez Fernández ppvazquez...@gmail.com Index: target/linux/lantiq/dts/ARV4518PWR01.dts === --- target/linux/lantiq/dts

[OpenWrt-Devel] [PATCH] [lantiq] [1/2] EEPROM fix for Astoria/Arcadyan boards.

2014-05-16 Thread José Vázquez Fernández
papijunkm...@yahoo.com Signed off by: Bruno Rodríguez bruno.rodriguez.1...@gmail.com Signed off by: Álvaro Fernández nolt...@gmail.com Tested by: José Vázquez Fernández ppvazquez...@gmail.com --- a/arch/mips/lantiq/xway/ath_eep.c +++ b/arch/mips/lantiq/xway/ath_eep.c @@ -41,94 +41,182 @@ int

[OpenWrt-Devel] [PATCH] [lantiq] [1/2] EEPROM fix for Astoria/Arcadyan boards.

2014-05-16 Thread José Vázquez Fernández
- Mensaje reenviado De: José Vázquez Fernández ppvazquez...@gmail.com Para: openwrt-devel openwrt-devel@lists.openwrt.org Asunto: [OpenWrt-Devel] [PATCH] [lantiq] [1/2] EEPROM fix for Astoria/Arcadyan boards. Fecha: Fri, 16 May 2014 19:47:03 +0200 EEPROM fix for Astoria/Arcadyan

[OpenWrt-Devel] [PATCH] [lantiq] [1/2] [V2] EEPROM fix for Astoria/Arcadyan boards.

2014-05-16 Thread José Vázquez Fernández
papijunkm...@yahoo.com Signed off by: Bruno Rodríguez bruno.rodriguez.1...@gmail.com Signed off by: Álvaro Fernández nolt...@gmail.com Tested by: José Vázquez Fernández ppvazquez...@gmail.com Index: target/linux/lantiq/patches-3.10/0203-arv-athx-workaround.patch

[OpenWrt-Devel] [PATCH] [lantiq] [1/2] [V3] EEPROM fix for Astoria/Arcadyan boards.

2014-05-16 Thread José Vázquez Fernández
papijunkm...@yahoo.com Signed off by: Bruno Rodríguez bruno.rodriguez.1...@gmail.com Signed off by: Álvaro Fernández nolt...@gmail.com Tested by: José Vázquez Fernández ppvazquez...@gmail.com Index: target/linux/lantiq/patches-3.10/0203-arv-athx-workaround.patch

Re: [OpenWrt-Devel] [PATCH v2][flashrom] Update to latest version and remove unneeded dependencies

2014-05-09 Thread José Vázquez
2014-05-09 8:32 GMT+02:00, Luka Perkov l...@openwrt.org: Hi Alvaro, I don't see this change. Patch v2 is same as v1. Luka In v1 he eliminated cpu dependencies while in v2 dmidecode is only selected by TARGET_x86. I think that, in addition to x86 should be added x86_64 and any other target

Re: [OpenWrt-Devel] [PATCH v2][flashrom] Update to latest version and remove unneeded dependencies

2014-05-09 Thread José Vázquez
||armeb||i386||i686||x86_64) Added: DEPENDS:=+zlib +pciutils +TARGET_x86:dmidecode +libftdi +libusb-compat Pepe 2014-05-09 10:34 GMT+02:00, Luka Perkov l...@openwrt.org: On Fri, May 09, 2014 at 10:28:50AM +0200, José Vázquez wrote: 2014-05-09 8:32 GMT+02:00, Luka Perkov l...@openwrt.org: Hi Alvaro

Re: [OpenWrt-Devel] [PATCH v2][flashrom] Update to latest version and remove unneeded dependencies

2014-05-09 Thread José Vázquez
. Pepe El 09/05/2014 10:51, Luka Perkov escribió: On Fri, May 09, 2014 at 10:44:38AM +0200, José Vázquez wrote: Sure? maybe i am a bit blind. :( You are not - I've missed it... Thanks. I guess it was too early in the morning :) Luka V1: Eliminated: DEPENDS:=+zlib +pciutils +dmidecode

Re: [OpenWrt-Devel] Making sense of OpenWRT / Linksys WRT1900AC collaboration claims

2014-04-24 Thread José Vázquez
2014-04-23 21:52 GMT+02:00, Rafał Miłecki zaj...@gmail.com: 2014-04-23 13:41 GMT+02:00 José Vázquez ppvazquez...@gmail.com: I don't know if any of the OpenWRT developers or contributors have this router. If yes, my opinion is to add support for the board using the patches sent by Matthew

Re: [OpenWrt-Devel] Making sense of OpenWRT / Linksys WRT1900AC collaboration claims

2014-04-23 Thread José Vázquez
have all the information, so, if this is the case my apologies to OpenWRT developers, Matthew Fatheree and Belkin International,Inc José Vázquez ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman

Re: [OpenWrt-Devel] Making sense of OpenWRT / Linksys WRT1900AC collaboration claims

2014-04-23 Thread José Vázquez
2014-04-23 13:41 GMT+02:00, José Vázquez ppvazquez...@gmail.com: 2014-04-23 11:40 GMT+02:00, Felix Fietkau n...@openwrt.org: On 2014-04-23 11:31, Felix Fietkau wrote: Quick update on this subject: Linksys has now posted a GPL source for the WRT1900AC, and it contains the wifi driver sources

Re: [OpenWrt-Devel] Making sense of OpenWRT / Linksys WRT1900AC collaboration claims

2014-04-23 Thread José Vázquez
2014-04-23 14:27 GMT+02:00, Zoltan HERPAI wigy...@uid0.hu: I don't know if any of the OpenWRT developers or contributors have this router. If yes, my opinion is to add support for the board using the patches sent by Matthew Fatheree as base, reworking them and drop wireless support for now

Re: [OpenWrt-Devel] bcm6368 + block-mount jffs2 problem.

2014-04-18 Thread José Vázquez
2014-04-07 22:19 GMT+02:00, Jonas Gorski j...@openwrt.org: On Mon, Apr 7, 2014 at 10:11 PM, José Vázquez ppvazquez...@gmail.com wrote: The initial tests point that there is no data corruption in jffs2. Good catch! There are still some strange messages but maybe are due to the high amount

Re: [OpenWrt-Devel] lantiq voip foo

2014-04-10 Thread José Vázquez
I have only two ARV4518pw but they are enough to make tests, and in a spanish forum surely there will be a lot of people very pleased to help you. First of all i need to learn a bit of asterisk with AA in order to help you better. Thanks in advance: Pepe 2014-04-10 9:23 GMT+02:00, John Crispin

Re: [OpenWrt-Devel] So, how does the 'compat-wireless' package interact with the OpenWRT build scripts and the given Linux Kernel?

2014-04-08 Thread José Vázquez
It's not difficult. If you want to add an atheros option look into the Makefile the better place for it. This link points to one of the ath sections: https://dev.openwrt.org/browser/trunk/package/kernel/mac80211/Makefile#L494 You see Linux-3.10.34 Kconfig items because it is patched for the

Re: [OpenWrt-Devel] is anybody working on supporting Linksys WRT1900ac ?

2014-04-08 Thread José Vázquez
2014-04-08 17:02 GMT+02:00, Bjørn Mork bj...@mork.no: Felix Fietkau n...@openwrt.org writes: I've seen this happen to other open source related projects using Marvell hardware as well, so the big question is whether Belkin can put enough pressure on them to get the source code released.

Re: [OpenWrt-Devel] lantiq vdsl driver settings

2014-04-08 Thread José Vázquez
Make sure you have selected kmod-ltq-ptm-vr9 and kmod-ltq-atm-vr9 deselected in addition to a VR9 vdsl firmware. The firm you need should be into the TD-W8970 source code. Regards. 2014-04-08 19:51 GMT+02:00, obconseil obcons...@gmail.com: Hello, I would be interested by that too: I'm

Re: [OpenWrt-Devel] bcm6368 + block-mount jffs2 problem.

2014-04-07 Thread José Vázquez
If it worked for you surely surely will work for the other 6368. We will send the feedback soon. Thanks in advance: Pepe 2014-04-07 0:09 GMT+02:00, Jonas Gorski j...@openwrt.org: On Sat, Feb 1, 2014 at 1:06 PM, Álvaro Fernández Rojas nolt...@gmail.com wrote: AFAIK anyone with a Neufbox 6

Re: [OpenWrt-Devel] Any plans to support WD My Net N900 (Ubicom IP8K 600MHz, 8x GigE, 256MB)?

2014-04-07 Thread José Vázquez
On Thu, Apr 3, 2014 at 3:55 AM, José Vázquez ppvazquez...@gmail.com wrote: 2014-04-03 6:58 GMT+02:00, Constantine A. Murenin muren...@gmail.com: Hello, It has come to my attention that the recently discontinued WD My Net line of dual-band routers is just about the best bang

Re: [OpenWrt-Devel] is anybody working on supporting Linksys WRT1900ac ?

2014-04-07 Thread José Vázquez
There is something that still don't understand: why is there so much interest in the WRT1900ac? A Wandboard quad + i.e. TL-WDR7500 is a more exciting, more powerful and more versatile combo. It is a bit funny to take a look at the code which include a binary patch. Direct Link:

Re: [OpenWrt-Devel] is anybody working on supporting Linksys WRT1900ac ?

2014-04-07 Thread José Vázquez
Fernando, you are right: the WRT54G was the beginning of a lot of great things, and now a lot of people contribute to OpenWRT, DD-WRT, and some other projects that i can't remember in this moment thanks to it. A disagree a bit with ...Belkin/Linksys is truly interested to work with OpenWRT

Re: [OpenWrt-Devel] bcm6368 + block-mount jffs2 problem.

2014-04-07 Thread José Vázquez
:/# procd: - shutdown - [ 5228.54] br-lan: port 1(eth0.1) entered disabled state Here is the complete bootlog: http://pastebin.com/hZecEbxj Great job! Best regards: Pepe 2014-04-07 9:35 GMT+02:00, José Vázquez ppvazquez...@gmail.com: If it worked for you surely will work for the other 6368

Re: [OpenWrt-Devel] Any plans to support WD My Net N900 (Ubicom IP8K 600MHz, 8x GigE, 256MB)?

2014-04-03 Thread José Vázquez
2014-04-03 6:58 GMT+02:00, Constantine A. Murenin muren...@gmail.com: Hello, It has come to my attention that the recently discontinued WD My Net line of dual-band routers is just about the best bang for the buck -- they're currently selling N900 (w/ 8x GigE and 256MB of RAM) for 49,99 USD

[OpenWrt-Devel] Wireless eeprom fix for ARV4518PW, ARV7518PW and some others.

2014-04-01 Thread José Vázquez Fernández
Tki2000, in the openwrt subforum of seguridadwireless, published a modified ath_eep.c file because, since the Lantiq target moved to kernel 3.10 some routers cannot read calibration data nor mac. The code also applies a patch made by Noltari that disables regdomain limitations, but still

Re: [OpenWrt-Devel] compiler optimization flags on the brcm2708platform?

2014-03-25 Thread José Vázquez Fernández
The GCC arm options are explained here: http://gcc.gnu.org/onlinedocs/gcc-4.8.2/gcc/ARM-Options.html#ARM-Options The BCM2708 has the following features: swp half thumb fastmult vfp edsp java tls To add option to the toolchain go to make menuconfig-Advanced options -- Target options Once

[OpenWrt-Devel] [PATCH] [lantiq] V2: add support for Astoria ARV7519RW.

2014-03-12 Thread José Vázquez Fernández
with an u-boot specifically made for these boards. Signed off by: Esteban Benito esteban...@gmail.com Signed off by: Carles Gadea carles...@gmail.com Tested by: José Vázquez Fernández ppvazquez...@gmail.com diff --git a/target/linux/lantiq/base-files/etc/uci-defaults/02_network b/target/linux/lantiq

Re: [OpenWrt-Devel] [PATCH] [lantiq] Add support for Astoria ARV7519RW.

2014-03-12 Thread José Vázquez
2014-03-10 12:26 GMT+01:00, José Vázquez Fernández ppvazquez...@gmail.com: Add support for Astoria ARV7519RW. These patches add support for the Astoria ARV7519RW aka Livebox 2.1 The PCI and PCIe interfaces have been disabled. Also, because there are two revisions of this board with differen

Re: [OpenWrt-Devel] [PATCH] [lantiq] Add support for Astoria ARV7519RW.

2014-03-12 Thread José Vázquez
2014-03-12 9:40 GMT+01:00, José Vázquez ppvazquez...@gmail.com: 2014-03-10 12:26 GMT+01:00, José Vázquez Fernández ppvazquez...@gmail.com: Add support for Astoria ARV7519RW. These patches add support for the Astoria ARV7519RW aka Livebox 2.1 The PCI and PCIe interfaces have been disabled

Re: [OpenWrt-Devel] [PATCH] [lantiq] V2: add support for Astoria ARV7519RW.

2014-03-12 Thread José Vázquez
2014-03-12 9:31 GMT+01:00, John Crispin j...@phrozen.org: hi, i am starting to wonder if we should to runtime detection of the fw blob to use ... i.e. indicate in the dts file if we want 11g or 22fe firmware and let the code figure out the version John On 12/03/2014 09:29, José

[OpenWrt-Devel] [PATCH] [lantiq] Add support for Astoria ARV7519RW.

2014-03-10 Thread José Vázquez Fernández
...@gmail.com Signed off by: Carles Gadea carles...@gmail.com Tested by: José Vázquez Fernández ppvazquez...@gmail.com diff --git a/target/linux/lantiq/base-files/etc/uci-defaults/02_network b/target/linux/lantiq/base-files/etc/uci-defaults/02_network index 6e17d4d..a1f7b6a 100644 --- a/target

Re: [OpenWrt-Devel] [RFC] Changing default Fragmentation Threshold and RTS/CTS Threshold

2014-02-17 Thread José Vázquez
Router is TP_LINK TL_WR1043ND running ATTITUDE ADJUSTMENT (12.09, r36088) Laptop has Intel 4965agn card I have had little problems with Intel 4965agn and a TP-Link TL-MR3220v2, and because i don't need N wireless, disabled it and all works fine. Also tested with an Atheros AR9385 in the laptop

Re: [OpenWrt-Devel] bcm6368 + block-mount jffs2 problem.

2014-02-01 Thread José Vázquez
I'm pretty sure that the jffs2 file name corruption problem doesn't happen BCM63xx SoCs with spi flash and smp enabled, so, if this is correct, seems to be a race condition between the flash type, jffs2 and some Broadcom SoCs, as Jonas pointed some time ago. Can somebody confirm is the

Re: [OpenWrt-Devel] bcm6368 + block-mount jffs2 problem.

2014-01-31 Thread José Vázquez
2014-01-11, José Vázquez ppvazquez...@gmail.com: 2014/1/3, danitool dgcb...@gmail.com: I'm also having these problems. The bug is very easy to reproduce. Just using the jffs2 image instead of squashfs, the problems are shown with the first boot, and you can see lot of funny names just listing

Re: [OpenWrt-Devel] [RFC] Broadcom code found.

2014-01-28 Thread José Vázquez
2014-01-11, José Vázquez Fernández ppvazquez...@gmail.com: While Daniel González and me were fighting with jffs2 tested some code extracted from Netgear. Here are what we found. We only tested brcm_wait, broadcom checksum code and the modification in tlbex.c and nothing strange happened when

Re: [OpenWrt-Devel] bcm6368 + block-mount jffs2 problem.

2014-01-10 Thread José Vázquez
2014/1/3, danitool dgcb...@gmail.com: I'm also having these problems. The bug is very easy to reproduce. Just using the jffs2 image instead of squashfs, the problems are shown with the first boot, and you can see lot of funny names just listing /etc/init.d root@(none):/# ls -l /etc/init.d/

[OpenWrt-Devel] [RFC] Broadcom code found.

2014-01-10 Thread José Vázquez Fernández
While Daniel González and me were fighting with jffs2 tested some code extracted from Netgear. Here are what we found. We only tested brcm_wait, broadcom checksum code and the modification in tlbex.c and nothing strange happened when we flashed it. Hope this could help for the Broadcom SoCs and

[OpenWrt-Devel] [RFC] Rngd in busybox.

2013-12-12 Thread José Vázquez Fernández
A couple of days ago found an old patch that adds rngd in busybox: http://lists.busybox.net/pipermail/busybox/2008-August/066784.html Because it is 5 years old will need some rework, but could be a good alternative to rng-tools. Also made a patch that has the option to select between /dev/hwrng or

[OpenWrt-Devel] [PATCH] [Packages] Rng-tools: add selection between hwrng or urandom

2013-12-12 Thread José Vázquez Fernández
This patch allow to select between /dev/hwrng and /dev/urandom. Also updates rng-tools to the last version. Signed off by: José Vázquez Fernández ppvazquez...@gmail.com diff --git a/utils/rng-tools/Config.in b/utils/rng-tools/Config.in new file mode 100644 index 000..4f7b4d3 --- /dev/null

Re: [OpenWrt-Devel] bcm6368 + block-mount jffs2 problem.

2013-12-11 Thread José Vázquez
2013/12/5, José Vázquez ppvazquez...@gmail.com: I've enabled CPU_HOTPLUG in the kernel and added maxcpus=1 to the CMDLINE. Once openwrt boot is finished i enable the second core. https://www.kernel.org/doc/Documentation/cpu-hotplug.txt The initial tests showed that the jffs2 problem doesn't

  1   2   >