[LEDE-DEV] Fwd: RT5350F (Olinuxino) WiFi interface doesn't work

2018-05-13 Thread Zoltan Gyarmati
Dear All,  I'm testing the current OpenWrt  (master/HEAD) on RT5350F Olinuxino. Unfortunately the WiFi interface doesn't seem to work properly in client mode. `iwinfo wlan0 scan` runs successfully and shows my AP, but when i configure the interface as client and try to connect, the authentication

[LEDE-DEV] [PATCH] wireguard: bump to 0.0.20180513

2018-05-13 Thread Kevin Darbyshire-Bryant
6b4a340 version: bump snapshot faa2103 compat: don't clear header bits on RHEL 4014532 compat: handle RHEL 7.5's recent backports 66589bc queueing: preserve pfmemalloc header bit 37f114a chacha20poly1305: make gcc 8.1 happy 926caae socket: use skb_put_data 724d979 wg-quick: preliminary support for

[LEDE-DEV] [PATCH] Add support for Flexible I/O Tester

2018-05-13 Thread Dragan Stancevic
A lot of SoC boards come with integrated SATA it would be nice to be able to use fio to test performance of those boards. -- Home Based Linux SW-Engr Jobs @ http://codeminutia.com From 23b64e372654ac7592e597fcc559df38fa1ee31b Mon Sep 17 00:00:00 2001 From: Dragan Stancevic Date: Sun, 13 May 2018

[LEDE-DEV] [PATCH] wireguard: Add support for ip6prefix config option

2018-05-13 Thread Toke Høiland-Jørgensen
This makes it easier to distribute prefixes over a wireguard tunnel interface, by simply setting the ip6prefix option in uci (just like with other protocols). Obviously, routing etc needs to be setup properly for things to work; this just adds the config option so the prefix can be assigned to oth

Re: [LEDE-DEV] -mcpu export

2018-05-13 Thread Dragan Stancevic
On 05/13/2018 10:14 AM, Dragan Stancevic wrote: > Morning, > > trying to port a utility to openwrt and I would like to capture the > global make file -mcpu parameter export to use as a config variable. > > > I tried using "$(ARCH)" and "$(OPTIMIZE_FOR_CPU)" but that is only > producing "arm" and

[LEDE-DEV] -mcpu export

2018-05-13 Thread Dragan Stancevic
Morning, trying to port a utility to openwrt and I would like to capture the global make file -mcpu parameter export to use as a config variable. I tried using "$(ARCH)" and "$(OPTIMIZE_FOR_CPU)" but that is only producing "arm" and not a more specific sub type such as "cortex-a8" that comes fro

[LEDE-DEV] [PATCH v2] mvebu: add support for WRT32X (venom)

2018-05-13 Thread michael . gray
From: Michael Gray Linksys WRT32X (Venom) is identical in hardware to the WRT3200ACM with a different flash layout and boots zImage rather than uImage. Specification: - Marvell Armada 385 88F6820 (2x 1.8GHz) - 256MB of Flash - 512MB of RAM - 2.4GHz (bgn) and 5GHz (an+ac wave 2) - 4x 1Gbps LAN +

Re: [LEDE-DEV] [PATCH] mvebu: add support for WRT32X (venom)

2018-05-13 Thread Michael Gray
>> +partition@0 { >> +label = "u-boot"; >> +reg = <0x000 0x20>; /* 2MB */ >> +/* read-only; */ >> +}; >> + > >Why is the u-boot partition writable? > > >Bjørn Thanks

Re: [LEDE-DEV] [PATCH] mvebu: add support for WRT32X (venom)

2018-05-13 Thread Bjørn Mork
michael.g...@lantisproject.com writes: > + &nand { > + /* Spansion S34ML02G2 256MiB, OEM Layout */ > + partition@0 { > + label = "u-boot"; > + reg = <0x000 0x20>; /* 2MB */ > +

[LEDE-DEV] trouble with netifd

2018-05-13 Thread e9hack
Hi, I've trouble with netifd on a carambola box (ralink rt305x target) from 8devices. After a sysupgrade, netifd crashes all the time at the first boot. Lan/wan access over cable isn't possible. Wireless access is possible. After a reboot, netifd doesn't crash again. ... Sat May 12 23:54:13 201

[LEDE-DEV] [PATCH] mvebu: add support for WRT32X (venom)

2018-05-13 Thread michael . gray
From: Michael Gray Linksys WRT32X (Venom) is identical in hardware to the WRT3200ACM with a different flash layout and boots zImage rather than uImage. Specification: - Marvell Armada 385 88F6820 (2x 1.8GHz) - 256MB of Flash - 512MB of RAM - 2.4GHz (bgn) and 5GHz (an+ac wave 2) - 4x 1Gbps LAN +