Re: [OpenWrt-Devel] [PATCH v2] kernel: update 3.10.49 to 3.10.58 (released 2014-oct-15)

2014-10-27 Thread Dirk Neukirchen
On 24.10.2014 22:36, Bastian Bittorf wrote: > All platforms which are using 3.10.x at the moment are upgraded. > > compile tested on all platforms with: > make tools/install > make toolchain/install > make target/linux/compile > > user@box:~/user/openwrt$ cat /tmp/log.txt > [Wed Oct 22 00:53:22 C

Re: [OpenWrt-Devel] "iwinfo_cli.c:(.text.startup+0x120): undefined reference to `iwinfo_backend_by_name'"

2014-10-27 Thread Stijn Tintel
On 27-10-14 21:54, Robert P. J. Day wrote: > just updated my git repo, tried to build for TL-MR3220 and got: > > iwinfo_cli.o: In function `main': > iwinfo_cli.c:(.text.startup+0x120): undefined reference to > `iwinfo_backend_by_name' > collect2: error: ld returned 1 exit status > Makefile:40: r

[OpenWrt-Devel] [PATCH] ramips: add support for A5-V11 board

2014-10-27 Thread Gareth Bryan
First time patch/post, have read the submitting patch guide - but apologies if I have made a faux pas somewhere (styling etiquette/etc). Pointers and/or constructive criticism welcome. Unbranded. Silkscreen on PCB is “A5-V11”, believed to be made by Bococom (or at least uses Bococom image encryp

[OpenWrt-Devel] Autoneg problems with ar8216 on kernel 3.14 (related to ticket 17800)

2014-10-27 Thread Heiner Kallweit
With two different TPLINK routers (both with a AR8327N switch) I faced the issue that with kernel 3.14 certain switch ports used 10MBit/half only. Under kernel 3.10 everything was fine and the same ports used 1000MBit/full. As the ar8216 driver is the same I had a look at the common phy code in

[OpenWrt-Devel] Autoneg problems with ar8216 on kernel 3.14 (related to ticket 17800)

2014-10-27 Thread Heiner Kallweit
With two different TPLINK routers (both with a AR8327N switch) I faced the issue that with kernel 3.14 certain switch ports used 10MBit/half only. Under kernel 3.10 everything was fine and the same ports used 1000MBit/full. As the ar8216 driver is the same I had a look at the common phy code in

[OpenWrt-Devel] "iwinfo_cli.c:(.text.startup+0x120): undefined reference to `iwinfo_backend_by_name'"

2014-10-27 Thread Robert P. J. Day
just updated my git repo, tried to build for TL-MR3220 and got: iwinfo_cli.o: In function `main': iwinfo_cli.c:(.text.startup+0x120): undefined reference to `iwinfo_backend_by_name' collect2: error: ld returned 1 exit status Makefile:40: recipe for target 'compile' failed rday -- =

Re: [OpenWrt-Devel] [PATCHv2] Linux 3.16 support on mvebu

2014-10-27 Thread Maxime Ripard
Hi, On Thu, Oct 09, 2014 at 05:10:25PM +0200, Maxime Ripard wrote: > Hi, > > This is the second version of my rather big changes to support the > 3.16 kernel, and more specifically on the mvebu SoCs. > > The first patch ports the existing 3.14 patches to 3.16, and creates a > generic configurati

Re: [OpenWrt-Devel] [PATCH] fstools: Deal with overlayfs v23+

2014-10-27 Thread John Crispin
its merged in the fstools repo but apparently i never updated the openwrt makefile. should be fixed with r43090 John On 27/10/2014 16:44, Maxime Ripard wrote: > Hi, > > On Thu, Oct 09, 2014 at 04:48:48PM +0200, Maxime Ripard wrote: >> OverlayFS version 23 and later require an additional

Re: [OpenWrt-Devel] [PATCH] fstools: Deal with overlayfs v23+

2014-10-27 Thread Maxime Ripard
Hi, On Thu, Oct 09, 2014 at 04:48:48PM +0200, Maxime Ripard wrote: > OverlayFS version 23 and later require an additional directory to be given at > mount time. > > Add a patch to the fstools to first test wether it can mount it without (for > older versions), and if not, use the new mechanism. >

[OpenWrt-Devel] [PATCH] package/boot/uboot-envtools: retry uci-defaults for fw_env.config

2014-10-27 Thread Tijs Van Buggenhout
Consider a system with uboot-env at first boot after sysupgrade. By default /etc/config/ubootenv will have been restored, which is not the case for /etc/fw_env.config (generated, not installed by opkg). Unfortunately fw_env.config will only be generated when /etc/config/ubootenv is initialised (th

[OpenWrt-Devel] [PATCH] package/boot/uboot-envtools: retry uci-defaults on empty config

2014-10-27 Thread Tijs Van Buggenhout
Consider an OpenWRT release for a certain board without support for uboot(-envtools). An empty config file /etc/config/uboot-env is created. Consider a new OpenWRT release with support for uboot(-envtools) added for that board. If the uci config was preserved over sysupgrade (the default), the /et

Re: [OpenWrt-Devel] [PATCH 2/4] ubinize-image: Change the rootfs to a static volume

2014-10-27 Thread Maxime Ripard
Hi Daniel, On Sun, Oct 26, 2014 at 11:37:18PM +0100, Daniel Golle wrote: > Hi Maxime, > > On Thu, Oct 09, 2014 at 05:59:27PM +0200, Maxime Ripard wrote: > > On boards with large page size, the rootfs we generate might end up using > > less > > PEB than the minimum number required by UBI for a dy