tn3399_openwrt/package
Rui Salvaterra 247eaa4416 procd: remove support for mounting /tmp in zram
The /tmp directory is mounted as tmpfs. The tmpfs filesystem is backed by
anonymous memory, which means it can be swapped out at any time, if there is
memory pressure [1]. For this reason, a zram swap device is a much better
choice than mounting /tmp on zram, since it's able to compress all anonymous
memory, and not just the memory assigned to /tmp. We already have the zram-swap
package for this specific purpose, which means procd's tmp-on-zram is both
redundant and more limited.

A follow-up patch will remove support for mounting /tmp in zram from procd
itself.

[1] https://www.kernel.org/doc/Documentation/filesystems/tmpfs.txt

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
2022-03-03 20:22:25 +00:00
..
base-files base-file: remove password aging feature form /etc/shadow 2022-02-24 18:10:30 +01:00
boot layerscape: use semantic versions for LSDK 2022-03-01 00:01:18 +01:00
devel strace: Update to version 5.16 2022-02-01 21:25:02 +01:00
firmware layerscape: use semantic versions for LSDK 2022-03-01 00:01:18 +01:00
kernel kernel: kmod-tcp-scalable: add scalable tcp congestion algorithm 2022-03-01 21:25:47 +01:00
libs argp-standalone: add host-compile ability 2022-02-26 19:52:41 +01:00
network ipset: update to 7.15 2022-03-01 21:17:30 +01:00
system procd: remove support for mounting /tmp in zram 2022-03-03 20:22:25 +00:00
utils usbmode: update to version 2022-02-24 2022-02-26 13:36:30 +01:00
Makefile build: fix opkg install step for large package selection 2021-05-12 11:13:53 +02:00