Re: [OpenWrt-Devel] [PATCH] ath79: add support for GL.iNet GL-MIFI

2018-09-04 Thread Mathias Kresin
Hey Kyson Lok, find some comments inline. Mathias 04.09.2018 13:55, Kyson Lok: Add support the ar71xx supported GL.iNet GL-MIFI to ath79. Signed-off-by: Kyson Lok --- target/linux/ath79/base-files/etc/board.d/01_leds | 5 + .../linux/ath79/base-files/etc/board.d/02_network | 3 +-

Re: [OpenWrt-Devel] [PATCH 2/3] ath79: port cybertan_part from ar71xx

2018-09-04 Thread Christian Lamparter
On Tuesday, September 4, 2018 11:34:34 PM CEST Rafał Miłecki wrote: > On Tue, 4 Sep 2018 at 23:27, Christian Lamparter wrote: > > This patch ports the cybertan_part code from ar71xx and converts the > > driver to a DT-supported mtd parser. As a result, it will no longer > > add the u-boot, nvram a

Re: [OpenWrt-Devel] [PATCH 2/3] ath79: port cybertan_part from ar71xx

2018-09-04 Thread Rafał Miłecki
On Tue, 4 Sep 2018 at 23:27, Christian Lamparter wrote: > This patch ports the cybertan_part code from ar71xx and converts the > driver to a DT-supported mtd parser. As a result, it will no longer > add the u-boot, nvram and art partitions, which were never part of > the special Cybertan header. >

[OpenWrt-Devel] [PATCH 1/3] toolchain/musl: update to version 1.1.20

2018-09-04 Thread Christian Lamparter
Rich Felker finally tagged musl 1.1.20 release: "This release introduces the ability to replace/interpose the allocator (malloc) subject to certain restrictions, adds an experimental m68k port, and makes notable improvements to stdio (application-

[OpenWrt-Devel] [PATCH 3/3] ath79: add support for WD My Net Wi-Fi Range Extender

2018-09-04 Thread Christian Lamparter
This patch ports over support for the device from ar71xx. SOC:AR7370 (Wasp - AR9344 rev2 0001974c) RAM:Winbond W9725G6KB-25 32MiB FLASH: Winbond 25Q64FVSIG 8MiB WLAN: AR9380 Dual-Band 802.11abgn 3x3:3 INPUT: WPS, RESET button (hardware on/off toggle button) LED:Power, LAN, WiFi, 3

[OpenWrt-Devel] [PATCH 2/3] ath79: port cybertan_part from ar71xx

2018-09-04 Thread Christian Lamparter
This patch ports the cybertan_part code from ar71xx and converts the driver to a DT-supported mtd parser. As a result, it will no longer add the u-boot, nvram and art partitions, which were never part of the special Cybertan header. Instead these partitions have to be specified in the DT, which ha

[OpenWrt-Devel] project: online image and sysupgrade builder

2018-09-04 Thread Paul
Hi all, some time ago I stumbled over the two difficulties for new users: * Finding the initial firmware to flash a router * Upgrade a modified image without reinstalling all packages For this reason I created an *image on demand server*[0] which fetches ImageBuilders and creates the desired ima

Re: [OpenWrt-Devel] imx6: imagebuilder error due to f2fs

2018-09-04 Thread Felix Fietkau
On 2018-09-04 18:39, Koen Vandeputte wrote: > Hi Felix, > > Starting from commit [1], I'm getting this error when trying to use the > Imagebuilder, even when selecting them in the build: > > ... > Package libc (1.1.19-1) installed in root is up to date. > Package libgcc (7.3.0-1) installed in ro

[OpenWrt-Devel] OpenWrt/LEDE v17.01.6 service release

2018-09-04 Thread Hauke Mehrtens
The OpenWrt Community is proud to announce the sixth service release of the stable OpenWrt/LEDE 17.01 series. OpenWrt/LEDE 17.01.6 “Reboot” incorporates a fair number of fixes back ported from the development branch during the last 2 months. Some selected highlights of the service release are:

[OpenWrt-Devel] [PATCH] wireguard: bump to 0.0.20180904

2018-09-04 Thread Jason A. Donenfeld
* Kconfig: use new-style help marker * global: run through clang-format * uapi: reformat * global: satisfy check_patch.pl errors * global: prefer sizeof(*pointer) when possible * global: always find OOM unlikely Tons of style cleanups. * crypto: use unaligned helpers We now avoid unaligned acces

[OpenWrt-Devel] imx6: imagebuilder error due to f2fs

2018-09-04 Thread Koen Vandeputte
Hi Felix, Starting from commit [1], I'm getting this error when trying to use the Imagebuilder, even when selecting them in the build: ... Package libc (1.1.19-1) installed in root is up to date. Package libgcc (7.3.0-1) installed in root is up to date. Package logd (2018-02-14-128bc35f-2) ins

[OpenWrt-Devel] [PATCH] mac80211: add iw command wrapper with error logging

2018-09-04 Thread Rafał Miłecki
From: Rafał Miłecki Currently it's close to impossible to tell what part of mac80211 setup went wrong. Errors logged into system log look like this: radio0 (6155): command failed: No error information (-524) radio0 (6155): command failed: Not supported (-95) radio0 (6155): command failed: I/O err

Re: [OpenWrt-Devel] [PATCH] ipq40xx: Add support for IPQ4019 ap-dk07.1-c1

2018-09-04 Thread Ram Chandra Jangir
Sorry, It was a typo mistake, actually it is Wireless: 2.4-GHz 802.11ng . I will update in next patch set v2. Thanks, Ram > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On Behalf Of Tom Psyborg > Sent: Sunday, September 02, 2018 12:22 AM > T

[OpenWrt-Devel] [PATCH] netifd: proto-dhcp: handle alias interfaces

2018-09-04 Thread Yury Shvedov
The alias interfaces for interfaces with proto dhcp are very useful for specialised builds with proto dhcp on lan by default but with backup static addresses. The default way has one shortage. It left backup address configured on interface with address configured by odchp. This can lead to network

[OpenWrt-Devel] [PATCH] ath79: add support for GL.iNet GL-MIFI

2018-09-04 Thread Kyson Lok
Add support the ar71xx supported GL.iNet GL-MIFI to ath79. Signed-off-by: Kyson Lok --- target/linux/ath79/base-files/etc/board.d/01_leds | 5 + .../linux/ath79/base-files/etc/board.d/02_network | 3 +- target/linux/ath79/dts/ar9331_glinet_mifi.dts | 139 + target/

Re: [OpenWrt-Devel] [PATCH] ipq40xx: Add support for IPQ4019 ap-dk07.1-c1

2018-09-04 Thread John Crispin
On 31/08/18 11:14, Ram Chandra Jangir wrote: * SoC: QCA IPQ4019 * RAM: 512 MiB * Flash: 32 MiB of SPI NOR and 128 MiB NAND * Wireless: 2.4-GHz 802.11ac, and two 5-GHz 802.11ac * IoT : CSR8811 radio [ supports BT classic and BLE ] SiLabs EFR32MG radio [ supports 802.15.