Re: [OpenWrt-Devel] Compilation error switch to pyhon 3

2019-09-14 Thread Rosen Penev
On Sat, Jul 27, 2019 at 4:12 PM Jeff Kletsky wrote: > > > On 7/27/19 3:53 PM, Petr Štetiar wrote: > > Ansuel Smith [2019-07-27 19:46:35]: > > > > Hi, > > > >> I can't currently compile my image and i have this error > >> > >> make[3]: Leaving directory '/home/ansuel/openwrt/tools/libtool' > >>

Re: [OpenWrt-Devel] kernel: bump 4.19 to 4.19.72 broke ath79

2019-09-14 Thread Dmitry Tunin
Thx. It is fixed now сб, 14 сент. 2019 г. в 18:36, Koen Vandeputte : > > > On 14-09-19 12:47, Magnus Kroken wrote: > > Hi Andre > > > > On 14.09.2019 10:49, Andre Valentin wrote: > >> It seems the kernel bump broke ath79 compilation. The problem lies in > >>

Re: [OpenWrt-Devel] kernel: bump 4.19 to 4.19.72 broke ath79

2019-09-14 Thread Koen Vandeputte
On 14-09-19 12:47, Magnus Kroken wrote: Hi Andre On 14.09.2019 10:49, Andre Valentin wrote: It seems the kernel bump broke ath79 compilation. The problem lies in target/linux/ath79/patches-4.19/0028-MIPS-ath79-drop-machfiles.patch It cannot be applied anymore. I tried a quick fix, but there

[OpenWrt-Devel] [ramips] Linkit Smart 7688 kmod-sdhci-mt7620

2019-09-14 Thread Ivan Hörler
Hi Adrian Thanks for your patientness. Wasn’t aware it's so strict. I just added the --signedoff to the commit. Good to know how to work clean. Now i redone it. Is this fullfilling openWRT’s rules? https://github.com/openwrt/openwrt/pull/2411 Regards, Ivan > Am 14.09.2019 um 16:27 schrieb

Re: [OpenWrt-Devel] kernel: bump 4.19 to 4.19.72 broke ath79

2019-09-14 Thread Koen Vandeputte
On 14-09-19 10:49, Andre Valentin wrote: Hi! It seems the kernel bump broke ath79 compilation. The problem lies in target/linux/ath79/patches-4.19/0028-MIPS-ath79-drop-machfiles.patch It cannot be applied anymore. I tried a quick fix, but there seems to be a bigger change. Kind regards,

Re: [OpenWrt-Devel] ath79 on 19.07 doesn't build on 4.14.143 kernel

2019-09-14 Thread Koen Vandeputte
On 14-09-19 11:59, Dmitry Tunin wrote: Patch target/linux/ath79/patches-4.14/0027-MIPS-ath79-drop-legacy-IRQ-code.patch doesn't apply Applying /home/pilot6/LEDE/openwrt/target/linux/ath79/patches-4.14/0027-MIPS-ath79-drop-legacy-IRQ-code.patch using plaintext: patching file

Re: [OpenWrt-Devel] [ramips] Linkit Smart 7688 kmod-sdhci-mt7620

2019-09-14 Thread Ivan Hörler
Hi so i did: https://github.com/openwrt/openwrt/pull/2410 Thanks for comments if its done wright or not. It’s my first. Regards, Ivan Hörler > Am 13.09.2019 um 22:41 schrieb Adrian Schmutzler : > > Hi, > >> -Original Message- >> From: openwrt-devel

Re: [OpenWrt-Devel] kernel: bump 4.19 to 4.19.72 broke ath79

2019-09-14 Thread Dmitry Tunin
Magnus, You are 100% correct. Fix potentially missed IRQ handling during dispatch has an error. It should be applied only to ar71xx platform. It should be fixed on both master and 19.07 branches. сб, 14 сент. 2019 г. в 14:15, Dmitry Tunin : > > сб, 14 сент. 2019 г. в 14:12, Dmitry Tunin : > > >

Re: [OpenWrt-Devel] kernel: bump 4.19 to 4.19.72 broke ath79

2019-09-14 Thread Dmitry Tunin
сб, 14 сент. 2019 г. в 14:12, Dmitry Tunin : > > > 2. It modifies arch/mips/ath79/irq.c. The patch that fails on ath79, > > 0027-MIPS-ath79-drop-legacy-IRQ-code, deletes this file completely > > (which now fails, as the file content is changed by > >

Re: [OpenWrt-Devel] kernel: bump 4.19 to 4.19.72 broke ath79

2019-09-14 Thread Dmitry Tunin
> 2. It modifies arch/mips/ath79/irq.c. The patch that fails on ath79, > 0027-MIPS-ath79-drop-legacy-IRQ-code, deletes this file completely > (which now fails, as the file content is changed by > 343-MIPS-ath79-Fix-potentially-missed-IRQ-handling-durin.patch). I refreshed

Re: [OpenWrt-Devel] kernel: bump 4.19 to 4.19.72 broke ath79

2019-09-14 Thread Magnus Kroken
Hi Andre On 14.09.2019 10:49, Andre Valentin wrote: It seems the kernel bump broke ath79 compilation. The problem lies in target/linux/ath79/patches-4.19/0028-MIPS-ath79-drop-machfiles.patch It cannot be applied anymore. I tried a quick fix, but there seems to be a bigger change. The

[OpenWrt-Devel] [PATCH v3] brcm63xx: R5010UNv2: fix flash partitions for 16MB flash

2019-09-14 Thread Daniel Gonzalez Cabanelas
The router Nucom R5010UN v2 has the partitions defined for a 8MB flash, but the flash chip is 16MB size. Fix it Fixes: 474cde61234c ("brcm63xx: probe SPI flash through DT") Signed-off-by: Daniel Gonzalez Cabanelas --- Changes in v3: - add missing SOB Changes in v2: - the mail client

[OpenWrt-Devel] ath79 on 19.07 doesn't build on 4.14.143 kernel

2019-09-14 Thread Dmitry Tunin
Patch target/linux/ath79/patches-4.14/0027-MIPS-ath79-drop-legacy-IRQ-code.patch doesn't apply Applying /home/pilot6/LEDE/openwrt/target/linux/ath79/patches-4.14/0027-MIPS-ath79-drop-legacy-IRQ-code.patch using plaintext: patching file arch/mips/ath79/Makefile patching file

Re: [OpenWrt-Devel] [PATCH v2] brcm63xx: R5010UNv2: fix flash partitions for 16MB flash

2019-09-14 Thread Jonas Gorski
On Wed, 21 Aug 2019 at 20:57, Daniel Gonzalez Cabanelas wrote: > > The router Nucom R5010UN v2 has the partitions defined for a 8MB flash, but > the > flash chip is 16MB size. Fix it > > Fixes: 474cde61234c ("brcm63xx: probe SPI flash through DT") > --- You are missing a SOB. Regards Jonas

Re: [OpenWrt-Devel] [PATCH] treewide: add Generic subtarget if missing

2019-09-14 Thread Jonas Gorski
On Fri, 23 Aug 2019 at 11:04, Paul Spooren wrote: > As in 853e4dd OpenWrt should follow a unified structure, where every > device has a target/subtarget combination, if there is only one > subtarget, call it "Generic". This introduces predictable filenames. If it's about (I assume generated)

[OpenWrt-Devel] [PATCH v6] ramips: add support for Asus RT-AC85P

2019-09-14 Thread Birger Koblitz
ramips: add support for Asus RT-AC85P SoC:MediaTek MT7621AT dual-core @ 880MHz RAM:256M (Winbond W632GG6KB-1) FLASH: 128MB (Macronix MX30LF1G18AC-TI) WiFi: - 2.4GHz MediaTek MT7615N bgn - 5GHz MediaTek MT7615N nac Switch: SoC integrated Gigabit Switch (4 x LAN, 1 x WAN) USB:

[OpenWrt-Devel] kernel: bump 4.19 to 4.19.72 broke ath79

2019-09-14 Thread Andre Valentin
Hi! It seems the kernel bump broke ath79 compilation. The problem lies in target/linux/ath79/patches-4.19/0028-MIPS-ath79-drop-machfiles.patch It cannot be applied anymore. I tried a quick fix, but there seems to be a bigger change. Kind regards, André smime.p7s Description: S/MIME