mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2025-12-29 15:29:14 +00:00
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:
|
||
|---|---|---|
| .. | ||
| files | ||
| image-config.in | ||
| Makefile | ||