[LEDE-DEV] LEDE Intel Galileo Gen 2 port

2017-12-28 Thread perillamint
Hello, everyone. Recently I got few Galileo Gen 2 boards from Seeed studio clearance. I tried to boot OpenWRT on them and successfully booted it with some hacks. So, I'm considering submitting patch for that after cleaning hacks into proper platform support but I'm skeptical about its "usefulness

[LEDE-DEV] [PATCH] procd: initd: fix path allocation in early_insmod

2017-12-28 Thread Nathan Hintz
Noticed that /tmp was not being created on /dev/zram0. This was on ixp4xx (nslu2) using GCC 6.3 and musl. The allocation should be using the length of the passed string (module path), not the size of the pointer to the string. Signed-off-by: Nathan Hintz --- initd/zram.c | 2 +- 1 file changed

[LEDE-DEV] Patch FS#1181 - CVE-2017-16544: A Busybox autocompletion vulnerability

2017-12-28 Thread TheWerthFam
Date: Thu, 28 Dec 2017 10:32:09 -0500 Subject: [PATCH] In the add_match function in libbb/lineedit.c in BusyBox  through 1.27.2, the tab autocomplete feature of the shell, used to get a list  of filenames in a directory, does not sanitize filenames and results in  executing any escape sequence

Re: [LEDE-DEV] new RBM33G board

2017-12-28 Thread perillamint
Oops, I relaxed my DMARC policy. It should be fine now. On 29/12/2017 12.19, perillamint via Lede-dev wrote: > The sender domain has a DMARC Reject/Quarantine policy which disallows > sending mailing list messages using the original "From" header. > > To mitigate this problem, the original messag

Re: [LEDE-DEV] new RBM33G board

2017-12-28 Thread perillamint via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- I'm quite interested about porting

Re: [LEDE-DEV] [PATCH 3/3] sunxi: backport stmmac network patches

2017-12-28 Thread Rosen Penev
does it make sense to apply these patches to generic? AFAIK, ipq806x also uses this driver. On Thu, Dec 28, 2017 at 2:43 PM, Hauke Mehrtens wrote: > Ethernet support was initial added in kernel 4.13, but deactivated > before the final release. This is backported from kernel 4.15. > > Signed-off-b

[LEDE-DEV] [PATCH 3/3] sunxi: backport stmmac network patches

2017-12-28 Thread Hauke Mehrtens
Ethernet support was initial added in kernel 4.13, but deactivated before the final release. This is backported from kernel 4.15. Signed-off-by: Hauke Mehrtens --- ...snps-dwmac-mdio-MDIOs-are-automatically-r.patch | 33 ++ ...dwmac-sun8i-Handle-integrated-external-MD.patch | 506 ++

[LEDE-DEV] [PATCH 2/3] sunxi: Add support for kernel 4.14

2017-12-28 Thread Hauke Mehrtens
This is based on the code for kernel 4.9, but a lot of 4.9 patches are backports from more recent kernel version and can be removed now. Signed-off-by: Hauke Mehrtens --- target/linux/sunxi/config-4.14 | 607 + target/linux/sunxi/cortexa53/config-default

[LEDE-DEV] [PATCH 1/3] sunxi: refresh kernel configuration

2017-12-28 Thread Hauke Mehrtens
Just refresh the sunxi kernel configuration. Signed-off-by: Hauke Mehrtens --- target/linux/sunxi/config-4.9 | 3 ++- target/linux/sunxi/cortexa53/config-default | 2 -- target/linux/sunxi/cortexa7/config-default | 1 - target/linux/sunxi/cortexa8/config-default | 1 - 4 files ch

[LEDE-DEV] [PATCH 0/3] sunxi: add support for kernel 4.14

2017-12-28 Thread Hauke Mehrtens
This adds support for kernel 4.14 to the sunxi target, It is still build with kernel 4.9 by default. This allows to remove a lot of patches. This was tested on a PINE64 and an Orange Pi R1. Hauke Mehrtens (3): sunxi: refresh kernel configuration sunxi: Add support for kernel 4.14 sunxi: ba

[LEDE-DEV] [PATCH hauke/kernel-4.14-sunxi 0/4] add LEDE support for NanoPi NEO Plus2 board

2017-12-28 Thread Antony Antony
Hi Hauke, This will add initial LEDE support for a new board, NanoPi NEO Plus2 board. LEDE menu options, u-boot, and kernel DT files. The patches are against hauke/kernel-4.14-sunxi branch. The patches are in upstream. Kernel DT initial support is in 4.15 and Gigabit support is queued for 4.16.

[LEDE-DEV] [PATCH hauke/kernel-4.14-sunxi 3/4] sunxi: add DT node, dwmac ethernet for Nano Pi Neo Plus2

2017-12-28 Thread Antony Antony
from sunxi/dt64-for-4.16 commit 27d7f929702739c186e72a arm64: dts: allwinner: h5: NanoPi NEO Plus2 : add EMAC support add arm64 H5 dwmac-sun8i support for this board Signed-off-by: Antony Antony --- ...-dts-sun50i-nanopi-neo-plus2-add-ethernet.patch | 46 ++ 1 file changed,

[LEDE-DEV] [PATCH hauke/kernel-4.14-sunxi 4/4] sunxi: add kernel DT for NanoPi NEO Plus2 board

2017-12-28 Thread Antony Antony
Linux Kernel upstream commit d73413058 Signed-off-by: Antony Antony --- ...sun50i-support-for-nanopi-neo-plus2-board.patch | 229 + 1 file changed, 229 insertions(+) create mode 100644 target/linux/sunxi/patches-4.14/061-arm-dts-sun50i-support-for-nanopi-neo-plus2-board.pat

[LEDE-DEV] [PATCH hauke/kernel-4.14-sunxi 2/4] sunxi: add u-boot DT for NanoPi NEO Plus2 board

2017-12-28 Thread Antony Antony
u-boot upstream commit 6130b1f6bc23 Signed-off-by: Antony Antony --- .../210-add-sunxi50i-nanopi-neo-plus2.patch| 176 + 1 file changed, 176 insertions(+) create mode 100644 package/boot/uboot-sunxi/patches/210-add-sunxi50i-nanopi-neo-plus2.patch diff --git a/pack

[LEDE-DEV] [PATCH hauke/kernel-4.14-sunxi 1/4] sunxi: add support for NanoPi NEO Plus2 board

2017-12-28 Thread Antony Antony
arm64: allwinner: h5: NanoPi NEO Plus2 DT support Add initial DT for NanoPi NEO Plus2 by FriendlyARM - Allwinner quad core H5 Cortex A53 with an ARM Mali-450MP GPU - 1 GB DDR3 RAM - 8GB eMMC flash (Samsung KLM8G1WEPD-B031) - micro SD card slot - Gigabit Ethernet (external RTL821