[OpenWrt-Devel] [PATCHv2 001/001] [brcm63xx] Display the correct detected CPU ID

2016-05-08 Thread Graham Fairweather
From: Graham Fairweather This patch fixes the logged detected CPU ID when an equivalent is used, like in the case where we have a bcm6369 and configuration for a bcm6368 is used. More info can be found at: https://forum.openwrt.org/viewtopic.php?id=64621 https://github.com/Xotic750/openwrt/tree/f

[OpenWrt-Devel] [PATCH 001/001] [brcm63xx] [v2] Display the correct detected CPU ID

2016-05-08 Thread Graham Fairweather
From: Graham Fairweather This patch fixes the logged detected CPU ID when an equivalent is used, like in the case where we have a bcm6369 and configuration for a bcm6368 is used. More info can be found at: https://forum.openwrt.org/viewtopic.php?id=64621 https://github.com/Xotic750/openwrt/tree/f

[OpenWrt-Devel] GCC-5.3.1 Build with Go language support, but can not find crti.o crt1.o file

2016-05-08 Thread Tymon
Hi all, I am using uClibc and trying to build GCC-5.3.1 (Linaro) with Go language support, however I meet a issue that "can not find crti.o crt1.o file". I'd tried the approaches which searched by google/stackoverflow(modified LIBRARY_PATH in ~/.bashrc), but none of them has effect

Re: [OpenWrt-Devel] Add support for AVM Fritzbox 7360 SL

2016-05-08 Thread Martin Blumenstingl
On Sun, May 8, 2016 at 5:49 PM, Sebastian Ortwein wrote: > can I add it the following way ? > mdio@0 { > #address-cells = <1>; > #size-cells = <0>; > compatible = "lantiq,xrx200-mdio"; > phy0: ethernet-phy@0 { >

Re: [OpenWrt-Devel] Add support for AVM Fritzbox 7360 SL

2016-05-08 Thread Sebastian Ortwein
Am 08.05.2016 um 14:56 schrieb Martin Blumenstingl: On Sun, May 8, 2016 at 10:33 AM, Sebastian Ortwein wrote: I get the eeprom from the ath9k driver working, but wifi will not showed. First, I get a error message that from the ath9k driver that the eeprom couldn't load. After PCI Bus is initial

Re: [OpenWrt-Devel] Add support for AVM Fritzbox 7360 SL

2016-05-08 Thread Martin Blumenstingl
On Sun, May 8, 2016 at 10:33 AM, Sebastian Ortwein wrote: > I get the eeprom from the ath9k driver working, but wifi will not showed. > First, I get a error message that from the ath9k driver that the eeprom > couldn't load. After PCI Bus is initialize the eeprom is loaded. That is "normal" - noth

Re: [OpenWrt-Devel] [PATCH 01/??] [tools] make-ext4fs glibc >= 2.23 compat

2016-05-08 Thread Matthias Schiffer
On 04/25/2016 11:41 AM, Weedy wrote: > With the update to glibc 2.23, sys/types.h doesn't inherit > sys/sysmacros.h anymore. We need to include it manually. Hi, what kind of system are you building on? Many distributions have updated to glibc 2.23 (Arch Linux, Ubuntu), but don't seem to be affect

Re: [OpenWrt-Devel] Add support for AVM Fritzbox 7360 SL

2016-05-08 Thread Sebastian Ortwein
Am 07.05.2016 um 19:26 schrieb Sylwek ScApi: W dniu 2016-05-07 o 09:53, Martin Blumenstingl pisze: On Sat, May 7, 2016 at 12:40 AM, Sebastian Ortwein wrote: Hey I have tried do get openwrt working on my Fritzbox. Openwrt will start Network and VDSL Modem is working. But WLAN ist not working.