Re: [LEDE-DEV] ar71xx: Add userspace support for Mikrotik rb-2011iLS

2018-04-26 Thread John Crispin
On 16/04/18 01:25, Simon Paterson wrote: Kernel support already present. Patch adds userspace for the 'iLS' suffix model of the RB2011 family. Enables correct initial switch settings, sysupgrade, etc. https://mikrotik.com/product/RB2011iLS-IN Signed-off-by: Simon Paterson

Re: [LEDE-DEV] [PATCH v2] dropbear: automatically add firewall rules based on the config

2018-04-26 Thread John Crispin
On 18/04/18 15:49, Pierre Lebleu wrote: An extra option (AllowedClientIPs:list) is available to allow specific clients to use this service. Hi, description fails to mention the FW rules being added. v2: do not create the firewall data if there is no valid interface. this v2 info needs to

Re: [LEDE-DEV] [PATCH] u-boot: Switch to HTTP for downloads

2018-04-26 Thread John Crispin
On 19/04/18 22:36, Rosen Penev wrote: The first mirror is dead and the second is FTP, which can be unreliable at times. Tested on Ubuntu 16.04 WSL. Signed-off-by: Rosen Penev --- package/boot/uboot-envtools/Makefile | 4 +--- package/boot/uboot-xburst/Makefile | 4

Re: [LEDE-DEV] [PATCH 2/2] firmware-utils: mkdapimg2: Fix a few issues discovered by clang

2018-04-26 Thread John Crispin
On 23/04/18 01:22, Rosen Penev wrote: I used clang -Weverything and fixed most of the warnings displayed. this is an explanation of what you did and not what the patch does     John Signed-off-by: Rosen Penev --- tools/firmware-utils/src/mkdapimg2.c | 20

[LEDE-DEV] [PATCH] kernel: Fix data corruption on some mips devices.

2018-04-26 Thread Rosen Penev
This is mainly a bug fix for multi-core MIPS systems where L1 caches besides the primary do not get flushed. The most obvious problem is data corruption on SATA and USB devices where read requests are typically larger than the cacheline size. This may also fix ar71xx systems that suffer from

Re: [LEDE-DEV] [openwrt/openwrt] ar71xx: Ubiquiti Airmax M: add relocate-kernel to invalidate cache

2018-04-26 Thread Etienne Champetier
2018-04-26 13:10 GMT-07:00 Matthias Schiffer : > On 04/26/2018 09:22 PM, Etienne Champetier wrote: >> Hi Matthias, >> >> 2018-04-26 11:43 GMT-07:00 LEDE Commits : >>> neoraider pushed a commit to openwrt/openwrt.git, branch

Re: [LEDE-DEV] [openwrt/openwrt] ar71xx: Ubiquiti Airmax M: add relocate-kernel to invalidate cache

2018-04-26 Thread Matthias Schiffer
On 04/26/2018 09:22 PM, Etienne Champetier wrote: > Hi Matthias, > > 2018-04-26 11:43 GMT-07:00 LEDE Commits : >> neoraider pushed a commit to openwrt/openwrt.git, branch lede-17.01: >> https://git.lede-project.org/eed9d40133fe6468cc253d0345c7d7332d2aaa7c >> >>

Re: [LEDE-DEV] [openwrt/openwrt] ar71xx: Ubiquiti Airmax M: add relocate-kernel to invalidate cache

2018-04-26 Thread Etienne Champetier
Hi Matthias, 2018-04-26 11:43 GMT-07:00 LEDE Commits : > neoraider pushed a commit to openwrt/openwrt.git, branch lede-17.01: > https://git.lede-project.org/eed9d40133fe6468cc253d0345c7d7332d2aaa7c > > commit eed9d40133fe6468cc253d0345c7d7332d2aaa7c > Author:

Re: [LEDE-DEV] custom files not working?

2018-04-26 Thread Hannu Nyman
Custom files work quite normally for me. Just compiled and flashed r6763-746c590882, and I can see my custom files quite normally in /etc. At the first glance I do not see any obvious mistake in your workflow. Koen Vandeputte kirjoitti 26.4.2018 klo 16:58: Hi All, I'm checking this

Re: [LEDE-DEV] [PATCH 1/2] x86: add amd microcode entries to grub config

2018-04-26 Thread Stijn Segers
Op di, 24 apr 2018 om 10:18 , schreef Tomasz Maciej Nowak : W dniu 24.04.2018 o 22:00, Stijn Segers pisze: [snip] I'm not sure what's going wrong here, I'm on a clean master tree but your first patch does not apply: $ git am 1.patch Applying: x86: add amd microcode

Re: [LEDE-DEV] [PATCH] kernel: bump 4.14 to 4.14.37

2018-04-26 Thread Stijn Segers
Op do, 26 apr 2018 om 6:20 , schreef Koen Vandeputte : Refreshed all patches Compile-tested on: cns3xxx, imx6 Runtime-tested on: cns3xxx, imx6 Compile-tested on: ramips/mt7621, x86/64 Run-tested on: ramips/mt7621, x86/64 Signed-off-by: Koen Vandeputte

[LEDE-DEV] [PATCH] kernel: bump 4.14 to 4.14.37

2018-04-26 Thread Koen Vandeputte
Refreshed all patches Compile-tested on: cns3xxx, imx6 Runtime-tested on: cns3xxx, imx6 Signed-off-by: Koen Vandeputte --- include/kernel-version.mk | 4 ++--

[LEDE-DEV] [PATCH] brcm2708: Add support for raspberry pi 3 b+.

2018-04-26 Thread Christo Nedev
From: Christo Nedev Signed-off-by: Christo Nedev --- .../brcm2708/base-files/etc/board.d/02_network | 3 +- .../lib/preinit/05_set_preinit_iface_brcm2708 | 1 + target/linux/brcm2708/bcm2709/config-4.9 | 1 +

[LEDE-DEV] custom files not working?

2018-04-26 Thread Koen Vandeputte
Hi All, I'm checking this functionality: https://openwrt.org/docs/guide-developer/build-system/use-buildsystem#custom_files steps done: - clone openwrt master repo  (~/openwrt ) - make menuconfig & select target - add custom files: --> ~/openwrt/files/etc/test.txt  (containing some random

[LEDE-DEV] help on adding a slightly different router

2018-04-26 Thread davidea
hi people, i'm moving my first step on the source code side, im' not a coder, then sorry if i make some big mistake !! i have a router MqMaker WITI board , this router is supported in the tree but only in the 256mb ram flavour , but my version is the 512 mb flavour following this guide i