Re: [LEDE-DEV] [PATCH v2] build: reintroduce md5 checksums for generated firmware images

2016-08-19 Thread John Crispin
On 18/08/2016 04:16, Stefan Lippers-Hollmann wrote: > Commit 83175687c81bee594885d0738cfd488673f5a3fb "build: remove image > specific checksum code" dropped the generation of md5 checksums in > favour of only shipping sha256 ones. > > A default Lede installation however doesn't enable busybox' s

[LEDE-DEV] OpenWrt Summit Submission Deadline Extended

2016-08-19 Thread Eric Schultz
A few folks requested that the committee extend the deadline for OpenWrt Summit session submissions so we’re happy to oblige. The OpenWrt Summit sessions must now be submitted by *August 26*. I encourage everyone interested to submit their session proposals at http://openwrtsummit.org. If you have

Re: [LEDE-DEV] [OpenWrt-Devel] latency on PPPoA ADSL Annex A on using Lantiq

2016-08-19 Thread Daniel Niasoff
Hi John, "make clean" wasn't clearing out the previously build kernel in the build_dir so it wasn't actually recompiling. I am now deleting it manually and then running a "make target/linux/prepare" and then editing the file. There has been quite a lot of changes since the commit that you ment

[LEDE-DEV] [PATCH] archs38: Merge sd and ramfs subtargets in generic again

2016-08-19 Thread Alexey Brodkin
As it turned out we may actually build both initramfs and SD-based images in one run with just a small tweak in existing image/Makefile and so we do here. We're back with one "generic" target for all ARC HS38-based bords. Kudos to John for his patience and very helpful tips! Signed-off-by: John

Re: [LEDE-DEV] LEDE builds kernel from scratch after minor changes

2016-08-19 Thread Jonas Gorski
On 16 August 2016 at 15:40, Rafał Miłecki wrote: > On 16 August 2016 at 11:55, Rafał Miłecki wrote: >> I got used to doing some small target modifications, calling "make >> V=s" and getting new image quickly build. >> >> From some time (less than a month I think) modifying e.g. >> target/linux/bc