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
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.
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
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
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
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.
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
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 ++
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..
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_
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();
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
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
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
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
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
16 matches
Mail list logo