Debian has the following patch in
http://http.debian.net/debian/pool/main/v/valgrind/valgrind_3.11.0-1.debian.tar.xz
Description: Fix FTBFS on armhf by correctly detecting the architecture
Origin: vendor
Bug-Debian: http://bugs.debian.org/730844
Author: Alessandro Ghedini
Last-Update: 2013-11-30
Sunxi Lamobo R1 is a subarchitecture of arm_v7. So valgrind should build
out of the box.
Unfortunately it is disabled, because host_cpu = arm and not arm_v7.
A messy workaround is to patch configure.ac adding
arm*)
AC_MSG_RESULT([ok (${host_cpu})])
ARCH_MAX="arm"
;;
On 3 Jul 2016 07:03, "Luke McKee" wrote:
>
> Suggestion for the teleconference:
>
> Talkshoe.com
>
> Talkshoe is free. It has a web client too with a chat log when the
> conference call starts.
Google hangouts?
___
openwrt-devel mailing list
openwrt-dev
Hi Felix,
I noticed an inconsistency with following description on the Wiki page
for network config, section type 'route' (IPv4 Routes), option 'gateway' :
"Network gateway. If omitted, the gateway from the parent interface is
taken; if set to 0.0.0.0 no gateway will be specified for the route"
On 2016-07-04 11:27, John Crispin wrote:
> ./scripts/feeds update will reset the .config file if ~/.openwrt/defconfig
> exists, thus resetting the target to ar71xx.
>
> Signed-off-by: John Crispin
> ---
>
> i am not sure if this is correct or if refresh_config() inside scripts
> feeds should be
./scripts/feeds update will reset the .config file if ~/.openwrt/defconfig
exists, thus resetting the target to ar71xx.
Signed-off-by: John Crispin
---
i am not sure if this is correct or if refresh_config() inside scripts
feeds should be called with a paramter to not run defconfig
---
include/
On 2016-07-04 08:52, Eduardo Abinader wrote:
> Thanks for the feedback, Felix.
>
> I will submit another patch(es) with the changes you commented. Ok?
Sure, thanks.
- Felix
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.ope