[OpenWrt-Devel] broken link

2018-06-26 Thread Lev
Please note that this link is broken: https://lists.openwrt.org/listinfo/openwrt-devel -- Levente Kovacs Senior Electronic Engineer W: http://levente.logonex.eu ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] [PATCH] ramips: fix wizfi630a swapped lan/wan port

2018-06-26 Thread Lev
The order of the Ethernet ports were mixed up. This commit fixes the order to be aligned with the physical layout. Signed-off-by: Lev --- target/linux/ramips/base-files/etc/board.d/02_network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OpenWrt-Devel] [PATCH] odhcpd: allow specifying lease trigger mode

2018-06-26 Thread Michał Kępień via openwrt-devel
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 --- odhcpd only calls the lease

[OpenWrt-Devel] No Response since Mai for GitHub Pull Request

2018-06-26 Thread Nick
Hi, I added some pull request that add the ht and vht support in the probe requests in the ubus calls. > https://github.com/openwrt/openwrt/pull/898 This request is open since Mai. I would be very happy, if I would receive an answer. :) ___

Re: [OpenWrt-Devel] [PATCH] ath79: fixed Add support for TL-WR740N/NDv2, TL-MR3220v1, TL-MR3420v1

2018-06-26 Thread Alex Maclean
On 26/06/18 16:00, Смирнов Дмитрий wrote: > From 45ade20ff65fca3140e80189747c42ac9ee123ab Mon Sep 17 00:00:00 2001 > From: Deoptim > Date: Tue, 26 Jun 2018 17:01:47 +0300 > Subject: [PATCH] ath79: fixed Add support for > TL-WR740N/NDv2,TL-MR3220v1,TL-MR3420v1 > > Its common AP99(AR7241) platform

Re: [OpenWrt-Devel] [PATCH] ath79: Add support for TL-WR740N/NDv2, TL-MR3220v1, TL-MR3420v1

2018-06-26 Thread Mathias Kresin
Hey Dmitry, find my comments inline. Please take care to fix the outlined issues for all dts. 2018-06-26 16:47 GMT+02:00 Смирнов Дмитрий : > > From dfcb42807ddd384482ea0dc18d42a8e4774b709e Mon Sep 17 00:00:00 2001 > From: Deoptim Please use your full name here. > Date: Tue, 26 Jun 2018

[OpenWrt-Devel] [PATCH] ath79: port TP-Link TL-WR741ND v4 and TL-WR740ND v4

2018-06-26 Thread Rocco Folino
This patch ports the TP-Link TL-WR741ND v4 and TL-WR740ND v4 to the ath79 target. Because the two devices share the same hw layout, this patch adds a common .dtsi which is included by the two .dts. Signed-off-by: Rocco Folino --- .../ath79/base-files/etc/board.d/01_leds | 9 +

[OpenWrt-Devel] [PATCH] ath79: fixed Add support for TL-WR740N/NDv2, TL-MR3220v1, TL-MR3420v1

2018-06-26 Thread Смирнов Дмитрий
>From 45ade20ff65fca3140e80189747c42ac9ee123ab Mon Sep 17 00:00:00 2001 From: Deoptim Date: Tue, 26 Jun 2018 17:01:47 +0300 Subject: [PATCH] ath79: fixed Add support for TL-WR740N/NDv2,TL-MR3220v1,TL-MR3420v1 Its common AP99(AR7241) platform with following devices: TP-Link TL-WR740N/ND v2

[OpenWrt-Devel] [PATCH] ath79: Add support for TL-WR740N/NDv2, TL-MR3220v1, TL-MR3420v1

2018-06-26 Thread Смирнов Дмитрий
>From dfcb42807ddd384482ea0dc18d42a8e4774b709e Mon Sep 17 00:00:00 2001 From: Deoptim Date: Tue, 26 Jun 2018 17:01:47 +0300 Subject: [OpenWrt-Devel] [PATCH] ath79: Add support for TL-WR740N/NDv2,TL-MR3220v1,TL-MR3420v1 Its common AP99(AR7241) platform with following devices: TP-Link

[OpenWrt-Devel] [PATCH v2] build: download code from github using archive API

2018-06-26 Thread Yousong Zhou
A new python script scripts/download.py is added to fetch tarballs using GitHub archive API [1], then repack in a reproducible way same as the current DownloadMethod/git GitHub imposes a 60 reqs/hour rate limit on unauthenticated API access[2]. This affects fetching get commit date for tar

Re: [OpenWrt-Devel] /etc/board.json

2018-06-26 Thread Levente
Yes, I'll do it. It was just my quick and dirty fix on my branch. On Tue, Jun 26, 2018 at 2:07 PM, Mathias Kresin wrote: > 2018-06-26 12:54 GMT+02:00 Levente : >> Isn't this script uses this file and generate configuration files? >> >> BTW, I've found that in file >> >>

Re: [OpenWrt-Devel] /etc/board.json

2018-06-26 Thread Mathias Kresin
2018-06-26 12:54 GMT+02:00 Levente : > Isn't this script uses this file and generate configuration files? > > BTW, I've found that in file > > target/linux/ramips/base-files/etc/board.d/02_network > > The order of ports is funny. > > I'd apply this patch. > > From

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH] ubusd: Use linked list for queued messages (alt.)

2018-06-26 Thread Sergey Zakharchenko
Hello Benjamin, 2018-05-08 12:22 GMT+03:00 Benjamin Hansmann : > What is the acceptance state of this patch? In patchwork it has the > status `superseded'. Does it mean that the issue has been or will be > solved by other means? Thanks a lot for the patch! It does indeed seem to solve the issue

Re: [OpenWrt-Devel] openwrt-imagebuilder-18.06.0-rc1-ar71xx-generic.Linux-x86_64

2018-06-26 Thread Alberto Bursi
On 26/06/2018 11:19, Mikael Bak wrote: Martin, Mathias, On 2018-06-25 16:04, Martin Tippmann wrote: On Mon, Jun 25, 2018 at 3:56 PM, Mikael Bak wrote: Build dependency: Please install GNU 'time' or BusyBox 'time' Prerequisite check failed. Use FORCE=1 to override. make[1]: ***

Re: [OpenWrt-Devel] /etc/board.json

2018-06-26 Thread Levente
Isn't this script uses this file and generate configuration files? BTW, I've found that in file target/linux/ramips/base-files/etc/board.d/02_network The order of ports is funny. I'd apply this patch. >From 8e8eaad9b24da7919de640cbc5e7a04eb0f19d67 Mon Sep 17 00:00:00 2001 From: Lev Date:

Re: [OpenWrt-Devel] openwrt-imagebuilder-18.06.0-rc1-ar71xx-generic.Linux-x86_64

2018-06-26 Thread Mikael Bak
Martin, Mathias, On 2018-06-25 16:04, Martin Tippmann wrote: On Mon, Jun 25, 2018 at 3:56 PM, Mikael Bak wrote: Build dependency: Please install GNU 'time' or BusyBox 'time' Prerequisite check failed. Use FORCE=1 to override. make[1]: *** [Makefile:76: staging_dir/host/.prereq-build] Error

[OpenWrt-Devel] /usr/lib/os-release

2018-06-26 Thread Naresh Kumar Mehta
Can someone change package/base-files/files/usr/lib/os-release to OpenWrt branding? Currently it has LEDE* entries. Thanks, Naresh ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/listinfo/openwrt-devel

Re: [OpenWrt-Devel] /etc/board.json

2018-06-26 Thread Alexandru Ardelean
On Mon, Jun 25, 2018 at 6:41 PM, Levente wrote: > Hi, > > > Could you tell me how is /etc/board.json generated? There might be a > bug in this file, I'd like to fix. > It's the config_generate script that creates it: