Re: [OpenWrt-Devel] [BUG] package/devel/valgrind: cannot build for sunxi

2016-07-04 Thread Heinrich Schuchardt
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

[OpenWrt-Devel] [BUG] package/devel/valgrind: cannot build for sunxi

2016-07-04 Thread Heinrich Schuchardt
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" ;;

Re: [OpenWrt-Devel] [RFD] Future - suggestion for the teleconference

2016-07-04 Thread Weedy
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

[OpenWrt-Devel] netifd , route config behavior inconsistent with Wiki

2016-07-04 Thread Thierry Du Tre
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

Re: [OpenWrt-Devel] [PATCH] include/toplevel.mk: fix defconfig when ~/.openwrt/defconfig exists

2016-07-04 Thread Felix Fietkau
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

[OpenWrt-Devel] [PATCH] include/toplevel.mk: fix defconfig when ~/.openwrt/defconfig exists

2016-07-04 Thread John Crispin
./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

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH] netifd: remove wireless device when device fails to setup

2016-07-04 Thread Felix Fietkau
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

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH] netifd: remove wireless device when device fails to setup

2016-07-04 Thread Eduardo Abinader
Thanks for the feedback, Felix. I will submit another patch(es) with the changes you commented. Ok? Eduardo From: Felix Fietkau [n...@nbd.name] Sent: Saturday, July 02, 2016 10:25 AM To: Eduardo Abinader; openwrt-devel@lists.openwrt.org;