Re: [LEDE-DEV] not compiling in Ubuntu 14.04

2016-05-29 Thread Jochen Demmer
new link, old one will expire soon. http://paste.debian.net/712178/ Am 28.05.16 um 15:28 schrieb Jochen Demmer: Hi, I'm trying to switch over from openwrt to lede but with lacking success so far. Given is Ubuntu 14.04 a fresh checkout, currently on 8372a7f. I am using default feeds.conf. I r

Re: [LEDE-DEV] not compiling in Ubuntu 14.04

2016-05-29 Thread Kevin Darbyshire-Bryant
On 29/05/2016 10:25, Jochen Demmer wrote: > new link, old one will expire soon. > http://paste.debian.net/712178/ In the past I've found a 'make dirclean' to clear up all sorts of weirdness. Also worth removing the tmp directory (under your LEDE directory NOT /tmp :-) Beyond that I've no clue.

Re: [LEDE-DEV] Adding support for Comfast CF-WR650AC

2016-05-29 Thread Kevin Darbyshire-Bryant
On 27/05/2016 12:14, Gareth Parker wrote: > I submitted a question plus a patch on the openwrt-dev mailing list for this > and was totally ignored. After reading all the discussion about openwrt and > lede recently and given my experience I've decided to jump ship too and > hopefully here my pat

Re: [LEDE-DEV] Adding support for Comfast CF-WR650AC

2016-05-29 Thread Jo-Philipp Wich
Hi Gareth, the CC patch you linked looks reasonably clean so I can't spot immediate reasons that would prevent it from getting included into LEDE. I suggest that you fork https://github.com/lede-project/source and integrate the required changes into your clone, then open a PR based on it. You can

Re: [LEDE-DEV] [RFC] Enable kmod-ipt-debug by default

2016-05-29 Thread Jo-Philipp Wich
Hi Carl, > What would be the most useful iperf tests? LAN-Client to LAN-Client > bridging, LAN-Client to Router, or something completely different? I think a simple LAN->WAN perf testing would suffice. > I can perform iperf testing, but I don't have enough hard disk space and > CPU resources to

[LEDE-DEV] [PATCH] add usb gadget ehci debug driver

2016-05-29 Thread Alexander Couzens
This gadget driver allow to debug other devices via EHCI Debug Port capability. Signed-off-by: Alexander Couzens --- package/kernel/linux/modules/usb.mk | 17 + 1 file changed, 17 insertions(+) diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.

[LEDE-DEV] [PATCH] Support ath10k CT firmware choices.

2016-05-29 Thread greearb
From: Ben Greear This allows one to select CT firmware for ath10k if one prefers to try this firmware instead of stock ath10k firmware. The 10.1 (988X) firmware can actually be installed beside the default firmware, but it will not be used as long as the firmware-5.bin file exists. Users could

[LEDE-DEV] [PATCH procd 4/7] jail: don't include capabilities config (-C) inside the jail

2016-05-29 Thread Etienne CHAMPETIER
Removing capabilities from the capability bounding set doesn't change the capability effective set, so we can "drop capabilities" before we build the jail fs, so we don't need to include the capabilities config file into the jail. Signed-off-by: Etienne CHAMPETIER --- jail/jail.c | 32 ++

[LEDE-DEV] [PATCH procd 2/7] jail: regroup add_path_and_deps() calls

2016-05-29 Thread Etienne CHAMPETIER
we are already calling add_path_and_deps() while parsing -r/-w options, so move the 2 remaining calls into main() Signed-off-by: Etienne CHAMPETIER --- jail/jail.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/jail/jail.c b/jail/jail.c index 8157a8f..

[LEDE-DEV] [PATCH procd 1/7] jail: call chdir(/) after pivot_root()

2016-05-29 Thread Etienne CHAMPETIER
pivot_root(2) man page recommend calling chdir(/), so do it Signed-off-by: Etienne CHAMPETIER --- jail/jail.c | 4 1 file changed, 4 insertions(+) diff --git a/jail/jail.c b/jail/jail.c index 541363a..8157a8f 100644 --- a/jail/jail.c +++ b/jail/jail.c @@ -162,6 +162,10 @@ static int build_

[LEDE-DEV] [PATCH procd 7/7] jail: don't CLONE_NEWUTS if we don't change hostname

2016-05-29 Thread Etienne CHAMPETIER
Signed-off-by: Etienne CHAMPETIER --- jail/jail.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/jail/jail.c b/jail/jail.c index e425254..926e42c 100644 --- a/jail/jail.c +++ b/jail/jail.c @@ -386,9 +386,10 @@ int main(int argc, char **argv) uloop_init();

[LEDE-DEV] [PATCH procd 5/7] jail: improve some logs

2016-05-29 Thread Etienne CHAMPETIER
Signed-off-by: Etienne CHAMPETIER --- jail/fs.c | 4 ++-- jail/jail.c | 14 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/jail/fs.c b/jail/fs.c index f390180..c4cdcc9 100644 --- a/jail/fs.c +++ b/jail/fs.c @@ -86,7 +86,7 @@ static int add_script_interp(const cha

[LEDE-DEV] [PATCH procd 6/7] jail: ensure mounts are not MS_SHARED to avoid pivot_root() failure

2016-05-29 Thread Etienne CHAMPETIER
By default mounts are MS_PRIVATE (kernel default) but systemd decided to make it MS_SHARED by default since v188 https://github.com/systemd/systemd/commit/b3ac5f8cb98757416d8660023d6564a7c411f0a0 This patch fixes ujail on systemd distro (useful for development at least). Signed-off-by: Etienne CH

[LEDE-DEV] [PATCH procd 3/7] jail: call build_envp() just before execve()

2016-05-29 Thread Etienne CHAMPETIER
Signed-off-by: Etienne CHAMPETIER --- jail/jail.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jail/jail.c b/jail/jail.c index 95d6237..e86ee14 100644 --- a/jail/jail.c +++ b/jail/jail.c @@ -230,10 +230,6 @@ and will only drop capabilities/apply seccomp filter.\n\n

[LEDE-DEV] [PATCH 2/2] lantiq/image: move tplink specific image into own file

2016-05-29 Thread Alexander Couzens
Signed-off-by: Alexander Couzens --- target/linux/lantiq/image/Makefile | 42 +--- target/linux/lantiq/image/tp-link.mk | 41 +++ 2 files changed, 42 insertions(+), 41 deletions(-) create mode 100644 target/linux/lantiq/image/tp-l

[LEDE-DEV] [PATCH 1/2] lantiq: unmacro tp-link boards

2016-05-29 Thread Alexander Couzens
even it's a little bit verbose, unmacrod board descriptions are much easier to read and to understand. Signed-off-by: Alexander Couzens --- target/linux/lantiq/image/Makefile | 35 ++- 1 file changed, 22 insertions(+), 13 deletions(-) diff --git a/target/linux/la