openwrt/package
Stijn Tintel 57807f50de 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-22 18:07:51 +03:00
..
base-files base-files: add option to make /var persistent 2021-08-22 18:07:51 +03:00
boot uboot-mediatek: pass console=tty1 for BPi-R2 2021-08-21 04:35:52 +01:00
devel gdb: update to 10.2 2021-08-21 15:59:39 +02:00
firmware linux-firmware: add 2G and 5G precal binaries for QCA99X0 2021-07-25 13:52:38 +02:00
kernel ltq-vdsl: add missing backslash 2021-08-21 19:16:26 +01:00
libs wolfssl: fix build with GCC 10 on 32 x86 targets 2021-08-20 23:45:20 +03:00
network lldpd: bump to 1.0.12 2021-08-22 18:07:20 +03:00
system selinux-policy: update to version 0.9 2021-08-20 01:48:13 +01:00
utils bcm27xx-userland: update to latest version 2021-08-21 19:07:06 +02:00
Makefile build: fix opkg install step for large package selection 2021-05-12 11:13:53 +02:00