[OpenWrt-Devel] [PATCH] [base-files] x86: fix sysupgrade

2014-03-15 Thread Jiří Šlachta
Function move_config should be called after or during preinit_mount_root hook in do_mount_root function. At this state sysupgrade.tgz is not in its place during that time when do_mount_root is called. Function move_config is called later so the sysupgrade.tgz stays in root directory to the second

[OpenWrt-Devel] [PATCH] [base-files] x86_64: fix sysupgrade

2014-03-15 Thread Jiří Šlachta
Function move_config should be called after or during preinit_mount_root hook in do_mount_root function. At this state sysupgrade.tgz is not in its place during that time when do_mount_root is called. Function move_config is called later so the sysupgrade.tgz stays in root directory to the second

Re: [OpenWrt-Devel] [PATCH] [routing] olsrd: bump version to 0.6.6.1, remove redundant patch

2014-03-15 Thread Bastian Bittorf
* Russell Senior [15.03.2014 20:21]: thank you. Applied in 654615db01d29e658c42ba9f0922177849e48dce of openwrt-routing feed: https://github.com/openwrt-routing/packages/commit/654615db01d29e658c42ba9f0922177849e48dce bye, bastian ___ openwrt-devel mai

Re: [OpenWrt-Devel] Buildbot confused?

2014-03-15 Thread Travis Kemen
Just a quick update, the buildbots should be stable again after this morning. Finished ironing out the final issues (hopefully) in bringing up a bunch of virtual boxes. These boxes should be able to complete a full build in around 9 hours which will reduce our turn around time on updated snapshots.

Re: [OpenWrt-Devel] [PATCH] [packages] canutils: Replace old Pengutronix version with VW version

2014-03-15 Thread Jan Kardell
Tim Harvey skriver: Jan, Some comments/questions/issue below: On Fri, Mar 14, 2014 at 3:25 AM, Jan Kardell wrote: The old Pengutronix canutils seems very old and unmaintained. Replace it with VolksWagen version of canutils that is actively maintained by the Linux-CAN project. The VW version a

[OpenWrt-Devel] [PATCH] Fix collectd / Luci statistics breakage due to r39119 / bug 15010

2014-03-15 Thread Hannu Nyman
Collectd / Luci statistics module has been broken since r39119 (in December 2013). Buildbot has not built it succesfully since then. Bug 15010 describes the issue: https://dev.openwrt.org/ticket/15010 Changeset 39119: https://dev.openwrt.org/changeset/39119 The build breakage only concerns on

[OpenWrt-Devel] [PATCH] [routing] olsrd: bump version to 0.6.6.1, remove redundant patch

2014-03-15 Thread Russell Senior
Signed-off-by: Russell Senior diff --git a/olsrd/Makefile b/olsrd/Makefile index e7f4615..8643370 100644 --- a/olsrd/Makefile +++ b/olsrd/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=olsrd -PKG_VERSION:=0.6.6 -PKG_RELEASE:=3 +PKG_VERSION:=0.6.6.1 +PKG_RELEASE:=1 PKG_SO