Re: [OpenWrt-Devel] [RFC] Pre-seeded files/directories for UBIFS

2017-05-21 Thread Ralph Sennhauser
Hi Richard On Sun, 21 May 2017 10:40:05 +0200 Richard Weinberger <rich...@nod.at> wrote: > Geert, > > Am 21.05.2017 um 10:37 schrieb Geert Uytterhoeven: > > On Sat, May 20, 2017 at 9:36 PM, Ralph Sennhauser > > <ralph.sennhau...@gmail.com> wrote: > >

Re: [OpenWrt-Devel] [RFC] Pre-seeded files/directories for UBIFS

2017-05-20 Thread Ralph Sennhauser
Hi Richard, On Sat, 20 May 2017 21:57:36 +0200 Richard Weinberger <rich...@nod.at> wrote: > Ralph, > > Am 20.05.2017 um 21:36 schrieb Ralph Sennhauser: > >>> These days I had an interesting discussion with Christoph about > >>> overlayfs and its

Re: [OpenWrt-Devel] [RFC] Pre-seeded files/directories for UBIFS

2017-05-20 Thread Ralph Sennhauser
On Sat, 20 May 2017 11:39:33 -0700 Florian Fainelli wrote: > Hello, > > On 05/20/2017 09:12 AM, Richard Weinberger wrote: > > Hi! > > > > These days I had an interesting discussion with Christoph about > > overlayfs and its burden. The main use-case of overlayfs in > >

Re: [OpenWrt-Devel] [PATCH] [ar71xx] ag71xx: add support for port mirroring

2017-04-26 Thread Ralph Sennhauser
On Wed, 26 Apr 2017 21:52:44 +0200 Milan Krstić wrote: > This exposes hardware port mirroring in ag71xx driver (e.g. > TL-WR841ND) via swconfig API. It's my first patch ever so any > feedback is welcome. Hi Milan, Comments like the last sentence belong after the ---

Re: [OpenWrt-Devel] dnscrypt-proxy package missing in snapshot

2017-02-13 Thread Ralph Sennhauser
On Mon, 13 Feb 2017 21:03:07 +0530 Mangesh Bhamre wrote: > Hi Alex, > > Looking at build log - > http://buildbot.openwrt.org:8010/broken_packages/ramips.mt7620/dnscrypt-proxy/compile.txt > > Tar ball is available on download.dnscrypt.org . Build download fails > for

Re: [OpenWrt-Devel] Adding host Java support to the buildbots

2017-01-02 Thread Ralph Sennhauser
On Fri, 30 Dec 2016 06:52:32 -0800 Dana Myers <k...@comcast.net> wrote: > On 12/29/2016 11:50 PM, Ralph Sennhauser wrote: > > Hi Dana > > > > On Thu, 29 Dec 2016 12:30:37 -0800 > > Dana Myers <k...@comcast.net> wrote: > > > >> In refe

Re: [OpenWrt-Devel] Adding host Java support to the buildbots

2016-12-29 Thread Ralph Sennhauser
Hi Dana On Thu, 29 Dec 2016 12:30:37 -0800 Dana Myers wrote: > In reference to https://github.com/openwrt/packages/pull/3686 > > We've added OpenWRT support for: > > * JamVM 2.0: Java JVM > * GNU Classpath 2.0: Java class library There is no classpath 2.0 > * RXTX Java

Re: [OpenWrt-Devel] [PATCH RFC firewall3] musl-compat: avoid kernel header conflicts

2016-11-13 Thread Ralph Sennhauser
On Mon, 7 Nov 2016 07:39:19 +0100 Ralph Sennhauser <ralph.sennhau...@gmail.com> wrote: > On Sun, 6 Nov 2016 19:07:01 +0100 > Szabolcs Nagy <n...@port70.net> wrote: > > > * Ralph Sennhauser <ralph.sennhau...@gmail.com> [2016-11-06 10:59:43 > > +0100]: &g

Re: [OpenWrt-Devel] [PATCH RFC firewall3] musl-compat: avoid kernel header conflicts

2016-11-06 Thread Ralph Sennhauser
On Sun, 6 Nov 2016 19:07:01 +0100 Szabolcs Nagy <n...@port70.net> wrote: > * Ralph Sennhauser <ralph.sennhau...@gmail.com> [2016-11-06 10:59:43 > +0100]: > > The conflict between Musls net/if.h and linux/if.h is an old well > > known one and taken care of by a s

Re: [OpenWrt-Devel] [PATCH RFC firewall3] musl-compat: avoid kernel header conflicts

2016-11-06 Thread Ralph Sennhauser
Hi Jo On Sun, 6 Nov 2016 20:48:58 +0100 Jo-Philipp Wich wrote: > Hi again, > > > Will see if I find another solution... > > I managed to find a solution that works for me on a Linux 4.6.0 system > with glibc, a Linux 4.6.0 system with unpatched musl and a Linux 4.4 > system

[OpenWrt-Devel] [PATCH RFC firewall3] musl-compat: avoid kernel header conflicts

2016-11-06 Thread Ralph Sennhauser
headers prevent inclusion of the corresponding kernel headers. Signed-off-by: Ralph Sennhauser <ralph.sennhau...@gmail.com> --- Jo, this certainly isn't the most elegant solution but at least it's immediately obvious what it is about. Firewall3 is one of only a few remaining packages still

[OpenWrt-Devel] [PATCH firewall3] iptables: optional loading of static extensions

2016-11-06 Thread Ralph Sennhauser
, libiptext4.so, libiptext6.so to save a couple more bytes are of no use or non-existent one could say. So this commit avoids requiring a tampered with iptables. Signed-off-by: Ralph Sennhauser <ralph.sennhau...@gmail.com> --- CMakeLists.txt | 12 +--- iptables.c | 4 ipta

Re: [OpenWrt-Devel] [PATCH firewall3] iptables: fix loading standard target

2016-11-05 Thread Ralph Sennhauser
On Sat, 5 Nov 2016 17:58:49 +0100 Jo-Philipp Wich wrote: > Hi Ralph, > > thanks - applied with minor code style change in 010723e. > > ~ Jo > Hi Jo, fixup looks good. Thanks ___ openwrt-devel mailing list

[OpenWrt-Devel] [PATCH firewall3] iptables: fix loading standard target

2016-11-05 Thread Ralph Sennhauser
In case iptables is built with --disable-static xt_standard needs to be loaded just like the other extensions. Signed-off-by: Ralph Sennhauser <ralph.sennhau...@gmail.com> --- iptables.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/iptables.c b/iptables.c

[OpenWrt-Devel] [PATCH firewall3] iptables: add support for version 1.6.0

2016-11-04 Thread Ralph Sennhauser
Account for the struct xtables_globals change and add API version 11 to the supported APIs. Signed-off-by: Ralph Sennhauser <ralph.sennhau...@gmail.com> --- iptables.c | 6 ++ iptables.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/iptables.c b/iptables.c

Re: [OpenWrt-Devel] [PATCH] check: upgrade to 0.10.0

2016-09-21 Thread Ralph Sennhauser
On Wed, 21 Sep 2016 11:25:23 +0200 Eduardo Abinader wrote: > updated new package url and solved some issues: > https://github.com/libcheck/check/releases/tag/0.10.0 > > Signed-off-by: Eduardo Abinader > --- > libs/check/Makefile | 10

[OpenWrt-Devel] [PATCH 4/4] kernel: add kmod-fs-ubifs

2016-09-16 Thread Ralph Sennhauser
Signed-off-by: Ralph Sennhauser <ralph.sennhau...@gmail.com> --- package/kernel/linux/modules/fs.mk | 17 + 1 file changed, 17 insertions(+) diff --git a/package/kernel/linux/modules/fs.mk b/package/kernel/linux/modules/fs.mk index bb9ecc4..8fe4473 100644 --- a/package/

[OpenWrt-Devel] [PATCH 3/4] kernel: add kmod-ubi

2016-09-16 Thread Ralph Sennhauser
Signed-off-by: Ralph Sennhauser <ralph.sennhau...@gmail.com> --- package/kernel/linux/modules/block.mk | 21 + 1 file changed, 21 insertions(+) diff --git a/package/kernel/linux/modules/block.mk b/package/kernel/linux/modules/block.mk index d7f5ca4..99ace6c

[OpenWrt-Devel] [PATCH 2/4] kernel: update config for ubi and ubifs

2016-09-16 Thread Ralph Sennhauser
Signed-off-by: Ralph Sennhauser <ralph.sennhau...@gmail.com> --- target/linux/generic/config-3.18 | 5 + target/linux/generic/config-4.1 | 5 + target/linux/generic/config-4.4 | 5 + 3 files changed, 15 insertions(+) diff --git a/target/linux/generic/config-3.18 b/target

[OpenWrt-Devel] [PATCH 1/4] kernel: fix ubi automount patches

2016-09-16 Thread Ralph Sennhauser
<dan...@makrotopia.org> Signed-off-by: Ralph Sennhauser <ralph.sennhau...@gmail.com> --- .../patches-3.18/491-ubi-auto-create-ubiblock-device-for-rootfs.patch | 2 +- .../patches-3.18/493-ubi-set-ROOT_DEV-to-ubiblock-rootfs-if-unset.patch | 2 +- .../patches-4.1/491-ubi-auto-cre

[OpenWrt-Devel] [PATCH v3 0/4] Add kmod-ubi and kmod-fs-ubifs

2016-09-16 Thread Ralph Sennhauser
. Changes since V1: * kmod-ubifs -> kmod-fs-ubifs in commit message Changes since V2: * Fix building ubi as module for some tartgets * Update kernel configs for non ubi targets * Reset series to have a clean history Ralph Sennhauser (4): kernel: fix ubi automount patches kernel: upd

Re: [OpenWrt-Devel] [PATCH v2 0/2] kernel: add kmod-ubi and kmod-fs-ubifs

2016-09-16 Thread Ralph Sennhauser
On Thu, 25 Aug 2016 13:07:43 +0200 Daniel Golle <dan...@makrotopia.org> wrote: > On Thu, Aug 25, 2016 at 12:50:59PM +0200, Ralph Sennhauser wrote: > > Hi Daniel, > > > > On Thu, 25 Aug 2016 10:53:34 +0200 > > Daniel Golle <dan...@makrotopia.org> wrot

Re: [OpenWrt-Devel] [PATCH/RFC 0/3] UBI: unify mouting rootfs based on cmdline parameter

2016-08-28 Thread Ralph Sennhauser
On Sun, 28 Aug 2016 13:44:48 +0200 Daniel Golle <dan...@makrotopia.org> wrote: > Hi Richard, > > On Sun, Aug 28, 2016 at 11:28:18AM +0200, Richard Weinberger wrote: > > Ralph, > > > > On 28.08.2016 11:19, Ralph Sennhauser wrote: > > >>> On

Re: [OpenWrt-Devel] [PATCH/RFC 0/3] UBI: unify mouting rootfs based on cmdline parameter

2016-08-28 Thread Ralph Sennhauser
Hi Richard, On Sun, 28 Aug 2016 10:12:31 +0200 Richard Weinberger <rich...@nod.at> wrote: > Ralph, > > On 28.08.2016 09:10, Ralph Sennhauser wrote: > > Using CONFIG_CMDLINE or the dtb isn't an option either for dual > > firmware devices. You'd have to provi

Re: [OpenWrt-Devel] [PATCH/RFC 0/3] UBI: unify mouting rootfs based on cmdline parameter

2016-08-28 Thread Ralph Sennhauser
Hi Richard, On Sat, 27 Aug 2016 22:43:45 +0200 Richard Weinberger wrote: > Daniel, > > On 27.08.2016 21:43, Daniel Golle wrote: > > Hi! > > > > In an attempts to fix the flaws of the current set of UBI-related > > patches we are carrying in OpenWrt, I re-wrote the way mounting

Re: [OpenWrt-Devel] [PATCH v2 0/2] kernel: add kmod-ubi and kmod-fs-ubifs

2016-08-27 Thread Ralph Sennhauser
On Fri, 26 Aug 2016 15:05:58 +0200 Daniel Golle wrote: > Hi Ralph, > > the use of global variable ROOT_DEV is not guarded properly in the > patch auto-creating a ubiblock though this code needs to be > prevented from running when built as a module. > Please try rebuilding

Re: [OpenWrt-Devel] [PATCH v2 0/2] kernel: add kmod-ubi and kmod-fs-ubifs

2016-08-26 Thread Ralph Sennhauser
_DEV in init/do_mounts instead of ubi/block? It isn't immediately obvious to me. Cheers Ralph > Cheers > > Daniel > > On Fri, Aug 26, 2016 at 11:46:05AM +0200, Ralph Sennhauser wrote: > > On Thu, 25 Aug 2016 12:53:41 +0200 > > Ralph Sennhauser <ralph.sennhau...@gmail.com

Re: [OpenWrt-Devel] [PATCH v2 0/2] kernel: add kmod-ubi and kmod-fs-ubifs

2016-08-26 Thread Ralph Sennhauser
On Thu, 25 Aug 2016 12:53:41 +0200 Ralph Sennhauser <ralph.sennhau...@gmail.com> wrote: > Hi Zoltan, > > On Thu, 25 Aug 2016 07:40:56 +0200 > Zoltan HERPAI <wigy...@uid0.hu> wrote: > > > Daniel Golle wrote: > > > On Wed, Aug 24, 201

Re: [OpenWrt-Devel] [PATCH v2 0/2] kernel: add kmod-ubi and kmod-fs-ubifs

2016-08-25 Thread Ralph Sennhauser
On Thu, 25 Aug 2016 13:07:43 +0200 Daniel Golle <dan...@makrotopia.org> wrote: > On Thu, Aug 25, 2016 at 12:50:59PM +0200, Ralph Sennhauser wrote: > > Hi Daniel, > > > > On Thu, 25 Aug 2016 10:53:34 +0200 > > Daniel Golle <dan...@makrotopia.org> wrot

Re: [OpenWrt-Devel] [PATCH v2 0/2] kernel: add kmod-ubi and kmod-fs-ubifs

2016-08-25 Thread Ralph Sennhauser
Hi Zoltan, On Thu, 25 Aug 2016 07:40:56 +0200 Zoltan HERPAI <wigy...@uid0.hu> wrote: > Daniel Golle wrote: > > On Wed, Aug 24, 2016 at 11:28:40PM +0200, Zoltan HERPAI wrote: > > > >> Ralph Sennhauser wrote: > >> > >>> I use kmod-ubi

[OpenWrt-Devel] [PATCH] strace: bump to 4.13

2016-08-23 Thread Ralph Sennhauser
Fixes broken btrfs support in 4.12 Signed-off-by: Ralph Sennhauser <ralph.sennhau...@gmail.com> --- package/devel/strace/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/devel/strace/Makefile b/package/devel/strace/Makefile index 6d9a7be..688f403

[OpenWrt-Devel] [PATCH] perf: drop sched_getcpu wrapper

2016-08-23 Thread Ralph Sennhauser
Current musl already provides sched_getcpu Signed-off-by: Ralph Sennhauser <ralph.sennhau...@gmail.com> --- package/devel/perf/musl-compat.h | 17 - 1 file changed, 17 deletions(-) diff --git a/package/devel/perf/musl-compat.h b/package/devel/perf/musl-compat.h index 8

[OpenWrt-Devel] [PATCH] perf: fix automagic libcrypto dependency

2016-08-23 Thread Ralph Sennhauser
Signed-off-by: Ralph Sennhauser <ralph.sennhau...@gmail.com> --- package/devel/perf/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/devel/perf/Makefile b/package/devel/perf/Makefile index ec4e3c2..0ec2bba 100644 --- a/package/devel/perf/Makefile +++ b/package/deve

[OpenWrt-Devel] [PATCH v2 2/2] kernel: add kmod-fs-ubifs

2016-08-23 Thread Ralph Sennhauser
Signed-off-by: Ralph Sennhauser <ralph.sennhau...@gmail.com> --- package/kernel/linux/modules/fs.mk | 17 + 1 file changed, 17 insertions(+) diff --git a/package/kernel/linux/modules/fs.mk b/package/kernel/linux/modules/fs.mk index bb9ecc4..8fe4473 100644 --- a/package/

[OpenWrt-Devel] [PATCH v2 1/2] kernel: add kmod-ubi

2016-08-23 Thread Ralph Sennhauser
Signed-off-by: Ralph Sennhauser <ralph.sennhau...@gmail.com> --- package/kernel/linux/modules/block.mk | 21 + 1 file changed, 21 insertions(+) diff --git a/package/kernel/linux/modules/block.mk b/package/kernel/linux/modules/block.mk index d7f5ca4..99ace6c

[OpenWrt-Devel] [PATCH v2 0/2] kernel: add kmod-ubi and kmod-fs-ubifs

2016-08-23 Thread Ralph Sennhauser
: kmod-ubifs -> kmod-fs-ubifs in commit message Ralph Sennhauser (2): kernel: add kmod-ubi kernel: add kmod-fs-ubifs package/kernel/linux/modules/block.mk | 21 + package/kernel/linux/modules/fs.mk| 17 + 2 files changed, 38 insertions(+) -- 2.

[OpenWrt-Devel] [PATCH 2/2] kernel: add kmod-ubifs

2016-08-22 Thread Ralph Sennhauser
Signed-off-by: Ralph Sennhauser <ralph.sennhau...@gmail.com> --- package/kernel/linux/modules/fs.mk | 17 + 1 file changed, 17 insertions(+) diff --git a/package/kernel/linux/modules/fs.mk b/package/kernel/linux/modules/fs.mk index bb9ecc4..8fe4473 100644 --- a/package/

[OpenWrt-Devel] [PATCH 0/2] kernel: add kmod-ubi and kmod-ubifs

2016-08-22 Thread Ralph Sennhauser
I use kmod-ubi for creating a block device from the squasfs as there is no busybox ubiblock applet yet. If ubi is made available as module so obvioulsy should ubifs. This completes the addition of kmod-squashfs in commit 5163389b9c3b302a0d53df9a70294da5cbc08ada -- Ralph Sennhauser (2): kernel

[OpenWrt-Devel] [PATCH 1/2] kernel: add kmod-ubi

2016-08-22 Thread Ralph Sennhauser
Signed-off-by: Ralph Sennhauser <ralph.sennhau...@gmail.com> --- package/kernel/linux/modules/block.mk | 21 + 1 file changed, 21 insertions(+) diff --git a/package/kernel/linux/modules/block.mk b/package/kernel/linux/modules/block.mk index d7f5ca4..99ace6c