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

2014-06-29 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

[OpenWrt-Devel] [Patch] Support for BMP085 pressure sensor

2014-06-29 Thread Sergey Korolew
Hello ! Bosch Sensortec is one of most popular pressure sensors for building home weather stations, its cheap and easy to use. I decided to add two packages for each bus type because device usually have only one barometer and we does no need to waste firmware space for unused bus. Tested on

Re: [OpenWrt-Devel] [Patch] Support for BMP085 pressure sensor

2014-06-29 Thread John Crispin
Hi, comments inline On 29/06/2014 10:13, Sergey Korolew wrote: Hello ! Bosch Sensortec is one of most popular pressure sensors for building home weather stations, its cheap and easy to use. I decided to add two packages for each bus type because device usually have only one barometer and

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

2014-06-29 Thread John Crispin
On 28/06/2014 15:49, Alpha Sparc wrote: I notice that support for lantiq mips34kc is also rather flaky, router somethings hangs and reboots abruptly... Is it possible to port the 34kc patches from TP-Link TD-W8970 SDK to OpenWRT? Is there a licensing issue. They have neatly place all

Re: [OpenWrt-Devel] Xilinx Zynq zedboard integration

2014-06-29 Thread Javier Domingo Cansino
I am still stuck on this. I think that the failing point here is the kernel image load, but the loading in the part of uboot. Javier Domingo Cansino ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

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

2014-06-29 Thread Jonas Gorski
On Sun, Jun 29, 2014 at 8:58 AM, John Crispin j...@phrozen.org wrote: Hi, blogic@debian:/openwrt/ubox$ git am 5748 Applying: validate: fix indentation blogic@debian:/openwrt/ubox$ git am 5749 Applying: validate: fix indentation They have both the same subject, so you quite likely downloaded

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

2014-06-29 Thread John Crispin
On 29/06/2014 12:38, Jonas Gorski wrote: On Sun, Jun 29, 2014 at 8:58 AM, John Crispin j...@phrozen.org wrote: Hi, blogic@debian:/openwrt/ubox$ git am 5748 Applying: validate: fix indentation blogic@debian:/openwrt/ubox$ git am 5749 Applying: validate: fix indentation They have both

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

2014-06-29 Thread Alpha Sparc
You can find it in /lantiq/target/linux/ltqcpe/ patches-2.6.32/ There is also /lantiq/target/linux/generic-2.6/patches-2.6.32/ But these are largely OpenWRT patches they are using in their SDK except for 1 or 2. We just need to refresh them up to 3.10 if there are no major changes. On Sun, Jun

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

2014-06-29 Thread Roman Yeryomin
On 28 June 2014 19:17, Сергей Василюгин vasilu...@yandex.ru wrote: 26.06.2014, 06:03, Daniel dan...@makrotopia.org: 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

Re: [OpenWrt-Devel] Xilinx Zynq zedboard integration

2014-06-29 Thread Javier Domingo Cansino
​I have manually executed the boot sequence in the uboot, and the result is that it fails on the command bootm loados. Any idea on how to debug what can be wrong? Cheers and I will keep searching, Javier Domingo Cansino zynq-uboot fatload mmc 0 0x300 uImage reading uImage 4582152 bytes read

[OpenWrt-Devel] [PATCH] kernel: add missing config symbols

2014-06-29 Thread Michael Heimpold
Spotted by several buildbots. Signed-off-by: Michael Heimpold m...@heimpold.de --- target/linux/generic/config-3.10 |3 +++ target/linux/generic/config-3.13 |3 +++ target/linux/generic/config-3.14 |3 +++ 3 files changed, 9 insertions(+) diff --git

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

2014-06-29 Thread Сергей Василюгин
  29.06.2014, 18:33, "Roman Yeryomin" leroi.li...@gmail.com:On 28 June 2014 19:17, Сергей Василюгин vasilu...@yandex.ru wrote: 26.06.2014, 06:03, "Daniel" dan...@makrotopia.org: Hi Roman, On 04/04/2014 04:39 PM, Roman Yeryomin wrote:  I worked on other things lately but plan to return to rt2x00

Re: [OpenWrt-Devel] Xilinx Zynq zedboard integration

2014-06-29 Thread Javier Domingo Cansino
I have found that I was compiling u-boot with a wrong config. Anyway, I have advanced now till the next challenge. same output as before, but now: ## Flattened Device Tree blob at 02a0 Booting using the fdt blob at 0x2a0 Loading Kernel Image ... OK Loading Ramdisk to 1fa6d000,

[OpenWrt-Devel] [PATCH][packages] softflowd update

2014-06-29 Thread Ross Vandegrift
Hello all, Please consider the below patch, which updates softflowd to 0.9.9. This release fixed some crash bugs I hit in 0.9.8. I've been using 0.9.9 on attitude adjuster for a while, and have tested that it builds with the trunk SDK. Thanks, Ross commit

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

2014-06-29 Thread Roman Yeryomin
On 29 June 2014 16:33, Сергей Василюгин vasilu...@yandex.ru wrote: 29.06.2014, 18:33, Roman Yeryomin leroi.li...@gmail.com: On 28 June 2014 19:17, Сергей Василюгин vasilu...@yandex.ru wrote: 26.06.2014, 06:03, Daniel dan...@makrotopia.org: Hi Roman, On 04/04/2014 04:39 PM, Roman

[OpenWrt-Devel] [Patch][Resend] Support for BMP085 pressure sensor

2014-06-29 Thread Sergey Korolew
Hello ! Here is the v2 of the patch, with suggestions from John Crispin. Three packages (one main and two for i2c/spi) selected using submenu. Kernel patch separated from other.mk part, possibly we will have it included in linux kernel.

Re: [OpenWrt-Devel] [RFC netifd] Out-of-sync reference counter causes seg. fault

2014-06-29 Thread Felix Fietkau
On 2014-06-18 18:12, Kristian Evensen wrote: From: Kristian Evensen kristian.even...@gmail.com Hello, I have written a small tool which automatically adds/removes a usb LAN dongle from uci. When the USB device is inserted, I add entries to UCI (using libuci) and do network reload (using

Re: [OpenWrt-Devel] [PATCH] kernel: add missing config symbols

2014-06-29 Thread Jonas Gorski
On Sun, Jun 29, 2014 at 2:09 PM, Michael Heimpold m...@heimpold.de wrote: Spotted by several buildbots. Signed-off-by: Michael Heimpold m...@heimpold.de Thanks, applied. Jonas ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

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-29 Thread Jonas Gorski
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, which will cause HW_RANDOM to be selected (as m), which makes

Re: [OpenWrt-Devel] [RFC netifd] Out-of-sync reference counter causes seg. fault

2014-06-29 Thread Kristian Evensen
Hi Felix, On Sun, Jun 29, 2014 at 8:36 PM, Felix Fietkau n...@openwrt.org wrote: Please test the latest version and check if that hack is still necessary. Thanks for your reply. I tested with latest netifd and latest libubus, to make sure that I got the reload-fixes. The issue is unfortunately

Re: [OpenWrt-Devel] [RFC netifd] Out-of-sync reference counter causes seg. fault

2014-06-29 Thread Felix Fietkau
On 2014-06-29 23:10, Kristian Evensen wrote: Hi Felix, On Sun, Jun 29, 2014 at 8:36 PM, Felix Fietkau n...@openwrt.org wrote: Please test the latest version and check if that hack is still necessary. Thanks for your reply. I tested with latest netifd and latest libubus, to make sure that

[OpenWrt-Devel] [PATCH] Backport essential fixes for ad799x

2014-06-29 Thread Hartmut Knaack
This series of patches ports back some fixes of the ad799x driver, which were commited between 3.10 and 3.15. Signed-off-by: Hartmut Knaack knaac...@gmx.de --- diff --git a/target/linux/generic/patches-3.10/065-iio_ad799x_backport_fixes.patch

Re: [OpenWrt-Devel] [RFC netifd] Out-of-sync reference counter causes seg. fault

2014-06-29 Thread Kristian Evensen
On Sun, Jun 29, 2014 at 11:19 PM, Felix Fietkau n...@openwrt.org wrote: Thanks for the info about the commit that broke it, now this issue makes more sense to me. Please try this patch: With this patch everything works fine, I do not see the crash any more. Thanks for the help! -Kristian

Re: [OpenWrt-Devel] [RFC netifd] Out-of-sync reference counter causes seg. fault

2014-06-29 Thread Felix Fietkau
On 2014-06-29 23:25, Kristian Evensen wrote: On Sun, Jun 29, 2014 at 11:19 PM, Felix Fietkau n...@openwrt.org wrote: Thanks for the info about the commit that broke it, now this issue makes more sense to me. Please try this patch: With this patch everything works fine, I do not see the crash

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

2014-06-29 Thread xf...@credosemi.com
hi, as I know, wrt get MAC address from some mtd partition, if it got all 0xff,the ethernet will not boot up. for more details just check the dts file for rt-n14u. Alex Guo Roman Yeryomin leroi.li...@gmail.com编写: On 29 June 2014 16:33, Сергей Василюгин vasilu...@yandex.ru wrote:

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

2014-06-29 Thread Сергей Василюгин
  30.06.2014, 08:28, "xf...@credosemi.com" xf...@credosemi.com:hi,as I know, wrt get MAC address from some mtd partition, if it got all 0xff,the ethernet will not boot up. for more details just check the dts file for rt-n14u.Alex Guo Roman Yeryomin leroi.li...@gmail.com编写:On 29 June 2014 16:33,