Re: [OpenWrt-Devel] [PATCH 1/3] [ubox] validate: fix indentation

2014-06-28 Thread John Crispin
Hi, blogic@debian:/openwrt/ubox$ git am 5748 Applying: validate: fix indentation blogic@debian:/openwrt/ubox$ git am 5749 Applying: validate: fix indentation error: patch failed: validate/validate.c:882 error: validate/validate.c: patch does not apply Patch failed at 0001 validate: fix indentation

[OpenWrt-Devel] [PATCH v2] ar71xx: Support for Mikrotik RB2011UiAS

2014-06-28 Thread stharward
The RB2011UiAS is almost exactly the same as the RB2011UAS, which is already supported. Hardware-wise, it adds a passive power injector on Eth10. Software-wise, Routerboot passes a different board name on the kernel command line. Hence the need for a patch. Not yet working: * touchscreen: doesn't

Re: [OpenWrt-Devel] [PATCH v4] ar71xx: Add support for MikroTik RouterBOARD SXT Lite

2014-06-28 Thread Matthew Reeve
>This patch adds support for the MikroTik RouterBOARD SXT Lite. > >The new RB911L series is also supported as a result. > >v2 of this patch fixes the wmac offset to match what is on the sticker. >v3 refreshes the patch against r41148 and defines the power led as the >status >led in diag.sh >v4 ref

[OpenWrt-Devel] [PATCH v5] ar71xx: Add support for MikroTik RouterBOARD SXT Lite

2014-06-28 Thread Matthew Reeve
This patch adds support for the MikroTik RouterBOARD SXT Lite. The new RB911L series is also supported as a result. v2 of this patch fixes the wmac offset to match what is on the sticker. v3 refreshes the patch against r41148 and defines the power led as the status led in diag.sh v4 refreshes th

Re: [OpenWrt-Devel] [PATCH v4] ar71xx: Add support for MikroTik RouterBOARD SXT Lite

2014-06-28 Thread Matthew Reeve
>On 26/06/2014 21:47, Matthew Reeve wrote: >> This patch adds support for the MikroTik RouterBOARD SXT Lite. >> >> The new RB911L series is also supported as a result. >> >> v2 of this patch fixes the wmac offset to match what is on the >> sticker. v3 refreshes the patch against r41148 and define

[OpenWrt-Devel] [PATCH] fix ubinize-image.sh when used with --kernel

2014-06-28 Thread Daniel Golle
r41359 broke support for building ubinized images which do include a kernel volume. Signed-off-by: Daniel Golle --- scripts/ubinize-image.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ubinize-image.sh b/scripts/ubinize-image.sh index 1b782a6..6762c22 100755 --- a/scripts/ubinize

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

2014-06-28 Thread Jonas Gorski
On Sat, Jun 28, 2014 at 7:26 PM, José Vázquez wrote: > 2014-06-28 18:10 GMT+02:00, Jonas Gorski : >> On Sat, Jun 28, 2014 at 3:09 PM, José Vázquez >> wrote: >> This means your kernel configuration is missing "# HW_RANDOM_BCM63XX >> is not set" in target/linux/brcm63xx/config-3.10, which is *not*

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 : > On Sat, Jun 28, 2014 at 3:09 PM, José Vázquez > 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, but only of your incomplete, custo

Re: [OpenWrt-Devel] [RFC] mt7620 wifi

2014-06-28 Thread Сергей Василюгин
  26.06.2014, 06:03, "Daniel" :Hi Roman,On 04/04/2014 04:39 PM, Roman Yeryomin wrote: I worked on other things lately but plan to return to rt2x00 soon and maybe try ralink driver on trunk again.I started looking into your patches and started to see things moving as far asyou got.I suggest to defin

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

2014-06-28 Thread Jonas Gorski
On Sat, Jun 28, 2014 at 3:09 PM, José Vázquez wrote: > 2014-06-27 13:14 GMT+02:00, Jonas Gorski : >> On Fri, Jun 27, 2014 at 1:00 PM, José Vázquez >> wrote: >>> 2014-06-27 12:29 GMT+02:00, Jonas Gorski : On Wed, Jun 18, 2014 at 5:34 PM, José Vázquez Fernández wrote: > Select HW_RAN

Re: [OpenWrt-Devel] Resend patch to fix Support For Aztech GR7000

2014-06-28 Thread Alpha Sparc
As for your question if the EEPROM are the same for all units, I just extract from 2 of my units and md5sum checks out the same. On Sat, Jun 28, 2014 at 9:49 PM, Alpha Sparc wrote: > AFAIK there is only 1 model of GR7000 and the 2 units with me both > have a file called RT30xxEEPROM.bin which is

Re: [OpenWrt-Devel] Resend patch to fix Support For Aztech GR7000

2014-06-28 Thread Alpha Sparc
AFAIK there is only 1 model of GR7000 and the 2 units with me both have a file called RT30xxEEPROM.bin which is 512 bytes in /tmp/. No other partitions except mtd0 (uboot) and mtd1 (rootfs lzma). For users who want to use openwrt this is a problem because they need to extract the EEPROM by mounting

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 : > On Fri, Jun 27, 2014 at 1:00 PM, José Vázquez > wrote: >> 2014-06-27 12:29 GMT+02:00, Jonas Gorski : >>> On Wed, Jun 18, 2014 at 5:34 PM, José Vázquez Fernández >>> wrote: Select HW_RANDOM_BCM63XX only in the SoCs that support it. Only B

Re: [OpenWrt-Devel] [PATCH v4] ar71xx: Add support for MikroTik RouterBOARD SXT Lite

2014-06-28 Thread John Crispin
On 26/06/2014 21:47, Matthew Reeve wrote: > This patch adds support for the MikroTik RouterBOARD SXT Lite. > > The new RB911L series is also supported as a result. > > v2 of this patch fixes the wmac offset to match what is on the > sticker. v3 refreshes the patch against r41148 and defines the

Re: [OpenWrt-Devel] Resend patch to fix Support For Aztech GR7000

2014-06-28 Thread John Crispin
Hi, i will postpone this patch till after BB. we will at that point fix up the eep handling properly and merge/share the patches between ralink and lantiq. do you know if all the boards have the same eep in the filesystem or do they differ between units ? John On 27/06/2014 19:05, Alpha