[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 cha

[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 byt

[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 + target/linux/brcm2708/bcm2710/config-4.9 | 1 + t

[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 ++-- .../backport-4.14/336-netfilter-exit_net-cleanup-check-added.patch| 2 +- .../pending-4.

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 Tested-by: Stijn Segers --- inclu

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 entries to grub conf

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 function

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: Matthias Schiffer > AuthorDate: Thu A

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 >> >> commit eed9d40133fe6468cc253d0345c7d

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 lede-17.01: >>> https://git.lede-project.org/eed9d40133fe6468cc253d0345c7d7

[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 si

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 +--- 1 file cha

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 +--- 2 files change

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] 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 Hi Simon, patch

Re: [LEDE-DEV] [OpenWrt-Devel] [PATCH 0/4] Gemini forward-port to kernel v4.14

2018-04-26 Thread John Crispin
On 17/04/18 00:34, Roman Yeryomin wrote: On 2018-04-15 20:22, Roman Yeryomin wrote: On 2018-04-14 20:36, Hans Ulli Kroll wrote: Hi Roman On Tue, 10 Apr 2018, Linus Walleij wrote: On Mon, Apr 9, 2018 at 12:38 PM, Roman Yeryomin wrote: > I have tested them quickly yesterday on nas4220b bo

Re: [LEDE-DEV] [PATCH] iptables: link extension libraries with -lm

2018-04-26 Thread John Crispin
On 24/04/18 10:05, Alin Nastac wrote: This fixes an iptables link error when kernel config include CONFIG_NETFILTER_XT_MATCH_STATISTIC=y related to the missing -lm argument on the linker command line. Error is caused by the odd looking linker argument ${$*_LIBADD} which get expanded to an e

Re: [LEDE-DEV] [PATCH] 17:01 gcc: gcc 6.3.0 fix comparison between pointer and integer

2018-04-26 Thread John Crispin
On 21/04/18 14:54, Etienne Haarsma wrote: Cherry picked from trunk. Signed-off-by: Etienne Haarsma thanks, did a git cherry-pick -x 22e2b402aee17684781ae705a91fb3645299de9c     John --- toolchain/gcc/patches/6.3.0/960-fix-ubsan-defref.patch | 11 +++ 1 file changed, 11 insertio