[OpenWrt-Devel] Build fails installing Python 2.7.13

2017-01-20 Thread John Clark
I performed a git on the openwrt ‘trunk’ in November. I just did an ‘update’, and now Python failed to build, at a point where a host version is being installed. The symbol DESTDIR is not properly set with the tangled included files which should eventually yield the symbol being set. Make log

Re: [OpenWrt-Devel] python ctypes.util.find_library cannot find libc

2017-01-20 Thread Andrew McConachie
Hi Alexandru, Moving the kmod userspace tools to /sbin/ would align OpenWRT with other distros and fix the problem with /proc/sys/kernel/modprobe pointing at the wrong binary. I like the idea, but I do worry that it might break things that are now expecting these binaries in /usr/sbin/. We kno

Re: [OpenWrt-Devel] [PATCH 2/3] hosap: Add ibss-key-mgt patch from upstream.

2017-01-20 Thread Ben Greear
On 01/20/2017 02:06 AM, Felix Fietkau wrote: On 2017-01-20 11:05, Felix Fietkau wrote: On 2017-01-20 00:14, gree...@candelatech.com wrote: From: Ben Greear Signed-off-by: Ben Greear That fix has been in the tree for a few days already :) Sorry, i meant in the LEDE tree. You could just ba

Re: [OpenWrt-Devel] [PATCH 2/3] hosap: Add ibss-key-mgt patch from upstream.

2017-01-20 Thread Felix Fietkau
On 2017-01-20 11:05, Felix Fietkau wrote: > On 2017-01-20 00:14, gree...@candelatech.com wrote: >> From: Ben Greear >> >> Signed-off-by: Ben Greear > That fix has been in the tree for a few days already :) Sorry, i meant in the LEDE tree. You could just backport it from there. - Felix _

Re: [OpenWrt-Devel] [PATCH 2/3] hosap: Add ibss-key-mgt patch from upstream.

2017-01-20 Thread Felix Fietkau
On 2017-01-20 00:14, gree...@candelatech.com wrote: > From: Ben Greear > > Signed-off-by: Ben Greear That fix has been in the tree for a few days already :) - Felix ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.o

Re: [OpenWrt-Devel] python ctypes.util.find_library cannot find libc

2017-01-20 Thread Alexandru Ardelean
@ 郭涛 I took a look over your patch. I wonder if that's just specific to ARM architecture. I don't have an ARM device to test. On Fri, Jan 20, 2017 at 9:24 AM, Alexandru Ardelean wrote: > Hey, > > So, just to follow up, real quick. > There's another proposal here [that started in parallel and