[LEDE-DEV] [lede] Patch notification: 1 patch updated

2017-05-31 Thread Patchwork
Hello, The following patch (submitted by you) has been updated in patchwork: * lede: [LEDE-DEV] base-files: nand: use CI_KERNPART whenever the kernel volume is needed - http://patchwork.ozlabs.org/patch/768781/ - for: LEDE development was: New now: Accepted This email is a no

[LEDE-DEV] Patchwork opt-out confirmation

2017-05-31 Thread Patchwork
Hi, This email is to confirm that you would like to opt-out from all email from the patchwork system at patchwork.ozlabs.org. To complete the opt-out process, visit: http://patchwork.ozlabs.org/confirm/b95f923f84317d568eb50df08f5bd8114d59a664/ If you didn't request this opt-out, you don't need

Re: [LEDE-DEV] [PATCH] Fix UBIFS work on Mikrotik RB95x devices

2017-05-31 Thread John Crispin
Hi, please resend the patch with a proper prefix in the subject "ar71xx:" and also an Signed-off-by line added in the description John On 30/05/17 22:30, ad...@yapic.net wrote: From: Sergey Sergeev If nand chip has no NAND_NO_SUBPAGE_WRITE flag on its options ubifs can't use it mtd de

[LEDE-DEV] [PATCH] ar71xx: Fix UBIFS work on Mikrotik RB95x devices

2017-05-31 Thread adron
From: Sergey Sergeev If nand chip has no NAND_NO_SUBPAGE_WRITE flag on its options ubifs can't use it mtd devices and the kernel crashes with error: __nand_correct_data: uncorrectable ECC error Signed-off-by: Sergey Sergeev --- target/linux/ar71xx/files/arch/mips/ath79/mach-rb95x.c | 2 ++ 1 f

Re: [LEDE-DEV] [PATCH mdns] Fix sending replies to PTR questions

2017-05-31 Thread Cristian Morales Vega
On 10 May 2017 at 13:44, Rafał Miłecki wrote: > On 10 May 2017 at 14:20, Cristian Morales Vega wrote: >>> On 10 May 2017 at 13:14, Rafał Miłecki wrote: After reading your comment & analyzing the code: yes. I expect this to break support for queries you mentioned. My pro

[LEDE-DEV] [PATCH] busybox: ash/hush fix for read-builtin command

2017-05-31 Thread Bastian Bittorf
this is a cherrypick from busybox-git HEAD: f5470419404d643070db99d058405b714695b817 and can be removed when upgrading to next busybox release. discussion here: http://lists.busybox.net/pipermail/busybox/2017-May/085439.html Signed-off-by: Bastian Bittorf --- ...ush-fix-SIGCHLD-interrupting-rea

[LEDE-DEV] [PATCH v4 1/2] ipq806x: Updated various ipq40xx pin definitions

2017-05-31 Thread Ram Chandra Jangir
This change populates default values for various GPIO functions in ipq40xx pinctrl driver. Signed-off-by: Ram Chandra Jangir --- Changes since v3: *Added pinctrl defs,required for nand pinmux pullups. ...9-pinctrl-Updated-various-Pin-definitions.patch | 1332 1 file change

[LEDE-DEV] [PATCH v4 2/2] ipq806x: Enable ubi image for ipq40xx AP-DK04.1-C1 board

2017-05-31 Thread Ram Chandra Jangir
This change add IPQ40xx AP-DK04.1-C1 board image support, enables ubi image for IPQ40xx AP-DK04.1-C1 board and also add sysupgrage support for AP-DK04.1-C1 and generates a sysupgrade.tar image. Testing: *Tested on IPQ40xx AP-DK04.1-C1: a. NAND boot b. ubi sysupgrade Signed-off-by: Ram Chan

Re: [LEDE-DEV] dropbear & gcc 7.1.0

2017-05-31 Thread e9hack
Am 30.05.2017 um 08:25 schrieb Syrone Wong: > Can this related to endianness? Based on current reports, it only > occurs on big-endian platforms. > > I found: > > * Note: in order to use the optimized macros your platform must > support unaligned 32 and 64 bit read/writes. > * The x86 platforms a

Re: [LEDE-DEV] USB or SD card not mounted in Omega2+ router with LEDE iamge

2017-05-31 Thread Arun Kumar
> Hi All, > > I am facing an error where I can't find my USB or SD card and hence cant > upgrade to a new image. > > SD Card or USB device plugged in would be usually automounted at /tmp/mounts > But after sysupgrading to the latest LEDE image, the Omega2+ router detects > the USB device getting

Re: [LEDE-DEV] openwrt and lede - remerge proposal V3

2017-05-31 Thread Alexander Couzens
On Mon, 29 May 2017 09:03:57 +0200 John Crispin wrote: > (resend, this time as plain text) > > Hi, > > here is a V3 of the remerge proposal, I tried to fold all the > comments people made into it, if anything is missing let me know. > Please remeber that post remerge anything can be voted on, s

[LEDE-DEV] [PATCH procd] upgraded: cmake: Find and include uloop.h

2017-05-31 Thread Florian Fainelli
Add a CMake FIND_PATH and INCLUDE_DIRECTORIES searching for libubox/uloop.h. Some external toolchains which do not include standard locations would fail to find the header otherwise. Signed-off-by: Florian Fainelli --- upgraded/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a

Re: [LEDE-DEV] [PATCH procd] upgraded: cmake: Find and include uloop.h

2017-05-31 Thread Matthias Schiffer
On 05/31/2017 11:02 PM, Florian Fainelli wrote: > Add a CMake FIND_PATH and INCLUDE_DIRECTORIES searching for > libubox/uloop.h. Some external toolchains which do not include standard > locations would fail to find the header otherwise. > > Signed-off-by: Florian Fainelli > --- > upgraded/CMakeL

Re: [LEDE-DEV] dropbear & gcc 7.1.0

2017-05-31 Thread Syrone Wong
I checked the bundled libtom* in dropbear: bundled: libtomcrypt is 1.16, libtommath is 0.40 latest: libtomcrypt is 1.17, libtommath is 1.0 There are various fixes since the bundled version: https://github.com/libtom/libtommath/releases I will try the latest version from libtom. Best Regards, S

Re: [LEDE-DEV] dropbear & gcc 7.1.0

2017-05-31 Thread Syrone Wong
Confirmed that with the latest libtom*, dropbear works well on MIPS & GCC 7. This repo is based on dropbear 2017.75. https://github.com/wongsyrone/dropbear-test Best Regards, Syrone Wong On Thu, Jun 1, 2017 at 5:48 AM, Syrone Wong wrote: > I checked the bundled libtom* in dropbear: > > bundled