diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2021-08-23 14:06:35 +0300 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2021-08-23 14:09:42 +0300 |
commit | 669d920e278fe00895490d7c1a81774317ff358a (patch) | |
tree | b6edbd5c56d8d4b6940b73bbe0252fc6340f18a7 /package/network/services | |
parent | 98eb95dd0018d4f21a5b86b323074d5854e1bde3 (diff) | |
download | upstream-669d920e278fe00895490d7c1a81774317ff358a.tar.gz upstream-669d920e278fe00895490d7c1a81774317ff358a.tar.bz2 upstream-669d920e278fe00895490d7c1a81774317ff358a.zip |
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: 57807f50ded6 ("base-files: add option to make /var persistent")
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'package/network/services')
0 files changed, 0 insertions, 0 deletions