immortalwrt/package/base-files
Stijn Tintel ae1a7f8dbf base-files: fix option to make /var persistent
The option was initially named TARGET_ROOTFS_LN_VAR_TMP, and the check
was correct. When renaming the option to something more suitable, the
check was changed to check for n, but when an option is not set, it's
not n but empty. This results in the check always evaluating to false.
Fix the check by checking for y with ifneq.

Fixes: 57807f50de ("base-files: add option to make /var persistent")

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2021-08-24 12:08:02 +08:00
..
files x86: upgrade from img.gz error 2021-08-06 21:43:54 +08:00
image-config.in include/version: set default distribution name to ImmortalWrt 2021-02-18 19:07:14 +08:00
Makefile base-files: fix option to make /var persistent 2021-08-24 12:08:02 +08:00