[LEDE-DEV] [PATCH v5] ar71xx: add ew-balin platform from Embedded Wireless

2018-01-15 Thread Catrinel Catrinescu
Add the Embedded Wireless "Balin" platform SoC: QCA AR9344 or AR9350 RAM: DDR2-RAM 64MBytes Flash: SPI-NOR 16MBytes WLAN: 2 x 2 MIMO 2.4 & 5 GHz IEEE802.11 a/b/g/n Ethernet: 3 x 10/100 Mb/s USB: 1 x USB2.0 Host/Device bootstrap-pin at power-up PCI-Express: 1 x lane PCIe 1.2 UART: 1 x

Re: [LEDE-DEV] [PATCH v4] ar71xx: add ew-balin platform from Embedded Wireless

2018-01-15 Thread Catrinel Catrinescu
Hi John & Piotr Thank you for your advices. I updated the patch, inclusive your comments, I hope now you can commit the new patch version v5. Best regards Catrinel -Original Message- From: Piotr Dymacz [mailto:pep...@gmail.com] Sent: Samstag, 13. Januar 2018 15:25 To: Catrinel

[LEDE-DEV] DDNS for ipv6

2018-01-15 Thread e9hack
Hi, ddns for ipv6 doesn't work since the last few updates related to the ddns package. From log file: Mon Jan 15 17:35:21 2018 user.notice DEBUG: hotplug igmpproxy: device 'wan_6' action 'ifup' Mon Jan 15 17:35:22 2018 user.notice ddns-scripts[7394]: dynv6_ipv6: PID '7394' started at

[LEDE-DEV] [PATCH] mt7621: Add back CONFIG_SCHED_HRTICK to kernel config

2018-01-15 Thread Rosen Penev
Fixes FS #1242. The way I figured this out was by using diff on config-4.4 from 17.01 and config-4.9 from trunk. First I removed CONFIG options. That did not work. Then I started adding. This one seems to do the trick. The issue is that anything in /dev/sdX starts returning bad data when read.

Re: [LEDE-DEV] [PATCH] mt7621: Add back CONFIG_SCHED_HRTICK to kernel config

2018-01-15 Thread Rosen Penev
It is defined in generic yes. From discussions on IRC, the issue may be related to something else. I will do further testing to see whether or not this is correct. Should take me another week or so... I still have no idea why in 17.01 CONIG_SCHED_HRTICK is defined in generic and in a bunch of

[LEDE-DEV] SCHED_HRTICK missing in modern kernels.

2018-01-15 Thread Rosen Penev
So it seems that SCHED_HRTICK got removed from a lot of targets when moving from 4.4 to 4.9. Anyone know why? I'm about to submit a patch for mt7621 that fixes a major regression with the target resulting from this. ___ Lede-dev mailing list

Re: [LEDE-DEV] DDNS for ipv6

2018-01-15 Thread Christian Schoenebeck
Hi Hartmut, either try newest scripts from github (updated last weekend) or insert "network_flush_cache" at about line 900 inside dynamic_dns_functions.sh function get_local_ip() while : ; do if [ -n "$ip_network" ]; then # set correct program

Re: [LEDE-DEV] [PATCH v1] dnsmasq: use SIGINT for dnssec time valid

2018-01-15 Thread Hans Dedecker
On Mon, Jan 15, 2018 at 1:45 PM, Kevin Darbyshire-Bryant wrote: > Dnsmasq used SIGHUP to do too many things: 1) set dnssec time validation > enabled, 2) bump SOA zone serial, 3) clear dns cache, 4) reload hosts > files, 5) reload resolvers/servers files. > > Many

Re: [LEDE-DEV] [PATCH] mt7621: Add back CONFIG_SCHED_HRTICK to kernel config

2018-01-15 Thread Mathias Kresin
15.01.2018 21:09, Rosen Penev: Fixes FS #1242. The way I figured this out was by using diff on config-4.4 from 17.01 and config-4.9 from trunk. First I removed CONFIG options. That did not work. Then I started adding. This one seems to do the trick. The issue is that anything in /dev/sdX

Re: [LEDE-DEV] [PATCH] mt7621: Add back CONFIG_SCHED_HRTICK to kernel config

2018-01-15 Thread Mathias Kresin
15.01.2018 22:30, Rosen Penev: It is defined in generic yes. From discussions on IRC, the issue may be related to something else. I will do further testing to see whether or not this is correct. Should take me another week or so... I still have no idea why in 17.01 CONIG_SCHED_HRTICK is defined

[LEDE-DEV] [PATCH] ar71xx: mach-rbspi: simplify reset button registration

2018-01-15 Thread Gabor Juhos
The setup code defines four individual structures for the Reset buttons of the supported boards. The only difference between the definitions is the GPIO number used for the button. Replace the different structures with one generic variant, and add a helper function to simplify the button

Re: [LEDE-DEV] [OpenWrt-Devel] owrt landing page

2018-01-15 Thread Paul Oranje
A practica;l note on the style differences. The white LEDE style is very clearly different from the darkish OpenWrt style: one does notice very easily which version of the wiki (and other stuff as well) one sees. A good reason to maintain the visual different styles for the near future. Paul

[LEDE-DEV] [PATCH] ar71xx: fix format of the 701-MIPS-ath79-add-routerboard-detection patches

2018-01-15 Thread Gabor Juhos
Commit e15c63a37574 ("ar71xx: add support for MikroTik RouterBOARD wAP G-5HacT2HnD (wAP AC") broke the format of the patches. In unified diff format, the unchanged, contextual lines must be preceded by a space character. Refresh the patches with quilt to fix them. Fixes: e15c63a37574 ("ar71xx:

[LEDE-DEV] [PATCH v1] dnsmasq: use SIGINT for dnssec time valid

2018-01-15 Thread Kevin Darbyshire-Bryant
Dnsmasq used SIGHUP to do too many things: 1) set dnssec time validation enabled, 2) bump SOA zone serial, 3) clear dns cache, 4) reload hosts files, 5) reload resolvers/servers files. Many subsystems within LEDE can send SIGHUP to dnsmasq: 1) ntpd hotplug (to indicate time is valid for dnssec)