plappermaul

Results 115 comments of plappermaul

Original PR https://github.com/openwrt/openwrt/pull/10162 got lost during repo sync. Restart it cleanly.

> is the purpose of this tool just to save some space because it is compressed more? So it is. The deflate algorithm offers some improvement beyond gzip level 9....

> in the first commit, only Makefile in `tools` are changed, so title should start `tools:` Done

Anything else I can do to get this PR integrated?

In my opinion this is a no-brainer. As I'm currently only on initramfs during development I do not care with high priority.

As requested a small test with 60 MB of x86-64 linux executables concatenated into one large file. ``` [user@fedora libdeflate]$ time gzip -9 -c bla > bla1.gz real 0m11,801s user...

that's why I ran the diff command. No output = same content.

memo to myself: Reorder registration to match https://elixir.bootlin.com/linux/latest/source/drivers/clk/mediatek/clk-mt8192.c

Regarding the platform driver we might have a chicken-egg-problem. We want to read CPU frequencies in setup.c to define mips_hpt_frequency. At this point not platform driver has been loaded yet....