immortalwrt/package
Stijn Tintel 0ade173016 base-files: add option to make /var persistent
In OpenWrt, /var is symlinked to /tmp by default. This is done to reduce
the amount of writes to the flash chip, which often have not the
greatest durability. As a result, things like DHCP or UPnP lease files,
are not persistent across reboots.

Since OpenWrt can run on devices with more durable storage, it makes
sense to have an option for a persistent /var. Add an option to make
/var persistent. When enabled, /var will no longer be symlinked to /tmp,
but /var/run will be symlink to /tmp/run, as it should contains only
files that should not be kept during reboot. The option is off by
default, to maintain the current behaviour.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2021-08-23 12:05:51 +08:00
..
base-files base-files: add option to make /var persistent 2021-08-23 12:05:51 +08:00
boot grub2: update to 2.06 2021-06-22 15:35:29 +08:00
devel gdb: update to 10.2 2021-08-22 12:15:19 +08:00
emortal automount: mark as nonshared 2021-08-11 17:33:23 +08:00
firmware linux-firmware: update to 20210511 2021-06-08 23:13:14 +08:00
kernel kmod-qlcnic: add missing deps 2021-08-18 22:13:40 +08:00
libs wolfssl: fix build with GCC 10 on 32 x86 targets 2021-08-21 12:10:26 +08:00
network lldpd: bump to 1.0.12 2021-08-23 12:05:26 +08:00
system selinux-policy: update to version 0.9 2021-08-21 12:10:03 +08:00
utils busybox: fix compilation with GCC 10 2021-08-19 12:08:52 +08:00
Makefile build: fix opkg install step for large package selection 2021-05-12 23:27:23 +08:00