[LEDE-DEV] [PATCH] kmod-sched-cake: drop maintainer

2017-06-16 Thread Kevin Darbyshire-Bryant
Drop myself from maintainership of 'cake'. Signed-off-by: Kevin Darbyshire-Bryant --- I've tried to find someone to take over the maintainership but failed. package/kernel/kmod-sched-cake/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/package/kernel/kmod-sched-cake/Makefile b/pac

[LEDE-DEV] [PATCH] build: add V=e option for extended build info

2017-06-16 Thread Matthew McClintock
This will output when a job starts and stops: $ make -j24 V=e [ snip ] make[3] -C package/network/config/firewall compile make -r -C package/network/config/firewall BUILD_SUBDIR=package/network/config/firewall BUILD_VARIANT= compile finished It's quite useful for debugging parallel builds to s

Re: [LEDE-DEV] [PATCH v2 1/2] base-files: allocate uid/gid starting from 65536

2017-06-16 Thread Yousong Zhou
On 16 June 2017 at 20:15, Karl Palsson wrote: > > Daniel Golle wrote: >> On Fri, Jun 16, 2017 at 10:30:14AM -, Karl Palsson wrote: >> > >> > >> > I fairly strong feel that this change brings no value to the >> > table. >> >> I disagree. For now, the two allocation schemes (hardcoded vs. >> dy

Re: [LEDE-DEV] [PATCH v2 1/2] base-files: allocate uid/gid starting from 65536

2017-06-16 Thread Daniel Golle
On Fri, Jun 16, 2017 at 12:15:19PM -, Karl Palsson wrote: > > Daniel Golle wrote: > > On Fri, Jun 16, 2017 at 10:30:14AM -, Karl Palsson wrote: > > > > > > > > > I fairly strong feel that this change brings no value to the > > > table. > > > > I disagree. For now, the two allocation sc

Re: [LEDE-DEV] [PATCH v2 1/2] base-files: allocate uid/gid starting from 65536

2017-06-16 Thread Daniel Golle
On Fri, Jun 16, 2017 at 10:30:14AM -, Karl Palsson wrote: > > > I fairly strong feel that this change brings no value to the > table. I disagree. For now, the two allocation schemes (hardcoded vs. dynamic) are competing for the same address space. This can result in a hard-coded UID/GID to b

[LEDE-DEV] [PATCH] base-files: fix PKG_CONFIG_DEPENDS to include version.mk entries

2017-06-16 Thread Rafał Miłecki
From: Rafał Miłecki Including version.mk sets PKG_CONFIG_DEPENDS to config entries used for VERSION_SED command. We should keep these configs to make sure package gets refreshed when needed. Signed-off-by: Rafał Miłecki --- package/base-files/Makefile | 3 ++- 1 file changed, 2 insertions(+),