Re: [OpenWrt-Devel] HTTPS with 'letsencrypt.org' on OpenWrt

2015-09-25 Thread Joris de Vries
I would be interested in this as well, although I'm not sure how useful this is without configuring a good hostname for routers, also maybe automatically. That said, from what I can see there are two options to achieve this. The first and probably the easiest would be to port their tool to OpenW

Re: [OpenWrt-Devel] SVN to GIT transition

2015-10-11 Thread Joris de Vries
> On 11 Oct 2015, at 14:48, John Crispin wrote: > > patches will linger in mailing list until someone has time to look at > them. the version control system used is completely irrelevant Which is true enough if the switch just encompasses moving to another VCS. However, what has not been made

Re: [OpenWrt-Devel] SDK vs. Toolchain+

2016-01-05 Thread Joris de Vries
> On 05 Jan 2016, at 16:04, Daniel Dickinson > wrote: > > am of two minds about how to deal with the issue that having to build the > toolchain for an SDK before being able use the SDK is rather painful (or at > least it tests my patience; don't know about other people). To be honest, it is m

Re: [LEDE-DEV] [PATCH v2] ipq806x: add kernel 4.14 support

2018-05-17 Thread Joris de Vries
052ac7e3f71bf385405 > > Devices successfully tested with this patch/ kernel 4.14: > > - Netgear Nighthawk X4S R7800 > tftp 'recovery' needed to apply the new partitioning, patches for > DTS and image code needed > tested by: Michael Yartys > Message-ID: >

Re: [OpenWrt-Devel] Designated Driver

2015-04-08 Thread Joris de Vries
+1 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] build: remove breaking commas from ubi calls

2013-10-15 Thread Joris de Vries
The extra commas get output by the shell resulting in errors since the commands that get called with those extra commas are then malformed. Signed-off-by: Joris de Vries --- include/image.mk |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/image.mk b/include

[OpenWrt-Devel] [PATCH] build: Set owner root for all files on ubifs creation

2013-10-16 Thread Joris de Vries
When creating an image it makes no sense to have files owned by the uid and gid on the host (and even creates a bug when for example dropbear authorized_keys is included via env/files). Signed-off-by: Joris de Vries --- include/image.mk |1 + 1 file changed, 1 insertion(+) diff --git a

[OpenWrt-Devel] [PATCH] ar71xx: Enable nand-driver for WNDR4300

2013-10-28 Thread Joris de Vries
This is based on previous patches by Stefan Agner. The kernel config now includes the relevant lines for the ar934x nand driver, and selects the kmod-ar934x-nand when building for the WNDR4300. Signed-off-by: Joris de Vries --- target/linux/ar71xx/config-3.10 |6 +- target

Re: [OpenWrt-Devel] [PATCH] ar71xx: Enable nand-driver for WNDR4300

2013-10-30 Thread Joris de Vries
, Joris de Vries wrote: > This is based on previous patches by Stefan Agner. The kernel config > now includes the relevant lines for the ar934x nand driver, and > selects the kmod-ar934x-nand when building for the WNDR4300. > > Signed-off-by: Joris de Vries > --- > target/lin

Re: [OpenWrt-Devel] Interest in a openwrt router database to partially replace TOH?

2013-12-09 Thread Joris de Vries
> What I really wish the TOH listing had is some indication of whether > the hardware is known to be out of production. Looking for > hardware to buy to run OpenWRT is... less than straightforward. This is so absolutely true. I have gone as far as to create a snippet (link included, please don't

Re: [OpenWrt-Devel] menuconfig and deselect ('1 click' packages selection)

2014-01-23 Thread Joris de Vries
Based on an email sent by Weedy [1] I have a config file that deselects packages I don’t need or want via 'CONFIG_PACKAGE_ppp=n’ or similar lines. In that same fashion, you can select via ‘CONFIG_PACKAGE_nano=y’ (provided nano is installed via the packages feed). Then you can copy that file to