Re: [LEDE-DEV] [PATCH] tools/mkimage: update to version 2018.03

2018-04-15 Thread Felix Fietkau
On 2018-04-15 00:21, Hauke Mehrtens wrote: > This activates support for fit images and some other new mkimage > features. Some of the patches were applied upstream and could be > removed. > > Signed-off-by: Hauke Mehrtens > --- > > Could someone please test this with MacOSX.

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

2018-04-15 Thread Roman Yeryomin
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 board. Although I've > managed to boot it (had to fix rootfs image)

Re: [LEDE-DEV] [PATCH] mbedtls: change libmbedcrypto.so soversion back to 0

2018-04-15 Thread Syrone Wong
Why? the lib version bump means ABI incompatibility. The correct way is to bump release to rebuild instead of decreasing it. Best Regards, Syrone Wong On Mon, Apr 16, 2018 at 6:57 AM, Hauke Mehrtens wrote: > mbedtls changed in version 2.7.0 the soversion of the

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

2018-04-15 Thread Simon Paterson
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 diff --git

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

2018-04-15 Thread Roman Yeryomin
On 2018-04-12 00:37, Roman Yeryomin wrote: On 2018-04-11 00:51, Linus Walleij wrote: On Mon, Apr 9, 2018 at 12:38 PM, Roman Yeryomin wrote: I have tested them quickly yesterday on nas4220b board. Although I've managed to boot it (had to fix rootfs image) ethernet and usb

[LEDE-DEV] [PATCH 1/5] tools/zlib: move zlib build to tools

2018-04-15 Thread Hauke Mehrtens
This allows us to link the other tools against our libz and we do not need the system zlib any more. Only the static linked library is copied to the staging directory so we have a statically linked library on all systems and not only on Linux. This also adds the new dependencies of the packages

[LEDE-DEV] [PATCH 5/5] mtd-utils: activate --gc-sections

2018-04-15 Thread Hauke Mehrtens
This reduces the size of the binary a bit: old: 37556 bin/targets/lantiq/xrx200/packages/nand-utils_2.0.1-1_mips_24kc.ipk 81697 bin/targets/lantiq/xrx200/packages/ubi-utils_2.0.1-1_mips_24kc.ipk new: 27450 bin/targets/lantiq/xrx200/packages/nand-utils_2.0.1-1_mips_24kc.ipk 71796

[LEDE-DEV] [PATCH 3/5] tools/mtd-utils: update to version 2.0.1

2018-04-15 Thread Hauke Mehrtens
This version now uses autotools to configure the build system. They are also using the newly added zlib package. Signed-off-by: Hauke Mehrtens --- tools/Makefile | 2 +- tools/mtd-utils/Makefile | 42 +++-

[LEDE-DEV] [PATCH] tools/libressl: update to version 2.7.2

2018-04-15 Thread Hauke Mehrtens
Libressl version 2.7.0 and later implement more of the OpenSSL 1.1 API and this needs some modifications of the code using it. Signed-off-by: Hauke Mehrtens --- .../patches/120-curl-fix-libressl-linking.patch| 6 +- tools/cmake/patches/140-curl-fix-libressl.patch| 68

[LEDE-DEV] [PATCH 2/5] tools/mtd-utils: Mark some lzma functions as static

2018-04-15 Thread Hauke Mehrtens
These functions are not declared in any header file and only used in same compile unit, mark them as static to remove one gcc warning and make it easier for the compiler to optimize them out. This also fixes some style problems to make this patch match the version in the packages folder. This is

[LEDE-DEV] [PATCH] mbedtls: change libmbedcrypto.so soversion back to 0

2018-04-15 Thread Hauke Mehrtens
mbedtls changed in version 2.7.0 the soversion of the libmbedcrypto.so library, use the old version again to be able to use the new library with binaries compiled against the old mbedtls library. Some binaries got rebuild to for the 2.7.0 release and are now using libmbedcrypto.so.1, the older

[LEDE-DEV] [PATCH] ath10k-ct: make it depend on PCI support again

2018-04-15 Thread Hauke Mehrtens
The missing dependency causes build problems on systems without PCI support. The ath10k_pci kernel module depends on PCI support so this dependency should be added. ath10k now also supported the ahb interface on the IPQ4019 SoC, but this SoC also has PCI support so this extra dependency is not as

[LEDE-DEV] ath9k SAE mesh causes weird kernel errors

2018-04-15 Thread Daniel Golle
Hi! running on ubnt hardware with kmod-mac80211 - 4.9.85+2017-11-01-4 i noticed this error when turning on SAE. everything still seems to be working fine though... Mon Apr 16 01:45:21 2018 kern.warn kernel: [ 7173.575772] [ cut here ] Mon Apr 16 01:45:21 2018 kern.warn