Re: [LEDE-DEV] [OpenWrt-Hackers] [OpenWrt-Devel] openwrt and lede - remerge proposal V3

2017-06-14 Thread Mike Baker
On 6/13/2017 10:43 PM, John Crispin wrote: On 13/06/17 21:58, Florian Fainelli wrote: On 05/28/2017 11:56 PM, John Crispin wrote: Hi, here is a V3 of the remerge proposal, I tried to fold all the comments people made into it, if anything is missing let me know. Please remeber that post remerge

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

2017-06-14 Thread Yousong Zhou
On 14 June 2017 at 20:34, Karl Palsson wrote: > > > Do you mean to have it count down now as well, instead of up from > 100? > No, the direction hasn't changed, just the starting number. yousong > Yousong Zhou wrote: >> There already exist static assignment of uid/gid 65533 in

[LEDE-DEV] Merged: [LEDE-DEV,

2017-06-14 Thread Jo-Philipp Wich
Merged into my staging tree with http://git.lede-project.org/?p=lede/jow/staging.git;a=commitdiff;h=34e8aff93d. Thank you! ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] Merged: ath10k-ct driver: use dma_alloc_coherent

2017-06-14 Thread Jo-Philipp Wich
Merged into my staging tree with http://git.lede-project.org/?p=lede/jow/staging.git;a=commitdiff;h=3b21c68e5f. Thank you! ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] Merged: samba: Remove a few redundant options from the default

2017-06-14 Thread Jo-Philipp Wich
Merged into my staging tree with http://git.lede-project.org/?p=lede/jow/staging.git;a=commitdiff;h=744380bb74. Thank you! ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] Merged: samba: remove browse/write able entries

2017-06-14 Thread Jo-Philipp Wich
Merged into my staging tree with http://git.lede-project.org/?p=lede/jow/staging.git;a=commitdiff;h=8a65d24691. Thank you! ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] CONFIG_BRIDGE_VLAN_FILTERING

2017-06-14 Thread Daniel Golle
I noticed that the Linux built-in bridge now supports filtering by VLAN tags. This can be much more efficient than using ebtables for the same task, hence I wonder if there is any reason to keep this disabled or if there is interest in enabling it (I'd evaluate the space requirements on most space-

[LEDE-DEV] [PATCH] kernel: update kernel 4.9 to 4.9.32

2017-06-14 Thread Koen Vandeputte
Refreshed all patches Compile tested for: cns3xxx, imx6 Run tested on: cns3xxx, imx6 Signed-off-by: Koen Vandeputte --- include/kernel-version.mk | 4 ++-- ...-b53-add-hacky-CPU-port-fixes-for-devices-not-using-p.patch | 10 +- ...-config-Enable-CON

[LEDE-DEV] [PATCH] hostapd: configure NAS ID regardless of encryption

2017-06-14 Thread Yury Shvedov
RADIUS protocol could be used not only for authentication but for accounting too. Accounting could be configured for any type of networks. However there no way to configure NAS Identifier for non-WPA-EAP networks without this patch. Signed-off-by: Yury Shvedov --- package/network/services/hostap

[LEDE-DEV] Introducing Charcoal - Centralised URL filter for Squid

2017-06-14 Thread Nishant Sharma
Hi, We are excited to invite early users to test drive Charcoal (http://charcoal.io) - a Squid URL Rewriter for distributed proxies. It has come out of our need of managing ACLs for 100+ proxy servers on OpenWRT/LEDE running at our customer offices across the geography of India. We are relea

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

2017-06-14 Thread Karl Palsson
Do you mean to have it count down now as well, instead of up from 100? Yousong Zhou wrote: > There already exist static assignment of uid/gid 65533 in > packages feed and we have nobody/nogroup taking 65534 as their > ids. Let's change the pid of dynamic assignment to start from > 65536 so that

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

2017-06-14 Thread Yousong Zhou
There already exist static assignment of uid/gid 65533 in packages feed and we have nobody/nogroup taking 65534 as their ids. Let's change the pid of dynamic assignment to start from 65536 so that the two assignment scheme will not collide with each other While at, fix the scan command checking e

[LEDE-DEV] [PATCH 3/3] scripts/package-metadata.pl: parse and validate field Require-User

2017-06-14 Thread Yousong Zhou
The script will now detect uid/gid collision and can generate a table of current allocation ./scripts/package-metadata.pl usergroup tmp/.packageinfo \ | sort -k 1,1r -k 3,3n \ | column -t This should ensure that no collision will happen for each single build Signed-off-by: Yo

[LEDE-DEV] [PATCH 0/3] enhance UID/GID assignment

2017-06-14 Thread Yousong Zhou
In a previous thread "convention on uid/gid for packages" we explored the cons/pros of static and dynamic assignment uid/gid. I tried to sum up the discussion in a separate document [2] Conclusions at the moment are - We still need to retain both static and dynamic assignment - We do not want

[LEDE-DEV] [PATCH 1/3] base-files: support multiple user:group tuples in Require-User

2017-06-14 Thread Yousong Zhou
Signed-off-by: Yousong Zhou --- package/base-files/Makefile | 2 +- package/base-files/files/lib/functions.sh | 54 +++ 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/package/base-files/Makefile b/package/base-files/Makefile index c669f

Re: [LEDE-DEV] [PATCH] include/u-boot.mk: rename to HOST_CPPFLAGS

2017-06-14 Thread Felix Fietkau
On 2017-06-14 02:16, Matthias Fritzsche wrote: > * On other places the variable is written with an underscore. > * With one $ sign it treats it as variable. With the former > four signs it tried to execute a command with this name. > > Signed-off-by: Matthias Fritzsche > --- > include/u-boot.m

[LEDE-DEV] amips/rt288x 17.01.2 missing

2017-06-14 Thread Tim Freedom via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Hi, it seems like rt288x is comple