Re: [LEDE-DEV] LEDE/OpenWrt firmware wizard

2018-01-01 Thread Moritz Warning
ly in that server to update the package > lists/tables. It's easy to add a few lines that will make a zip file with all > these dataentry text files and then place it in the webserver folder so you > can retrieve it with wget. > > I just need to ask tmomas on details

Re: [LEDE-DEV] LEDE/OpenWrt firmware wizard

2018-01-01 Thread Moritz Warning
image names by hand when it was obvious. On 12/30/2017 02:13 PM, Hauke Mehrtens wrote: > > > On 11/23/2017 06:44 AM, Moritz Warning wrote: >> Hi, >> >> I've put online a firmware wizard for LEDE: >> >> http://mwarning.de/firmware-wizard/ >> (Sourc

Re: [LEDE-DEV] Uniform cryptography library

2017-12-12 Thread Moritz Warning
On 12/12/2017 06:48 PM, Matthias-Christian Ott wrote: > On 2017-12-12 01:12, Moritz Warning wrote: >> On 12/11/2017 07:10 PM, Matthias-Christian Ott wrote: >> [..] >>> Do you think it would be worth the effort to unify the cryptography >>> libraries in LEDE? &

Re: [LEDE-DEV] Uniform cryptography library

2017-12-11 Thread Moritz Warning
On 12/11/2017 07:10 PM, Matthias-Christian Ott wrote: [..] > Do you think it would be worth the effort to unify the cryptography > libraries in LEDE? This sounds like a huge task. Maybe you can extend a program so it supports a different crypto library that is also used in the LEDE/OpenWRT ecosys

[LEDE-DEV] [PATCH] brcm47xx: remove versions from linksys-e1000 target

2017-12-08 Thread Moritz Warning
The target name does not need to included a revision if all revisions are supported. This target supports all revisions (v1, v2, v2.1). Signed-off-by: Moritz Warning --- target/linux/brcm47xx/image/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/target/linux

[LEDE-DEV] [PATCH] brcm47xx: proper region code in image name

2017-12-08 Thread Moritz Warning
Replace 'north-america' by 'us' and remove 'other-regions' in image files for Netgear WGR614 v10. Signed-off-by: Moritz Warning --- target/linux/brcm47xx/image/Makefile | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/target

Re: [LEDE-DEV] fixing of image file names

2017-11-28 Thread Moritz Warning
I have forked the lede source code started to add some fixes. The commits need to be cleaned up, tested, etc.. If somebody has some fixes, ideas, please let me know: https://github.com/mwarning/source - mwarning On 11/28/2017 07:05 PM, Moritz Warning wrote: > Hi, > > I noticed that

Re: [LEDE-DEV] fixing of image file names

2017-11-28 Thread Moritz Warning
Ok, looks like I should make a patch. :P On 11/28/2017 07:24 PM, Daniel Golle wrote: > Hi Moritz, > > thanks for stepping forward and adressing this issue. > It'd be good to include the two assertions added to your list beelow. > > On Tue, Nov 28, 2017 at 07:05:23PM +010

[LEDE-DEV] fixing of image file names

2017-11-28 Thread Moritz Warning
Hi, I noticed that there are some image file names that do not follow the "common" name scheme. Is it ok to change it? I would like to submit a patch. Some examples: - all lower case image names - lede-ipq806x-EA8500-squashfs-sysupgrade.tar => lede-ipq806x-ea8500-squashfs-sysupgrade.tar - rev

[LEDE-DEV] LEDE/OpenWrt firmware wizard

2017-11-22 Thread Moritz Warning
Hi, I've put online a firmware wizard for LEDE: http://mwarning.de/firmware-wizard/ (Sources: https://github.com/freifunk-bielefeld/firmware-wizard) Build with rather plain HTML5/CSS/JS. Merge requests are welcome. Everything is still rough around the edges. It would be nice if downloads.lede-p

[LEDE-DEV] LEDE/OpenWrt firmware wizard

2017-11-22 Thread Moritz Warning
Hi, I've put online a firmware wizard for LEDE: http://mwarning.de/firmware-wizard/ (Sources: https://github.com/freifunk-bielefeld/firmware-wizard) Build with rather plain HTML5/CSS/ES6. Merge requests are welcome. Everything is still rough around the edges. It would be nice if downloads.lede-

Re: [LEDE-DEV] [OpenWrt-Devel] Remerge logo ideas

2017-05-29 Thread Moritz Warning
Looks nice. random idea, merge antenna with O of OpenWrt? On 05/29/2017 01:10 PM, Jamie Stuart wrote: See another iteration, with: - correct capitalisation - antenna to the side (will not work with lowercase ā€™nā€™) - open sans typeface (open source) - mockups of website header - accent colours

Re: [LEDE-DEV] nodogsplash v1.0.1 or 2.0.0

2017-03-17 Thread Moritz Warning
1.0.1 ist the current stable. 2.0.0 has not been released yet. On 03/17/2017 10:33 PM, Nick Dennis wrote: > Does anyone know if there is reason for the nodogsplash feed to be > downloading version 1.0.1? Could it be updated to download the current > version 2.0.0? > > Thanks > > > ___

[LEDE-DEV] Dedicated firmware images for several models missing

2017-02-05 Thread Moritz Warning
Hi, Some devices are missing dedicated image files. It confuses the hell out of me every time. ;-) For example, the "bullet-m" image is for the m2 and m5 models and seem to be for the non existing nanostation-loco-m2 / nanostation-loco-m5 / rocket-m2 / rocket-m5 / picostation-m2 images as well.

[LEDE-DEV] Image Wizard for LEDE?

2016-12-28 Thread Moritz Warning
Hi, would the LEDE Community be interested in a firmware wizard like this one? https://firmware.darmstadt.freifunk.net/ Sources: https://github.com/freifunk-darmstadt/gluon-firmware-wizard It would take some time to add matchers for most of the images. The current problem is that it is quite ha