Re: [OpenWrt-Devel] [PATCH 1/3] toolchain/gcc: add GCC 8.1.0

2018-07-05 Thread Felix Fietkau
On 2018-07-05 02:00, Syrone Wong wrote: >> I believe the actual fix is in this commit: >> https://github.com/gcc-mirror/gcc/commit/3fa2798aa887d141d86985240f03e2f3809e7e62 >> >> I believe the actual underlying issue is described at the end of >> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58139 >

Re: [OpenWrt-Devel] [PATCH 1/3] toolchain/gcc: add GCC 8.1.0

2018-07-05 Thread Felix Fietkau
On 2018-07-05 11:18, Felix Fietkau wrote: > On 2018-07-05 02:00, Syrone Wong wrote: >>> I believe the actual fix is in this commit: >>> https://github.com/gcc-mirror/gcc/commit/3fa2798aa887d141d86985240f03e2f3809e7e62 >>> >>> I believe the actual underlying issue is described at the end of >>> http

Re: [OpenWrt-Devel] [PATCH 1/3] toolchain/gcc: add GCC 8.1.0

2018-07-05 Thread Syrone Wong
> By the way, compiling MIPS targets with gcc 8.1 fails, caused by some > new warnings triggered by syscall related macros. When I was testing on x86_64, I updated musl to 84b25160e7e15e7531533a9a6b22d5431d1b7629. I will test on MIPS when I am free. ___

Re: [OpenWrt-Devel] uhttpd: add configurable client Cache-Control http header

2018-07-05 Thread Karl Palsson
> > I just made all my code request js files with ?ver= version > > suffixes, so that only the right versions were cached. > > Yes i have seen this in luci but not in luci-ng. well, fix that? :) signature.html Description: OpenPGP Digital Signature __

[OpenWrt-Devel] [PATCH] ca-certificates: ca-bundle: add symlink for openssl default setting

2018-07-05 Thread Yousong Zhou
OpenSSL defaults X509_CERT_FILE to /etc/ssl/cert.pem. This change is needed for wget-ssl and possibly others to work seamlessly with fresh ca-bundle installation Fixes openwrt/packages#6152 Signed-off-by: Yousong Zhou --- package/system/ca-certificates/Makefile | 2 ++ 1 file changed, 2 insert

[OpenWrt-Devel] mount_root failure

2018-07-05 Thread Levente
I recently built an OpenWRT/LEDE 17.01.4 image, and after the upgrade when the device reboots, I get this at the console: [ 39.476772] mount_root: page allocation failure: order:5, mode:0x240c0c0 [ 39.483655] CPU: 0 PID: 1137 Comm: mount_root Not tainted 4.4.92 #0 [ 39.490203] Stack : 8033f

Re: [OpenWrt-Devel] [PATCH 2/2] iwinfo: nl80211: add survey.

2018-07-05 Thread Daniel Danzberger
Yes, everything returned by NL80211_CMD_GET_SURVEY. Its equivalent to: # iw wlan0 survey dump On 07/04/2018 10:32 PM, Nick wrote: > I wanted to add this info too. See previous emails: "iwinfo: add channel > survey" > I think you are making the survey for all channels? > My attention was only a sur

Re: [OpenWrt-Devel] [PATCH 3/3] ARM: dts: Add devicetree for Storlink/Storm SL93512R

2018-07-05 Thread Linus Walleij
On Wed, Jul 4, 2018 at 10:56 PM Andrew Lunn wrote: > On Wed, Jul 04, 2018 at 09:17:59PM +0200, Linus Walleij wrote: > > + vsc: port@6 { > > + reg = <6>; > > + label = "cpu"; > > +

Re: [OpenWrt-Devel] [PATCH 3/3] ARM: dts: Add devicetree for Storlink/Storm SL93512R

2018-07-05 Thread Andrew Lunn
> > > + vsc: port@6 { > > > + reg = <6>; > > > + label = "cpu"; > > > + ethernet = <&gmac1>; > > > + phy-mode = "rgmii"; > > >

[OpenWrt-Devel] Invitation: FACEBOOK LOTTERY 2018!!! @ Fri Jul 6, 2018 1am - 2am (EDT) (openwrt-devel@lists.openwrt.org)

2018-07-05 Thread machadoadeliioo
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VEVENT DTSTART:20180706T05Z DTEND:20180706T06Z DTSTAMP:20180706T044929Z ORGANIZER;CN=machadoadeli...@gmail.com:mailto:machadoadeli...@gmail.com UID:1vgtjappr0ke9kq97n3q80r..

[OpenWrt-Devel] [PATCH] kernel: usb: dwc2 DMA alignment fixes

2018-07-05 Thread Antti Seppälä
Add two patches submitted for upstream review that significantly improve the dwc2 driver on openwrt from kernel stability and performance perspectives. Fixes: FS#1367 Signed-off-by: Antti Seppälä --- Notes: Given 170-usb-dwc2-Fix-DMA-alignment-to-start-at-allocated-boun.patch fixes an u