Re: [LEDE-DEV] [RFC PATCH] tools/squashfs: change to upstream and update to new version 5.0-rc1

2018-05-05 Thread Paul Spooren
Are there any updates on this issue? I'd really like to see squasfs 5.0 used in OpenWrt! On Sat, May 27, 2017 at 8:51 PM, Hauke Mehrtens wrote: On 05/26/2017 06:13 PM, Alexander Couzens wrote: squashfs is quite long unmaintained. All patches from major distributions are

Re: [LEDE-DEV] [PATCH] brcm2708: add squashfs rootfs image

2018-05-05 Thread Paul Spooren
image... Otherwise the new -squashfs image will boot of a ram-overlay and won't keep the configurations after a reboot. Cc: Álvaro Fernández Rojas <nolt...@gmail.com> Cc: Paul Spooren <spoo...@informatik.uni-leipzig.de> Cc: Daniel Golle <dan...@makrotopia.org> Signed-off

Re: [LEDE-DEV] tools/squashfs update to 5.0 before next release

2018-04-30 Thread Paul Spooren
On Tue, Apr 17, 2018 at 6:10 PM, Paul Spooren <spoo...@informatik.uni-leipzig.de> wrote: Hi, if I understand lynxis staging tree [1] correctly, future squashfs images will be reproducible. Will this be merged to master before the next 18.x release? Best, Paul [1]

[LEDE-DEV] tools/squashfs update to 5.0 before next release

2018-04-17 Thread Paul Spooren
Hi, if I understand lynxis staging tree [1] correctly, future squashfs images will be reproducible. Will this be merged to master before the next 18.x release? Best, Paul [1] https://git.openwrt.org/?p=openwrt/staging/lynxis.git;a=commit;h=1fd818d4f8255cbaa0173d856f09f24bd88a6209

Re: [LEDE-DEV] jshn.sh: json_load replaces "-" with "_"

2017-10-30 Thread Paul Spooren
On 10/30/17 3:28 AM, Matthias Schiffer wrote: > On 10/29/2017 09:21 PM, Paul Spooren wrote: >> Hi all, >> >> I'm currently trying to use jshn.sh but it changes the data and makes it >> unusable. >> >> Below an example: >> >> root@LEDE:~# jso

[LEDE-DEV] jshn.sh: json_load replaces "-" with "_"

2017-10-29 Thread Paul Spooren
json_string" root@LEDE:~# json_dump { "foo_bar": 10 } Expected would be the same output as input. Is this a bug or a feature? Context: Running snapshot build. I'm trying to use rpcd-mod-packagelist [1] but as e.g. "kmod-r8169" becomes "kmod_r8169" it's useless. Bes

[LEDE-DEV] usign image signatures for update server

2017-08-31 Thread Paul Spooren
Hey all, I'm creating a service to easily sysupgrade to new releases. My plan is to sign all images via usign and verify the signatures on the clients (router). Currently I have no Idea how to mange the private keys and I came up with two possible scenarios: a) - Builders send image to update

Re: [LEDE-DEV] Planning v17.01.2

2017-06-05 Thread Paul Spooren
Hi, for my efforts on attended-sysupgrades I'd need luci2-io-helper in the official repositories. Is that possible for the upcoming release? https://github.com/jow-/luci-ng/tree/master/luci2-io-helper Best, Paul Am 04.06.2017 um 21:01 schrieb Jo-Philipp Wich: > Hi, > > I decided to delay

[LEDE-DEV] [PATCH] added package_list function to imagebuilder

2017-06-05 Thread Paul Spooren
imagebuilder: the imagebuilder can now post all available packages by using make package_list. This is usefull to see all packages with versions (and size) Signed-off-by: Paul Spooren <p...@spooren.de> --- target/imagebuilder/files/Makefile | 32 1 file c

[LEDE-DEV] GSoC 2017 & RFC - Attended Sysupgrade

2017-05-30 Thread Paul Spooren
Dear all, I'm Paul Spooren and applied for this years GSoC. My project is to build an attended sysupgrade to easily reflash routers on new releases. For more information please read my blog post here: https://blog.freifunk.net/2017/05/30/gsoc-2017-attended-sysupgrade/ Thanks in advance for all

[LEDE-DEV] [PATCH] add --extend-squasfs to qemustart script

2017-05-22 Thread Paul Spooren
overlayfs. This approach is very simple and resets the overlayfs if used twices. Signed-off-by: Paul Spooren <p...@spooren.de> --- scripts/qemustart | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/scripts/qemustart b/scripts/qemustart index f77c674a9c..4dc4051696 1007

[LEDE-DEV] [PATCH] add --do-setup arg and default to squasfs

2017-05-17 Thread Paul Spooren
. Now defaults to the squashfs img if exists. Signed-off-by: Paul Spooren <p...@spooren.de> --- scripts/qemustart | 20 +++- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/scripts/qemustart b/scripts/qemustart index 5cadd7d6a8..f77c674a9c 100755 --- a/s

[LEDE-DEV] [PATCH] ramips: enable ramdisk for mt7621

2017-05-03 Thread Paul Spooren
Fixes #758 Signed-off-by: Paul Spooren <p...@spooren.de> --- target/linux/ramips/mt7621/target.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/mt7621/target.mk b/target/linux/ramips/mt7621/target.mk index 121761f45f..d075acbf87 100644 --- a/