Re: [OpenWrt-Devel] [PATCH RFC 0/5] ath79: add micro non-physical true RNG based on timing jitter

2019-05-26 Thread Stephan Müller
Am Sonntag, 26. Mai 2019, 14:47:33 CEST schrieb Petr Štetiar: Hi Petr, > > could you please point me to that email thread? What's your plan now? Do you > simply plan to maintain it as out of tree kernel module forever or do you > plan to eventually address the comments leading to the reject and

Re: [OpenWrt-Devel] [PATCH] Support for Edimax EW-7476RPC

2019-05-26 Thread Cezary Jackiewicz
Dnia 2019-05-26, o godz. 23:05:35 Birger Koblitz napisał(a): > > root@OpenWrt:~# swconfig dev switch0 show | grep port > > link: port:0 link:down > > link: port:1 link:down > > link: port:2 link:down > > link: port:3 link:down > > link: port:4 link:down > > link: port:5

[OpenWrt-Devel] [PATCH uclient] uclient-http: set data_eof when content-length is 0

2019-05-26 Thread Yousong Zhou
Otherwise uclient-fetch can report "Connection reset prematurely" Fixes FS# Signed-off-by: Yousong Zhou --- uclient-http.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/uclient-http.c b/uclient-http.c index 3168f4c..c1f7228 100644 --- a/uclient-http.c +++

Re: [OpenWrt-Devel] [PATCH] gre: introduce 'nohostroute' option

2019-05-26 Thread Jeff Kletsky
On 5/26/19 12:15 PM, Hans Dedecker wrote: Hi, On Sun, May 26, 2019 at 12:19 PM Fabian Bläse via openwrt-devel wrote: [...] Please use git send-email to deliver the patch Hans --- package/network/config/gre/files/gre.sh | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-)

Re: [OpenWrt-Devel] [PATCH] kernel: Move some DSA config options to generic config

2019-05-26 Thread Hauke Mehrtens
On 5/24/19 11:09 PM, Linus Walleij wrote: > Hi Hauke, > > this patch regresses my Gemini systems because I really need these switches > to come up and this patch: Sorry Linus, I didn't know that they are needed, I assumed that they were accidentally added for the gemini target, on the ath79

Re: [OpenWrt-Devel] [PATCH 1/6] hostapd: update to version 2.8

2019-05-26 Thread Hauke Mehrtens
On 5/26/19 1:24 PM, Peter Lundkvist wrote: > Hi, > > On 2019-05-05 23:43, Hauke Mehrtens wrote: >> On 5/5/19 6:59 AM, Stefan Lippers-Hollmann wrote: >>> Hi >>> >>> Successfully build-tested on: >>> - ath79 >>> - ipq806x >>> - lantiq >>> >>> Succeffully runtime tested on: >>> - ipq806x >>> >>> On

Re: [OpenWrt-Devel] [PATCH] Support for Edimax EW-7476RPC

2019-05-26 Thread Birger Koblitz
On 26.05.19 22:46, Cezary Jackiewicz wrote: > Dnia 2019-05-26, o godz. 22:16:30 > Birger Koblitz napisał(a): > >> Hi, >> >> On 26.05.19 19:28, Cezary Jackiewicz wrote: +    ucidef_set_led_netdev "lan" "lan" "$boardname:green:internet" "eth0" +;; >>> Also

Re: [OpenWrt-Devel] [PATCH] Support for Edimax EW-7476RPC

2019-05-26 Thread Birger Koblitz
Hi, On 26.05.19 19:28, Cezary Jackiewicz wrote: >> +    ucidef_set_led_netdev "lan" "lan" "$boardname:green:internet" "eth0" >> +;; > Also working: > > ucidef_set_led_switch "lan" "lan" "$boardname:green:lan" "switch0" "0x20" > > (if you rename internet to lan) > Are you sure

Re: [OpenWrt-Devel] [PATCH] gre: introduce 'nohostroute' option

2019-05-26 Thread Fabian Bläse 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 --- Hi Hans, I have sent this patch

[OpenWrt-Devel] [sdwalker/sdwalker.github.io] 472bd4: This week's update

2019-05-26 Thread Stephen Walker
Branch: refs/heads/master Home: https://github.com/sdwalker/sdwalker.github.io Commit: 472bd4d62f450cf7a17584fd6213c42b38dfd6d3 https://github.com/sdwalker/sdwalker.github.io/commit/472bd4d62f450cf7a17584fd6213c42b38dfd6d3 Author: Stephen Walker Date: 2019-05-26 (Sun, 26 May

[OpenWrt-Devel] [openwrt] Patch notification: 1 patch updated

2019-05-26 Thread Patchwork
Hello, The following patch (submitted by you) has been updated in Patchwork: * openwrt: [OpenWrt-Devel] gre: introduce 'nohostroute' option - http://patchwork.ozlabs.org/patch/1105538/ - for: OpenWrt development was: New now: Changes Requested This email is a notification

Re: [OpenWrt-Devel] [PATCH] Support for Edimax EW-7476RPC

2019-05-26 Thread Birger Koblitz
Hi, I'll work on all the open points and add the device description. Then I'll submit the next version of the patch. Birger On 26 May 2019 19:28:56 CEST, Cezary Jackiewicz wrote: >Hi, >typo: > >>     ;; >> +edimax,ew-7476rpc) \ >> +edimax,ew-7478ac) > >edimax,ew-7476rpc| \

Re: [OpenWrt-Devel] [PATCH] Support for Edimax EW-7476RPC

2019-05-26 Thread Cezary Jackiewicz
Hi, typo: >     ;; > +edimax,ew-7476rpc) \ > +edimax,ew-7478ac) edimax,ew-7476rpc| \ edimax,ew-7478ac) >+    ucidef_set_led_netdev "lan" "lan" "$boardname:green:internet" "eth0" >+;; Also working: ucidef_set_led_switch "lan" "lan" "$boardname:green:lan" "switch0" "0x20"

[OpenWrt-Devel] [PATCH] dnsmasq: skip options that are not compiled in

2019-05-26 Thread Yousong Zhou
This is to make life easier for users with customized build of dnsmasq-full variant. E.g. dnsmasq config generated by current service script will be rejected by dnsmasq without DHCP - Options like --dhcp-leasefile have default values. Deleting them from uci config or setting them to empty

Re: [OpenWrt-Devel] [PATCH] Support for Edimax EW-7476RPC

2019-05-26 Thread tmo26
Can you please add the usual hardware and installation info? For examples see other commits that added support for a specific device. Thomas -Ursprüngliche Nachricht- Von: openwrt-devel Im Auftrag von Birger Koblitz Gesendet: Sonntag, 26. Mai 2019 09:45 An:

Re: [OpenWrt-Devel] [PATCH] Support for Edimax EW-7476RPC

2019-05-26 Thread Cezary Jackiewicz
Dnia 2019-05-26, o godz. 09:44:59 Birger Koblitz napisał(a): Hi, yes, it works, but see my comments. This is almost identical device (EW-7476RPC and EW-7478C, also: RE11, RE11S), so you can use dtsi to share common code. >     wnce2001|\ >     zbt-cpe102|\ >    

[OpenWrt-Devel] [PATCH v2] ramips: create R6220 dtsi and improve WNDR3700v5 support

2019-05-26 Thread Jan Hoffmann
The R6220 and WNDR3700v5 are identical apart from using NAND/NOR flash and having a different casing. This adds a new cleaned up R6220.dtsi with the common bits for both devices. Both devices now have feature parity. Performed cleanup: * generic DTS node names * regulator for usb power * added

Re: [OpenWrt-Devel] [PATCH RFC 0/5] ath79: add micro non-physical true RNG based on timing jitter

2019-05-26 Thread Petr Štetiar
Stephan Müller [2019-05-25 21:42:19]: Hi, > If you are interested, I wrote a complete replacement implementation of the > current /dev/random or /dev/urandom available at [2]. It uses the in-kernel > Jitter RNG, it has pluggable PRNGs and other logic relevant for, say, FIPS > 140-2. This

Re: [OpenWrt-Devel] [PATCH RFC 0/5] ath79: add micro non-physical true RNG based on timing jitter

2019-05-26 Thread Petr Štetiar
Etienne Champetier [2019-05-25 12:43:25]: Hi, > I just want to be sure we don't make some devices worse / are not > missing something and I really appreciate that, the more eyes, the better. > > Exactly, that's why it's recommended[2] to save it during EVERY shutdown, > > so it's > >

Re: [OpenWrt-Devel] [PATCH 1/6] hostapd: update to version 2.8

2019-05-26 Thread Peter Lundkvist
Hi, On 2019-05-05 23:43, Hauke Mehrtens wrote: > On 5/5/19 6:59 AM, Stefan Lippers-Hollmann wrote: >> Hi >> >> Successfully build-tested on: >> - ath79 >> - ipq806x >> - lantiq >> >> Succeffully runtime tested on: >> - ipq806x >> >> On 2019-05-04, Hauke Mehrtens wrote: >>> This also syncs the

Re: [OpenWrt-Devel] [PATCH] gemini: Make root filesystem writeable

2019-05-26 Thread Rafał Miłecki
On 24.05.2019 18:31, Linus Walleij wrote: The squashfs+jffs2 root filesystem only came up as read-only and the config would not take: [ 25.600237] mount_root: Could not open mtd device: /dev/mtd4 [ 25.634674] mount_root: reading rootfs_data failed [ 25.665346] mount_root: Could not open

[OpenWrt-Devel] [PATCH] gre: introduce 'nohostroute' option

2019-05-26 Thread Fabian Bläse 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 --- It is not always necessary to add